.footer-contact {
    position: relative;
    flex: 0 0 395px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-right: 10px;
    z-index: 100;
}

.footer-whatsapp {
    /*position: relative;*/
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 18px;
    margin-bottom: 5px;
}


.footer-social {
    /*position: relative;*/
    align-items: center;
    display: flex;
    font-size: 16px;
    margin-right: 4px;
}

/* texto fijo */
.social-label {
    white-space: nowrap;
}

.social-scroll {
    height: 18px;
    overflow: hidden;
    position: relative;
}

.social-scroll-inner {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.social-item {
    height: 18px;
    display: flex;
    align-items: center;
}