.atr-areadeRedes {
    grid-column: span 4;
    grid-row: span 3;
    width: 100%;
    padding: 20px 0 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 31px;
    background-color: #F5F9F9;
}
.areadeRedes-title {
    color: #0E5788;
    font-family: "Ubuntu-Bold", sans-serif;
    font-size: 28px;
    line-height: 32px;
}
.areadeRedes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 285px;
}
.areadeRedes > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-items: flex-start;
}
.areadeRedes > div > a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.areadeRedes > div > a > p {
    color: #0E5788;
    font-size: 16px;
    line-height: 32px;
    font-family: "Ubuntu-Regular", sans-serif;
}
.areadeRedes > div > a > img::before {
    content: ' ';
    width: 32px;
    height: 32px;
    background-color: #0E5788;
}
.areadeRedes > div > a > div {
    background-color: #0E5788;
    width: 32px;
    height: 32px;
    justify-content: center;
    display: flex;
    border-radius: 30px;
    align-items: center;
}
.atr-article-content > .atr-areadeRedes {
    display: none;
    margin-top: 32px;
}
@media screen and (max-width: 792px) {
    .atr-article-content > .atr-areadeRedes {
        display: flex;
    }
    .areadeRedes-title {
        font-size: 24px;
    }
    .areadeRedes > div > a > p {
        font-size: 14px;
    }
}