﻿

#logo-fecomercio {
    width: 150px;
    height: 50px;
    -webkit-mask-image: url(../../img/logo/fecomerciologo.svg);
    mask-image: url(../../img/logo/fecomerciologo.png);
}

#nova-logo-fecomercio {
    width: 180px;
    height: 80px;
    position: absolute;
    bottom: 10px;
    -webkit-mask-image: url(../../img/logo/nova-logo-fecomercio.svg);
    mask-image: url(../../img/logo/fecomerciologo.png);
}

#logo-senac {
    width: 80px;
    height: 60px;
    -webkit-mask-image: url(../../img/logo/senaclogo.svg);
    mask-image: url(../../img/logo/senaclogo.svg);
}


#logo-ifpd {
    width: 80px;
    height: 60px;
    -webkit-mask-image: url(../../img/logo/ipdclogo.svg);
    mask-image: url(../../img/logo/ipdclogo.svg);
}





/* ===========================
   FOOTER (escopado) — Azul Sesc + redes sociais OK
=========================== */
.site-footer {
    background: var(--azul-sesc)!important;
    color: rgba(255,255,255,.92);
    padding: 28px 0 0;
}

    .site-footer a {
        color: rgba(255,255,255,.92);
        text-decoration: none;
    }

        .site-footer a:hover {
            color: #fff;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

.site-footer__grid {
    row-gap: 18px;
}

.site-footer__logo {
    max-width: 160px;
    height: auto;
}

/* Títulos no azul precisam ser claros */
.site-footer__title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: rgba(255,255,255,.95);
}

.site-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    font-size: 13px;
}

    .site-footer__list li {
        line-height: 1.25;
    }

/* Redes sociais */
.site-footer__social {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap; /* mobile quebra */
    margin-top: 10px;
}

/* bolinha menor e mais “botão” */
.site-footer__social-link {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.20);
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

    .site-footer__social-link:hover {
        background: rgba(255,255,255,.18);
        border-color: rgba(255,255,255,.28);
        transform: translateY(-2px);
        text-decoration: none;
    }

    /* ÍCONE MAIOR e sem “sumir” */
    .site-footer__social-link img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        display: block;
        filter: none; /* <- remove o invert */
        opacity: .98;
    }

/* Mobile: centraliza e dá respiro */
@media (max-width: 991.98px) {
    .site-footer__social {
        justify-content: center;
        margin-top: 18px;
        padding-bottom: 6px;
    }
}

/* Linha e texto final */
.site-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.22);
}

    .site-footer__bottom p {
        font-size: 12px;
        color: rgba(255,255,255,.90);
    }

/* Parceiros */
.site-footer__partners {
    border-top: 1px solid rgba(255,255,255,.22);
    margin-top: 18px;
}

/* ===========================
   Responsivo
=========================== */
@media (max-width: 991.98px) {
    .site-footer {
        padding-top: 22px;
    }

    .site-footer__col {
        text-align: center;
    }

    .site-footer__title {
        text-align: center;
    }

    .site-footer__social {
        justify-content: center;
        flex-wrap: wrap; /* <- no mobile pode quebrar */
    }
}

/* Coluna das redes (direita no desktop, central no mobile) */
.site-footer__social-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-footer__social-grid {
    display: grid;
    grid-template-columns: repeat(3, 42px); /* 3 por linha */
    gap: 12px;
    justify-content: end; /* encosta à direita */
}

/* Botões */
.site-footer__social-link {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

    .site-footer__social-link:hover {
        background: rgba(255,255,255,.18);
        border-color: rgba(255,255,255,.30);
        transform: translateY(-2px);
        text-decoration: none;
    }

    /* Ícone dentro */
    .site-footer__social-link img {
        width: 22px;
        height: 22px;
        object-fit: contain;
        display: block;
        filter: none;
    }

/* Mobile */
@media (max-width: 991.98px) {
    .site-footer__social-col {
        justify-content: center;
        margin-top: 14px;
    }

    .site-footer__social-grid {
        justify-content: center;
    }
}
