.floating--socials {
    position: absolute;
    right: 0px;
    height: 100vh;
    width: 50px;
    display: flex;
    align-items: end;
    padding-bottom: 10%;
    z-index: 3;
}

@media (max-width: 575px) {
    .floating--socials {
        height: 100vh;
        width: 45px;
        padding-bottom: 45%;
    }
}

.floating--socials .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.47);
    width: 100%;
    border-radius: 25px 0px 0px 10px;
    padding: 15px 0px;
}

.floating--socials .wrapper a {
    font-size: 20px;
    width: 55%;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    text-decoration: none;
}

@media (max-width: 575px) {
    .floating--socials .wrapper a {
        font-size: 18px;
        margin-bottom: 13px;
        text-decoration: none;
    }
}

.floating--socials .wrapper a:last-of-type {
    margin-bottom: 0px;
}

.floating--socials .wrapper a:hover,
.floating--socials .wrapper a:focus {
    color: var(--color-secondary);
}

.floating--social-hr {
    width: 100%;
    border-color: white;
    margin: 0px 0px 10px;
    border-width: 2px;
}
