﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font: 12px/normal Arial;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Fim reset */

/* Fontes */
@font-face {
    font-family: "Officina";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/officinaserifbookwebfont.eot");
    src: url("../fonts/officinaserifbookwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/officinaserifbookwebfont.woff") format("woff"), url("../fonts/officinaserifbookwebfont.ttf") format("truetype"), url("../fonts/officinaserifbookwebfont.svg#ITCOfficinaSerifBookRegular") format("svg");
}

@font-face {
    font-family: "Officina";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/officinaserifboldwebfont.eot");
    src: url("../fonts/officinaserifboldwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/officinaserifboldwebfont.woff") format("woff"), url("../fonts/officinaserifboldwebfont.ttf") format("truetype"), url("../fonts/officinaserifboldwebfont.svg#ITCOfficinaSerifBold") format("svg");
}
/* Fontes */

/* Botões */
.btAcao, .botaoCancel {
    border: 0 none;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 0px #444;
    -moz-box-shadow: 1px 1px 0px #444;
    -o-box-shadow: 1px 1px 0px #444;
    box-shadow: 1px 1px 0px #444;
    cursor: pointer;
    display: inline-block;
    font: 600 12px Signika, Arial;
    margin-top: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

#areaLogin input[type="button"]:active, .botaoAzul:active {
    -webkit-box-shadow: -1px -1px 0px #444;
    -moz-box-shadow: -1px -1px 0px #444;
    -o-box-shadow: -1px -1px 0px #444;
    box-shadow: -1px -1px 0px #444;
    position: relative;
    top: 1px;
    left: 1px;
}

