/*****************************************************************************/
/* Footer
/*****************************************************************************/
:root {
    --footer-bg-color: #4c24d8;
    --footer-text-color: #ffffff;
}
#webapp-footer #footer-widgets {
    padding-top: 64px;
    padding-bottom: 32px;
}
#webapp-footer #footer-widgets .widget {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
#webapp-footer #footer-widgets .widget .widget-title {
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
#webapp-footer #footer-widgets .widget .menu {
    padding-left: 2rem;
    padding-right: 2rem;
}
#webapp-footer #footer-widgets ul li {
    list-style: none;
}
#webapp-footer #footer-widgets .widget ul li a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    line-height: 1.6em;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}
#webapp-footer #footer-widgets .widget ul li a:hover {
    color:#fff;
    background-color: rgba(0,0,0,0.3);
}
#webapp-footer #footer-info {
    height: 70px;
    font-weight: 300;
    font-size: 14px;
}
#webapp-footer #footer-info .feito-com a {
    text-decoration: none;
}