.site_social{
    width: 80%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 50px;
}
.area_liks_sociais{
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}
.item_social_l{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px 10px;
}
.logo_social_item{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.logo_social_item svg{
    height: 20px;
    margin-left: 3px;
}
.entrar_link{
    width: 100px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 5px;
}
.item_social_l p{
    width: calc(100% - 160px);
    font-weight: 600;
    font-size: 16px;
}
.title_whats_soc{
    font-size: 14px;
    font-weight: 600;
}
.body_whats_soc{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.siga_title{
    width: calc(100% - 20px);
    padding: 20px 10px;
    color: #545454;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.telegram svg{
    margin-left: 0px;
}
.text_social{
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}