.unaerp_structure_footer {
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background-color: #16254c;
}

.unaerp_structure_footer.v2 {
    color: rgba(0, 0, 0, .87);
    border-top: 0.5px solid rgba(138, 138, 138, 0.87);
    background-color: white;
}

.unaerp_footer_title {
    color: #ffd504;
}

.unaerp_footer_content {
    text-align: center;
    padding: 10px;
}

.unaerp_logos_list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.unaerp_logos_list li {
    padding: 16px;
}

.unaerp_logos_list li a img {
    width: 105px !important;
    height: 36px !important;
}

.unaerp_structure_sidebar {
    width: 299px;
}

@media all and (min-width: 1160px) {
    .unaerp_structure_footer {
        /*width: 1160px;*/
    }
}