﻿.rodape {
    clear: both;
    display: block;
    background-color: #f2f2f2;
    /*border: 1px solid #e4e4e4;*/
    margin-bottom: .5em;
}

    .rodape h3 {
        font-size: 1.4em;
        margin-bottom: .5em;
    }

    .rodape a, .rodape a:visited {
        color: #000;
        text-decoration: none;
        outline: none;
    }

        .rodape a:hover {
            color: #F58220;
        }



    .rodape .cols {
        min-width: 30%;
        width: auto;
        padding-left: 2em;
        padding-top: 1em;
        margin-left: 0em;
        float: left;
        text-align: left;
    }

        .rodape .cols ul {
            list-style: none;
            list-style-image: none;
            margin: 0em;
            padding: 0em;
        }

            .rodape .cols ul li {
                margin-left: 0em;
            }

    .rodape .social {
    }

        .rodape .social .titulo {
        }

        .rodape .social .items {
            clear: both;
            text-align: left;
            padding-left: 0em;
        }

            .rodape .social .items .item {
                clear: both;
                text-align: left;
            }

                /*.rodape .social .items .item .texto {
                    padding-left: .5em;
                    padding-top: 0em;
                    margin-top: 0em;
                    margin-bottom: 2em;
                }*/

                .rodape .social .items .item .imagem {
                    padding: 0px;
                    height: 48px;
                    width: 48px;
                }


    .rodape footer {
        clear: both;
        text-align: center;
    }
