footer {
    padding: 50px 0px;
    background-color: #000;
}

.link-footer {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none!important;
    display: inline-block;
    padding-bottom: 10px;
}

.titulo-footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #d58040;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.texto-footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 11px;
}

.titulo-footer-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}

.copyright {
    color: #fff;
    padding: 20px 0px 10px 0px;
    background-color: rgb(23, 23, 23);
}

.copy {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    footer {
        display: none;
    }
}