.comunicaciones {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 390px;
    z-index: 8;
    right: 20px;
}

.whatsapp3D {
    width: 55px;
    transition: all 600ms;
}

.whatsapp3D:hover {
    transform: scale(1.2)
}

/******* *RESPONSIVE* *******/
@media screen and (max-width: 572px) {
    .whatsapp3D {
        width: 50px;

    }

    .telegram3D {
        width: 50px;
    }
}