.lia-hacking-destiny .background-project {
    background: #46105f url(../images/projects/Lia_SEMLOGO.jpg) no-repeat center center;
    background-size: cover;
}

.mombo-combo-legacy .background-project {
    background: #761eca url(../images/projects/mombo-combo-legacy.png) no-repeat center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .mombo-combo-legacy .background-project {
        background-position: center center;
    }
}

.info-project .project-buttons {
    display: grid;
    grid-template-columns: 170px;
    gap: 0.35rem;
    justify-content: center;
}

.info-project .project-buttons > a {
    width: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    .box-project .info-project {
        position: static;
    }

    .info-project .project-buttons {
        width: 170px;
        top: 50%;
        bottom: auto;
        margin: 0 3rem 0 0;
        transform: translateY(-50%);
    }
}

.social-icon-image {
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
}

#contato .box-social .btn-social {
    margin: 0.25em;
    padding: 0.5em;
}

.contact-social-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: currentColor;
    vertical-align: middle;
}

footer .box-social .list-inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

footer .box-social .list-inline > li {
    padding: 0;
}

footer .box-social .btn-social {
    margin: 0;
    padding: 0.5em;
}
