footer {
    background-color: var(--color-1);
    padding: 130px 0 90px;
    color: #ffffff;
}

footer .logo {
    width: 75%;
    margin-top: -25px;
}

footer .title span {
    font-family: var(--font-1);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

footer .content span,
footer .content a {
    display: inline-block;
    font-family: var(--font-1);
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    transition: .1s ease-in-out;
}

footer .content p {
    font-family: var(--font-1);
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: unset !important;
}

footer .content a:hover {
    color: #b3b3b3;
}

footer ul li {
    margin-bottom: 20px;
}

footer ul li a {
    font-family: var(--font-1);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    transition: .1s ease-in-out;
}

footer ul li a:hover {
    color: #b3b3b3;
}

footer .link-page {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-family: var(--font-1);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .1s ease-in-out;
}

footer .link-page:hover {
    color: #b3b3b3;
}

footer .link-page i {
    font-size: 30px;
    margin-right: 8px;
}

footer .social a {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
    margin-right: 10px;
    transition: .1s ease-in-out;
}

footer .social a:hover {
    color: #b3b3b3;
}

footer .copyright, footer .copyright a {
    text-decoration: none;
    color: #a4948e;
    font-size: 14px !important;
    transition: .1s ease-in-out;
}

footer .copyright a:hover {
    opacity: .5;
}