.rodape3 {
    /* padding: 115px 17px 69px; */
    padding: 115px 17px 0px;
    background: #fbfbfb
}

.rodape3 a {
    display: initial
}

.rodape3 .list-group {
    /* margin-bottom: 44px */
    margin-bottom: 10px
}

.rodape3 .list-group-title {
    font-size: 18px;
    color: #64c832;
    margin: 16px 0 24px;
    font-family: 'Exo 2'
}

.rodape3 .list-group-item {
    font-size: 14px !important;
    color: rgba(50, 60, 50, .6) !important;
    border: none !important;
    padding: .36rem 0 !important;
    background: 0 0 !important;
}

.rodape3 .list-group-item:hover {
    color: #000
}

.rodape3 .linha {
    width: 226px;
    height: 1px;
    background: #aab0aa;
    position: relative;
    -webkit-animation-name: example;
    -webkit-animation-fill-mode: forwards;
    animation-name: example;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-fill-mode: forwards
}

@-webkit-keyframes example {
    from {
        width: 0%
    }

    to {
        width: 80%
    }
}

@keyframes example {
    from {
        width: 0%
    }

    to {
        width: 80%
    }
}

@media only screen and (max-width:960px) {
    @-webkit-keyframes example {
        from {
            width: 0%
        }

        to {
            width: 100%
        }
    }

    @keyframes example {
        from {
            width: 0%
        }

        to {
            width: 100%
        }
    }
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),
screen and (min-width:0\0) and (min-resolution:72dpi) {
    .rodape3 a {
        display: inline-block
    }
}

@media (max-width: 500px) {
    .rodape3 {
        padding: 115px 17px 0px;
        background: #fbfbfb
    }
    /* .rodape3 .list-group {
        margin-bottom: 20px;
    } */
}