.col-social {
    padding-right: 10px;
    padding-left: 10px;
    min-width: 58px;
}

.social-div {
    /*margin: 2px;*/
    font-display: swap;
    font-family: 'Font Awesome 5 Brands';
    font-size: 30px;
    line-height: 48px;
    /*line-height: 80px;
    display: block;*/
    width: 80px;
    height: 80px;
    color: white;
    text-align: center !important;
    cursor: pointer;
}
    .social-div:hover {
        opacity: 0.6;
    }

    .circleBase {
        border-radius: 50%;
    }
.type-social {
    width: 50px;
    height: 50px;
    background: white;

}

.fa-facebook-f {
    background-color: #3b5998 !important;
}

.fa-linkedin-in {
    background-color: #0077b5 !important;
}

.fa-twitter {
    background-color: #55acee !important;
}

.fa-whatsapp {
    background-color: #009688 !important;
}

.fa-youtube {
    background-color: #b31217 !important;
}
.social-icon-grey {
    background-color: #767676 !important;
}