/*FOOTER*/

#spc-footer {
    background-color: rgba(29, 29, 29, 0.8);
    width: 100%;
    padding-bottom: 56px;
    padding-top: 56px;
}

.view-ftr {
    padding: 0px;
    gap: 12px;
}

@media only screen and (max-width: 992px) {
    .view-ftr {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.img-view {
    text-align: start;
    padding: 0px;
}

@media only screen and (max-width: 992px) {
    .img-view {
        text-align: center;
        margin-bottom: 12px
    }
}

.spc-img-footer {
    max-height: 34px;
}

.ftr-itens {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

@media only screen and (max-width: 992px) {
    .ftr-itens {
        justify-content:flex-start;
    }
}

@media only screen and (max-width: 992px) {
    .ftr-itens {
        justify-content: center;
    }
}

.ftr-link {
    text-decoration-line: none;
    color: var(--white-spc);
    padding: 8px;
    font-size: 0.8em;
    border-radius: 8px;
    border: 1px solid transparent;
}

.ftr-link:hover {
    border: 1px solid var(--dark-gray-light-spc);
    border-radius: 8px;
    transition: 0.5s;
}

.social-ftr p {
    font-size: 0.8em;
    color: var(--gray-spc);
}

@media only screen and (max-width: 992px) {
    .social-ftr {
        text-align: center;
    }
}

.line-divider-footer {
    width: 100%;
    border: 1px solid var(--red-spc);
}
