/* Minification failed. Returning unminified contents.
(14,21): run-time error CSS1039: Token not allowed after unary operator: '-color-footer-links'
(36,21): run-time error CSS1039: Token not allowed after unary operator: '-color-footer-links'
 */

/* Icones Rede Socail Computer */

.container-footer-computer.container-down .social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 10px 0;
}

    .container-footer-computer.container-down .social i {
        font-size: 24px;
        color: var(--color-footer-links) !important;
        padding: 1px 9px;
    }

    .container-footer-computer.container-down .social i:hover {
        filter: opacity(0.8);
    }


/* Icones Rede Socail Computer */

/* Icones Rede Socail Mobile */
.container-header-mobile .container-down .social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
}

    .container-header-mobile .container-down .social i {
        font-size: 18px;
        color: var(--color-footer-links) !important;
        padding: 1px 9px;
    }

        .container-header-mobile .container-down .social i:hover {
            filter: opacity(0.8);
        }

/* Icones Rede Social Mobile */