a.btAcao, input.btAcao {
    background: #fcf151;
    background: -moz-linear-gradient(top, #fcf151 0%, #fcde4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf151), color-stop(100%,#fcde4f));
    background: -webkit-linear-gradient(top, #fcf151 0%,#fcde4f 100%);
    background: -o-linear-gradient(top, #fcf151 0%,#fcde4f 100%);
    background: -ms-linear-gradient(top, #fcf151 0%,#fcde4f 100%);
    background: linear-gradient(to bottom, #fcf151 0%,#fcde4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf151', endColorstr='#fcde4f',GradientType=0 );
    -webkit-box-shadow: 1px 1px 0 #fff inset;
    -moz-box-shadow: 1px 1px 0 #fff inset;
    -o-box-shadow: 1px 1px 0 #fff inset;
    box-shadow: 1px 1px 0 #fff inset;
    border: 1px solid #ecca2c;
    color: #897100;
    font-size: 14.4px;
    font-weight: 600;
    margin: 0;
    padding: 3px 9px;
    -webkit-text-shadow: 1px 1px 4px #fff;
    -moz-text-shadow: 1px 1px 4px #fff;
    -o-text-shadow: 1px 1px 4px #fff;
    text-shadow: 1px 1px 4px #fff;
    text-transform: lowercase;
}

.botaoCancel {
    background: #e7f180;
    background: -moz-linear-gradient(top, #e7f180 1%, #8ed32a 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e7f180), color-stop(99%,#8ed32a));
    background: -webkit-linear-gradient(top, #e7f180 1%,#8ed32a 99%);
    background: -o-linear-gradient(top, #e7f180 1%,#8ed32a 99%);
    background: -ms-linear-gradient(top, #e7f180 1%,#8ed32a 99%);
    background: linear-gradient(to bottom, #e7f180 1%,#8ed32a 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f180', endColorstr='#8ed32a',GradientType=0 );
    -webkit-box-shadow: 1px 1px 1px 1px #666;
    -moz-box-shadow: 1px 1px 1px 1px #666;
    -o-box-shadow: 1px 1px 1px 1px #666;
    box-shadow: 1px 1px 1px 1px #666;
    color: #4B7215;
    font: 700 14px/17px Raleway,Arial;
    margin-top: 0;
    padding: 9px 20px 11px;
    text-decoration: none;
    -webkit-text-shadow: 1px 1px 4px #fff;
    -moz-text-shadow: 1px 1px 4px #fff;
    -o-text-shadow: 1px 1px 4px #fff;
    text-shadow: 1px 1px 4px #fff;
    text-transform: lowercase;
}

a.btAcao {
    padding: 3px 14px 4px;
}

    a.btAcao:hover, input.btAcao:hover, .botaoCancel:hover {
        opacity: 0.9;
        text-decoration: none;
    }

    a.btAcao:active, input.btAcao:active {
        opacity: 0.9;
    }

.botaoCompra {
    background: #5eb0fb;
    background: -moz-linear-gradient(top, #5eb0fb 0%, #3b92e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eb0fb), color-stop(100%,#3b92e2));
    background: -webkit-linear-gradient(top, #5eb0fb 0%,#3b92e2 100%);
    background: -o-linear-gradient(top, #5eb0fb 0%,#3b92e2 100%);
    background: -ms-linear-gradient(top, #5eb0fb 0%,#3b92e2 100%);
    background: linear-gradient(to bottom, #5eb0fb 0%,#3b92e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb0fb', endColorstr='#3b92e2',GradientType=0 );
    border: 1px solid #3a91e1;
    border-top-color: #4296e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0 1px rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px rgba(255,255,255,0.5) inset;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 37px;
    font: 600 18px/32px Signika;
    padding: 0 20px 3px;
    position: relative;
    -webkit-text-shadow: 1px 1px #1f6bd7;
    -moz-text-shadow: 1px 1px #1f6bd7;
    -o-text-shadow: 1px 1px #1f6bd7;
    text-shadow: 1px 1px #1f6bd7;
    -webkit-transition: opacity linear 0.2s, background linear 0.2s;
    -moz-transition: opacity linear 0.2s, background linear 0.2s;
    -o-transition: opacity linear 0.2s, background linear 0.2s;
    transition: opacity linear 0.2s, background linear 0.2s;
}

.botaoCompraDisabled {
    background: #d1cdcd;
    background: -moz-linear-gradient(top,#d1cdcd 0,#b0acac 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d1cdcd),color-stop(100%,#b0acac));
    background: -webkit-linear-gradient(top,#d1cdcd 0,#b0acac 100%);
    background: -o-linear-gradient(top,#d1cdcd 0,#b0acac 100%);
    background: -ms-linear-gradient(top,#d1cdcd 0,#b0acac 100%);
    background: linear-gradient(to bottom,#d1cdcd 0,#b0acac 100%);
    border: 1px solid #d1cdcd;
    box-shadow: 0 1px 0 #b0acac inset;
}

a.botaoCompra {
    height: 35px;
    padding: 0 22px;
}

.botaoCompra:hover {
    filter: alpha(opacity = 80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}

.botaoCompra:active {
    background: #4b8dc9;
    background: -moz-linear-gradient(top, #4b8dc9 0%, #2f75b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b8dc9), color-stop(100%,#2f75b5));
    background: -webkit-linear-gradient(top, #4b8dc9 0%,#2f75b5 100%);
    background: -o-linear-gradient(top, #4b8dc9 0%,#2f75b5 100%);
    background: -ms-linear-gradient(top, #4b8dc9 0%,#2f75b5 100%);
    background: linear-gradient(to bottom, #4b8dc9 0%,#2f75b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b8dc9', endColorstr='#2f75b5',GradientType=0 );
    border-color: #2e74b4;
    border-top-color: #3578b6;
    -webkit-box-shadow: 0 1px #92b0cb inset;
    -moz-box-shadow: 0 1px #92b0cb inset;
    box-shadow: 0 1px #92b0cb inset;
    color: #ccc;
    -webkit-text-shadow: 1px 1px #1855aa;
    -moz-text-shadow: 1px 1px #1855aa;
    -o-text-shadow: 1px 1px #1855aa;
    text-shadow: 1px 1px #1855aa;
}

.botaoCompra.botaoCompraP {
    font-size: 14.4px;
    height: 27px;
    line-height: 22px;
    padding: 0 10px 3px;
    vertical-align: middle;
}

a.botaoCompra.botaoCompraP {
    height: 25px;
    padding: 0 13px;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7 inset;
    -moz-box-shadow: 1px 1px 2px #E7E7E7 inset;
    -o-box-shadow: 1px 1px 2px #E7E7E7 inset;
    box-shadow: 1px 1px 2px #E7E7E7 inset;
    color: #666666;
    display: inline-block;
    font: 16px Signika;
    padding: 7px 10px;
    vertical-align: middle;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

/* Fim botões */
.topoDS .logo a, .topoDS .user li.acoes .img, .topoDS .menu > li.evolucao span, #rodape .links li span, #rodape section .logoDS, #rodape section .produtoMV a,
#rodape .sitemap .separador, #rodape .sitemap .gradient, .btFecharModal input {
    background: url('../images/sprites/spriteCasca.png') no-repeat 0 0;
}

/* Topo */
.envelopamento {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.topoDS {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    border-bottom: 1px solid #ccd7e4;
    -webkit-box-shadow: 1px 1px 0 #FFFFFF, 0 -20px 80px 100px #E8EBEE;
    -moz-box-shadow: 1px 1px 0 #FFFFFF, 0 -20px 80px 100px #E8EBEE;
    -o-box-shadow: 1px 1px 0 #FFFFFF, 0 -20px 80px 100px #E8EBEE;
    box-shadow: 1px 1px 0 #FFFFFF, 0 -20px 80px 100px #E8EBEE;
    font-family: Signika;
    height: 68px;
    margin-bottom: 65px;
    position: relative;
}

    .topoDS .envelopamento > span {
        background-color: #fff;
        border: 1px solid #ccd7e4;
        border-top: 0 none;
        -webkit-box-shadow: 1px 1px 0 #fff;
        -moz-box-shadow: 1px 1px 0 #fff;
        box-shadow: 1px 1px 0 #fff;
        display: block;
        height: 35px;
        left: 0;
        position: absolute;
        top: 68px;
        width: 118px;
        z-index: 1;
    }

    .topoDS .logo {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
        background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
        border-bottom: 35px solid #f9f9f9;
        top: -20px;
        height: 88px;
        left: 1px;
        position: absolute;
        text-align: center;
        width: 117px;
        z-index: 2;
    }

        .topoDS .logo a {
            background-position: 0 0;
            display: inline-block;
            height: 73px;
            margin-left: 5px;
            margin-top: 35px;
            overflow: hidden;
            text-indent: -200px;
            width: 89px;
        }

            .topoDS .logo a:hover {
                background-position: -90px 0;
            }

    /* Topo com menu */

    .topoDS nav > a {
        float: right;
        margin: 0;
        letter-spacing: 0;
        padding: 0 15px;
    }

    .topoDS .menu {
        margin: 0 230px 0 130px;
        padding-top: 12px;
        white-space: nowrap;
    }

        .topoDS .menu > li {
            font-size: 17px;
            font-weight: 600;
            display: inline-block;
            position: relative;
            vertical-align: top;
        }

            .topoDS .menu > li > a {
                color: #3A91E1;
                display: inline-block;
                font-size: 17.3px;
                margin-right: 5px;
                padding: 10px 6px 30px;
                text-decoration: none;
                -webkit-transition: margin 0.2s linear 0s;
                -moz-transition: margin 0.2s linear 0s;
                -o-transition: margin 0.2s linear 0s;
                transition: margin 0.2s linear 0s;
            }

                .topoDS .menu > li > a span {
                    font: 12px Tahoma;
                }

            .topoDS .menu > li:hover > a.sub {
                margin-top: 3px;
                text-decoration: none;
            }

            .topoDS .menu > li > a:hover {
                color: #8EC1F1;
            }

            .topoDS .menu > li > a.sub:hover {
                color: #3A91E1;
            }

    /* Submenu */
    .topoDS .submenu {
        color: #fff;
        display: none;
        left: -5px;
        top: 35px;
        position: absolute;
        padding-top: 23px;
        -webkit-transition: visibility linear 0.2s;
        -moz-transition: visibility linear 0.2s;
        -o-transition: visibility linear 0.2s;
        transition: visibility linear 0.2s;
        visibility: hidden;
        text-align: left;
        z-index: 2999;
    }

        .topoDS .submenu.comofunciona > div {
            background-color: #3A91E1;
            overflow: hidden;
            padding: 12px 12px 15px;
            width: 445px;
        }

    .topoDS .user > li .submenu {
        left: auto;
        right: 0;
        top: 36px;
    }

    .topoDS .menu > li:hover .submenu, .topoDS .user > li:hover .submenu {
        display: block;
        visibility: visible;
    }

    .topoDS .submenu ul {
        background-color: #3a91e1;
        display: inline-block;
        vertical-align: top;
    }

    .topoDS .submenu.comofunciona ul:first-child {
        float: left;
        width: 200px;
    }

    .topoDS .submenu li {
        font-size: 15px;
    }

        .topoDS .submenu li .btAcao {
            margin-top: 5px;
        }

        .topoDS .submenu li.txt {
            font-size: 12px;
            font-weight: 300;
            padding: 5px 30px 5px 15px;
            text-transform: uppercase;
        }

        .topoDS .submenu li > a {
            color: #FFFFFF;
            display: inline-block;
            min-width: 100px;
            padding: 5px 30px 5px 15px;
            text-decoration: none;
            white-space: nowrap;
        }

    .topoDS #lnkConteudo .submenu li > a {
        padding: 5px 18px 5px 15px;
    }

    .topoDS .submenu li:hover {
        background-color: #3a7dbc;
    }

    .topoDS .submenu li.txt:hover {
        background-color: #3a91e1;
    }

    .topoDS .submenu li a:hover {
        text-decoration: none;
    }

    .topoDS .submenu li .btAcao:hover {
        opacity: 1;
    }

    .topoDS #lnkConteudo .submenu > div, .topoDS .livros .submenu > div {
        background-color: #3A91E1;
        padding: 10px 5px;
    }
/*#topoAfiliado {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 65%, #e9e9f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(65%,#ffffff), color-stop(100%,#e9e9f1));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 65%,#e9e9f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 65%,#e9e9f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 65%,#e9e9f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 65%,#e9e9f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9f1',GradientType=0 );
    padding: 10px 0px 15px 0px;
    
}

#brand {
    width: 960px;
    margin: 0px auto;
    position: relative;
}

#brand span {
    position: absolute;
    right: 0px;
    top: 22px;
    color: #1d63c2;
    font-family: Officina;
    font-size: 16px;
    font-weight: bold;
}
    */
/* Login */
#areaLogin {
    float: right;
    margin-top: 20px;
    position: relative;
    text-align: right;
    width: 200px;
    z-index: 2;
}

    #areaLogin > div > span {
        display: block;
    }

    #areaLogin > div > a {
        margin-right: 4px;
        position: relative;
        z-index: 4;
    }

        #areaLogin > div > a.assinante {
            padding-right: 0;
            padding-left: 0;
            text-align: center;
            white-space: nowrap;
            width: 105px;
        }

#boxLogin {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #E3E3E3;
    top: 34px;
    right: 0px;
    border-radius: 5px 0px 5px 5px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
    z-index: 2;
}

    #boxLogin fieldset {
        padding: 15px 20px;
        text-align: left;
    }

        #boxLogin fieldset > div {
            margin-top: 10px;
            text-align: center;
        }

    #boxLogin label {
        font-size: 12px;
        color: #999;
    }

    #boxLogin fieldset input[type="text"], #boxLogin fieldset input[type="password"] {
        height: 34px;
        margin: 3px 0px;
        border-radius: 3px;
        border: 1px solid #B7B49F;
        -webkit-box-shadow: 1px 1px 2px #CCC inset;
        -moz-box-shadow: 1px 1px 2px #CCC inset;
        -o-box-shadow: 1px 1px 2px #CCC inset;
        box-shadow: 1px 1px 2px #CCC inset;
        padding: 0px 13px;
        width: 149px;
        color: #BBB;
    }

    #boxLogin ul {
        padding: 10px 0px 10px 25px;
        background-color: #F1F1F1;
        text-align: left;
    }

        #boxLogin ul li {
            margin: 2px 0px;
        }

        #boxLogin ul a {
            color: #3A91E1;
            font-size: 12px;
            text-decoration: none;
        }

            #boxLogin ul a:hover {
                text-decoration: underline;
            }

#areaLogin > div.loginAtivo > span {
    background-color: #FFFFFF;
    border-left: 1px solid #E3E3E3;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    display: block;
    height: 39px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 136px;
    z-index: 3;
}
/* Fim login */
/* Fim topo*/
/* RODAPÉ */
#rodape {
    font-family: Signika;
    font-size: 15px;
    color: #7d8f9b;
    background-color: #fff;
    padding-top: 50px;
    clear: both;
}

    #rodape a {
        color: #3a91e1;
        font-weight: 600;
        text-decoration: none;
    }

        #rodape a:hover {
            text-decoration: underline;
        }

    #rodape .envelopamento {
        border-top: 1px solid #ccd7e4;
        padding-bottom: 50px;
    }

    #rodape .sitemap {
        -webkit-box-shadow: 0 50px 15px -20px #f8f9fa inset;
        -moz-box-shadow: 0 50px 15px -20px #f8f9fa inset;
        -o-box-shadow: 0 50px 15px -20px #f8f9fa inset;
        box-shadow: 0 50px 15px -20px #f8f9fa inset;
        margin-left: -110px;
        padding: 25px 110px 0;
        position: relative;
        width: 960px;
    }

        #rodape .sitemap p {
            color: #3a91e1;
            font-weight: 600;
            margin-bottom: 10px;
        }

        #rodape .sitemap .separador, #rodape .sitemap .gradient {
            overflow: hidden;
            position: absolute;
            text-indent: -200px;
        }

        #rodape .sitemap .separador {
            background-position: -363px 0;
            height: 148px;
            right: -1px;
            top: 5px;
            width: 1px;
        }

        #rodape .sitemap .gradient {
            background-position: -365px 0;
            height: 65px;
            top: -1px;
            right: 0;
            width: 112px;
            z-index: 10;
        }

            #rodape .sitemap .gradient:first-child {
                background-position: -365px -65px;
                left: 0;
                right: auto;
            }

        #rodape .sitemap li {
            margin-bottom: 10px;
        }

            #rodape .sitemap li a {
                font-weight: normal;
            }

        #rodape .sitemap .menuComoFunciona {
            float: left;
            margin-right: 33px;
            position: relative;
            width: 400px;
        }

            #rodape .sitemap .menuComoFunciona ul {
                display: inline-block;
                vertical-align: top;
                width: 220px;
            }

                #rodape .sitemap .menuComoFunciona ul.menu {
                    margin-right: 10px;
                    width: 156px;
                }

        #rodape .sitemap .menuOutros {
            float: left;
            position: relative;
            width: 140px;
            margin-right: 25px;
        }

            #rodape .sitemap .menuOutros a {
                display: block;
                margin-bottom: 25px;
            }

        #rodape .sitemap .menuConteudo {
            float: left;
            position: relative;
            width: 140px;
        }

            #rodape .sitemap .menuConteudo ul {
                display: inline-block;
                vertical-align: top;
                width: 185px;
            }

                #rodape .sitemap .menuConteudo ul.menu {
                    width: 160px;
                }
        #rodape .sitemap .menuLojaDS {
            margin-left: 610px;
        }

            #rodape .sitemap .menuLojaDS ul {
                display: inline-block;
                vertical-align: top;
                width: 185px;
            }

                #rodape .sitemap .menuLojaDS ul.menu {
                    width: 160px;
                }

    #rodape .links {
        border-bottom: 1px solid #ccd7e4;
        clear: both;
        margin-bottom: 30px;
        padding: 10px 0 20px;
        white-space: nowrap;
    }

        #rodape .links span, #rodape .links ul, #rodape .links li, #rodape .links li a {
            display: inline-block;
            line-height: 15px;
            vertical-align: middle;
        }

        #rodape .links > span {
            font-weight: 300;
            margin-right: 20px;
            padding-bottom: 15px;
            vertical-align: bottom;
        }

        #rodape .links ul {
            width: 840px;
        }

        #rodape .links li {
            font-size: 12px;
            margin: 0 30px -76px 0;
            text-align: center;
        }

            #rodape .links li span {
                margin-bottom: 2px;
            }

            #rodape .links li span, #rodape section .logoDS {
                margin-right: 3px;
                overflow: hidden;
                text-indent: -200px;
            }

            #rodape .links li.fb span {
                background-position: -330px -39px;
                height: 32px;
                width: 32px;
            }

            #rodape .links li.twitter span {
                background-position: -118px -74px;
                height: 32px;
                width: 44px;
            }

            #rodape .links li.instagram span {
                background-position: -232px -74px;
                height: 32px;
                width: 32px;
            }

            #rodape .links li.google span {
                background-position: -197px -74px;
                height: 32px;
                width: 34px;
            }

            #rodape .links li.youtube span {
                background-position: -163px -74px;
                height: 32px;
                width: 33px;
            }

            #rodape .links li.apps {
                font-size: 15px;
                float: right;
                margin: 0;
                text-align: left;
                width: 395px;
            }

                #rodape .links li.apps p {
                    font-weight: 300;
                    line-height: 17px;
                    margin-left: 71px;
                    padding-top: 29px;
                }

                #rodape .links li.apps span {
                    background-position: -271px 0;
                    float: left;
                    margin-right: 5px;
                    height: 68px;
                    width: 56px;
                }

    #rodape section.ctnRodape {
        color: #a0b2bf;
        font-weight: 300;
        line-height: 14px;
    }

    #rodape .ctnRodape .logoDS {
        background-position: -180px 0;
        float: left;
        height: 73px;
        width: 89px;
    }

    #rodape .ctnRodape .produtoMV {
        float: right;
        text-align: right;
        width: 150px;
    }

        #rodape .ctnRodape .produtoMV a {
            background-position: 0 -74px;
            display: inline-block;
            height: 30px;
            margin-top: 5px;
            text-transform: uppercase;
            width: 116px;
        }

            #rodape .ctnRodape .produtoMV a:hover {
                text-decoration: none;
            }

    #rodape .ctnRodape > div {
        margin: 0 165px 0 110px;
    }

    #rodape .ctnRodape p {
        font-size: 12px;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    #rodape .ctnRodape nav {
        color: #3a91e1;
        margin-bottom: 5px;
    }

        #rodape .ctnRodape nav a {
            display: inline-block;
            margin: 0 3px;
            vertical-align: top;
        }

            #rodape .ctnRodape nav a:first-child {
                margin-left: 0;
            }
