/*.sub-footer, .sub-footer-nav{
	background: #020B03 !important;
}

footer{
	background: #020B03 !important;
    margin-top: 1px !important;
    color: #FFF !important;
}

.sub-footer-nav h6 {
    color: #c0c0c0;
}

.sub-footer-nav a {
    color: #FFF;
}

.social-list a {
    color: #c4c4c4;
}

.item-moda-details a, .no-contact-section, .pointer, .btn-group-toggle label, a {
    color: #FFF;
}*/

.social-list {
    justify-content : end;
}
.sub-footer, .sub-footer-nav{
	background: #040b06 !important;
}

.sub-footer-nav a {
    color: #FFF;
}
.service-row {
    background-color: #000000;
    padding: 20px 0;
    color: #00FF00;
}
.service-item {
    display: flex;
    align-items: center;
    padding: 10px;
}
.service-item img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.service-item h5 {
    font-size: 18px;
    margin: 0;
}
.service-item p {
    font-size: 16px;
    margin: 0;
}
.bgnegrita{
    background-color: #000000;
}