footer {
    color: white;
    padding-bottom: 0px;
    padding-top: 50px;
    font-size: 0.7rem;
    line-height: 1.7;
    background-image: url(../themes/indtech/assets/img/bg/footer.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}

footer .container {
    padding-bottom: 50px;
}

.copy {
    text-align: center;
    background-color: rgba(25, 25, 25, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.6rem;
}

footer .title {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #fff;
}

.menu-catalogo,
.menu-footer {
    margin: 0;
    padding-left: 10px
}

.menu-footer {
    padding-left: 0;
}

.menu-footer li {
    display: block;
}

.menu-catalogo a,
.menu-footer a {
    color: #ccc;
}

.menu-catalogo a:hover,
.menu-footer a:hover {
    color: var(--c-primary);
}

.redes {
    padding-top: 10px;
    text-align: center;
}

.redes a {
    display: inline-flex;
    vertical-align: middle;
    width: auto;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.redes a:hover {
    background-color: var(--c-primary);
}

.redes a:hover img {
    filter: brightness(0) invert(1);
}

.redes img {
    height: 15px;
    filter: brightness(0.4);
}

.footer-logo {
    margin-top: -10px;
    /* text-align: left; */
}

footer .flex>div:first-child {
    width: 130%;
}

/*Mobile*/
@media screen and (max-width:900px) {
    footer {
        text-align: center;
    }

    .menu-catalogo li {
        display: block;
    }

    .menu-catalogo,
    .menu-footer {
        padding-bottom: 25px
    }

    footer .flex>div:first-child {
        width: 100%;
    }
}