:root {
    --bgDarkGray: #2b2b2b;
    --bgLightGray: #333333;
    --bgSuperLightGray: #6d6d6d;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.bgFooterTop { 
    background: var(--bgDarkGray);
    color: white;
}

.bgFooterBottom {
    background: var(--bgLightGray);
    color: var(--bgSuperLightGray);
    font-weight: 600;
}

.redes img {
    width: 2.3rem;
    padding: 0.3rem;
}

.bgFooterTop li,
.bgFooterTop a,
.bgFooterTop ul {
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    list-style: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


.logoNC {
    width: 17rem;
}