.whatsapp {
    width: 40px;
    height: 40px;
    background-color: #25D366;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

.whatsapp:hover {
    background-color: #fff;
    color: #25D366;
}

.faceboo {
    width: 40px;
    height: 40px;
    background-color: #4267B2;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

.faceboo:hover {
    background-color: #fff;
    color: #4267B2;
}

.google {
    width: 40px;
    height: 40px;
    background-color: #DB4437;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

.google:hover {
    background-color: #fff;
    color: #DB4437;
}

.bbb {
    width: 40px;
    height: 40px;
    background-color: #015e88;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}

.bbb:hover {
    background-color: #015e88;
    ;
    color: #015e88;
}

.container-media {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    position: fixed;
    bottom: 120px;
    left: 0px;
}

.whatsapp-icon {
    margin-top: 12px;
}