.oc-footer-concept {
    background: #070f20; /* un poco más claro que antes */
    color: #ffffff;
    font-family: 'Montserrat' !important;
    font-size: 14px;          /* base 14px */
    line-height: 1.2;
}

.oc-footer-logo-img {
    max-width: 190px;
}

.oc-footer-title {
    font-family: 'Montserrat' !important;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 1.2rem;
}

.oc-footer-links .oc-footer-link {
    display: block;
    margin-bottom: 0.35rem;
    font-family: 'Montserrat' !important;
    font-size: 14px;
    color: #cccccc;
    text-decoration: none;
}

.oc-footer-links .oc-footer-link:hover {
    color: #ffffff;
}

.oc-footer-social-link {
    font-size: 1.1rem;
    color: #ffffff;
    text-decoration: none;
    margin-left: 1.25rem;
}

.oc-footer-social-link:first-child {
    margin-left: 0;
}

.oc-footer-social-link:hover {
    opacity: 0.8;
}

.oc-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.oc-footer-copy,
.oc-footer-bottom-link {
    font-family: 'Montserrat' !important;
    font-size: 14px;
    color: #cccccc;
    text-decoration: none;
}

.oc-footer-bottom-link {
    margin: 0 0.75rem;
}

.oc-footer-bottom-link:hover {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .oc-footer-title {
        font-size: 22px;
        margin-top: 1.5rem;
    }

    .oc-footer-links .oc-footer-link {
        font-size: 13px;
    }

    .oc-footer-copy,
    .oc-footer-bottom-link {
        font-size: 13px;
    }
}