/* FIM RODAPÉ */
/*Barra de Ciclos*/
.CpBarraCiclos {
    display: none;
    bottom: 0px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: right;
    width: 100%;
    z-index: 50;
}

    .CpBarraCiclos a.TxtPadraoForte {
        background-color: #A7A589;
        color: #fff;
        float: right;
        margin: 0;
        padding: 6px 10px 6px 10px;
        text-decoration: none;
        width: 50px;
    }

.BarraCiclos {
    background-color: #fff;
    border-top: solid 1px #4cb4ff;
    height: 95px;
    margin: 26px 0px 0px 0px;
    padding: 0;
    text-align: left;
}

.CtdoBarraCiclos {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 989px;
}

.QdroImagemCiclos {
    float: left;
    padding: 0px;
    margin-right: 20px;
}

.BoxTextoCiclos {
    padding: 10px 0;
    margin-left: 140px;
}

.cicloBtn {
    margin-left: 30px;
}

.cicloForm {
    margin-right: 30px;
}

.cicloDestaque {
    color: #FA5700;
    font-weight: bold;
}

.BoxTextoCiclos p.TxtDescrCiclos {
    margin: 0px;
    padding: 0 0 4px;
}

.BoxTextoDicas a.IconBulletLst {
    margin: 0px;
    padding: 5px 0 5px 12px;
}

.bordaBoxAvaliacaoConteudo div {
    font: bold 16px arial;
    padding: 10px;
    text-align: center;
}

.bordaBoxAvaliacaoConteudo span {
    margin-right: 10px;
}
/*---------- Responsivo */
@media all and (max-width: 980px) {
}
