.clase-general{
    display: table-row;
}
footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer-front{
    width: 100%;
    bottom: 0;
    position: fixed;
    height: 60px;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.footer-front-push {
    height: 60px;
}

.language-label{
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #999999;
    padding: 4px 15px;
}

.insights-label{
    color: #999999;
}


