.area_social{
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
.area_social a{
    text-decoration: none;
}
.iten_social{
    width: 90%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: auto;
    margin-bottom: 15px;
}
.logo_social{
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_social svg{
    height: 25px;
}
.content_social{
    width: 100%;
    display: flex;
    justify-content: center;
}
.content_social p{
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: rgba(0,0,0,0.9);
}
.text_social_soc{
    width: 90%;
    padding: 10px 20px;
    border-radius: 5px;
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}
.title_whats_soc{
    font-size: 14px;
    font-weight: 600;
}
.body_whats_soc{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 526px) {
    .text_social_soc{
        width: calc(95% - 40px);
    }
    .iten_social{
        width: calc(95% - 40px);
    }
    .logo_social{
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    .logo_social svg{
        width: 20px;
    }
    .content_social p{
        font-size: 13px;
    }
}