body {
    background-color: #fff;
}
/* BREADCRUMB */
#atr-breadcrumb {
    max-width: 880px;
    padding: 12px 20px;
    margin: auto;
    display: flex;
    gap: 5px;
}
#atr-breadcrumb > a {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.12px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline!important;
}
#atr-breadcrumb > span {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.12px;
    color: #000000;
}
#atr-breadcrumb > a:last-child {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    text-decoration: unset!important;
}

#atr-article-container {
    max-width: 880px;
    margin: 46px auto 36px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    transition: margin 0s!important;
}

/* INLINESHARE */
.atr-share-social-container > .atr-share-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 37%;
    z-index: 10;
}
.atr-share-social-container > .atr-share-social > a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.atr-share-social-container > .atr-share-social > a > img {
    width: 100%;
    height: 100%;
}
.atr-share-social-container > .atr-share-social > a:hover > img {
    transform: scale(1.05);
}

/* ARTICLE */
.atr-article-content {
    width: 100%;
}
.atr-article-content > #article > .atr-article-img-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.atr-article-content > #article > .atr-article-img-box > figure {
    width: 100%;
}
.atr-article-content > #article > .atr-article-img-box > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.atr-article-content > #article > .atr-article-img-box > figcaption {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #6E6E6E;
}
.atr-article-content > #article > *:not(.mw-article-img-box) {
    margin-bottom: 36px;
}

#article > ol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

#article > ol > li {
    list-style: initial;
    font-family: "WorkSans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
#article > ul > li::marker {
    font-family: "WorkSans", sans-serif;
    font-weight: 700;
    color: #000;
}
#article > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

#article > ul > li {
    list-style: initial;
    font-family: "WorkSans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    list-style-type: disc;
    margin-left: 20px;
}
#article > ul > li::marker {
    font-family: "WorkSans", sans-serif;
    font-weight: 700;
    color: #000;
}
#article > ol > li:not(:last-of-type),
#article > ul > li:not(:last-of-type) {
    margin-bottom: 16px;
}
.atr-article-content > header {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.atr-article-content > header > div {
    display: flex;
    align-items: center;
    gap: 14px;
}
.atr-article-content > header > div > a > img,
.atr-article-content > header > div > img {
    min-width: 54px;
    border: 2px solid #0373BE;
    border-radius: 50%;
    overflow: hidden;
    width: 54px;
    height: 54px;
    object-fit: cover;
}
.atr-article-content > header > div > div {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #1C1C1C;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.share-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 26px;
    margin-top: 26px;
}
.share-article > .share-article-container {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: row;
}
.share-article > .share-article-container > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.share-article > .share-article-container > div > span {
    font-family: 'WorkSans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.48px;
    color: #1C1C1C;
    display: block;
}
.share-article > .share-article-container > div > div {
    display: flex;
    gap: 10px;
    align-items: center;
}
#google-news-btn {
    padding: 10px 16px;
    border: 1px solid #C7C7C7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
}
#google-news-btn > p {
    font-family: 'WorkSans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
#google-news-btn > p > strong {
    font-family: 'WorkSans', sans-serif;
    font-weight: 700;
}
#google-news-btn > img {
    width: 22px;
    height: 22px;
    min-width: unset;
    border: unset;
    border-radius: unset;
    overflow: unset;
}
.atr-article-autor > span {
    font-family: "Merriweather",sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.atr-article-autor > span > span {
    font-family: "Merriweather",sans-serif;
    font-weight: 700;
}
.atr-article-autor > span a {
    font-family: "Merriweather",sans-serif;
    font-weight: 700;
    color: #0373BE;
}
.atr-article-autor address {
    display: inline;
}
.atr-article-content > header > p {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
    margin-bottom: 12px;
}
.atr-article-content > header > h1 {
    font-family: "Merriweather",sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
    letter-spacing: -0.52px;
    color: #1C1C1C;
    margin-bottom: 12px;
}
.atr-article-content > header > h2 {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 32px;
}
.atr-article-content > span {
    font-family: "WorkSans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #6e6e6e;
    margin-bottom: 10px;
    display: block;
}
.atr-article-content > span > p {
    font-size: 16px;
}
/* SIGA NAS REDES SOCIAIS */
.atr-chamadaRedesSociais-widget {
    max-width: 724px;
    height: 298px;
    background-color: #0373BE;
    color: #FFFFFF;
    margin: 36px auto;
    
    display: flex;
    flex-direction: column;
    justify-content: center;

    font-family: 'WorkSans';
    font-weight: 500;
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
}
.atr-chamadaRedesSociais-title {
    font-size: 30px;
    line-height: 1.15;
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
}
.atr-chamadaRedesSociais-title > strong {
    color: #42AEF7;
    text-transform: uppercase;
    font-weight: 700;
}
.atr-chamadaRedesSociais-paragraph {
    font-size: 18px;
    line-height: 1.15;
    margin: 0 0 30px 0;
    opacity: 80%;
}
.atr-chamadaRedesSociais-linksContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
}
.atr-chamadaRedesSociais-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
    transition: background-color 0.3s, color 0.3s;
}
.atr-chamadaRedesSociais-link > img {
    height: 20px;
    width: 20px;
}
/* COMPARTILHE */
.article-compartilhe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 22px 0;
    border-top: 1px solid #e7e7e7;
    margin-bottom: unset!important;
}
.article-compartilhe > h2 {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.28px;
    color: #000;
}
.article-compartilhe > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* TAGS */
.atr-info-tags {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 0 36px 0;
    border-top: 1px solid #e7e7e7;
    margin-bottom: unset!important;
}
.atr-info-tags > h2 {
    font-family: "Merriweather",sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.28px;
    color: #000000; 
}
.atr-info-tags > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.atr-info-tags > div > a {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
    color: #000000;
    padding: 4px 8px;
    text-transform: uppercase;
}
/* RELACIONADAS */
.atr-relacionadas {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #e7e7e7;
    padding-top: 38px;
}
.atr-relacionadas > h2 {
    font-family: "Merriweather",sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.28px;
    color: #000;
}
.atr-relacionadas > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 21px;
}
.atr-relacionadas > div > a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: span 1;
}
.atr-relacionadas > div > a > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.atr-relacionadas > div > a > div > h3 {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
    color: #000;
}
.atr-relacionadas > div > a > div > h4 {
    font-family: "Merriweather",sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1C1C1C;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.atr-relacionadas > div > a:hover > div > h4 {
    text-decoration: underline!important;
}
.atr-relacionadas > div > a > figure {
    width: 100%;
    height: 214px;
    overflow: hidden;
}
.atr-relacionadas > div > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* MAIS LIDAS */
.atr-maislidas {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #e7e7e7;
    padding-top: 38px;
    margin-top: 38px;
}
.atr-maislidas > h2 {
    font-family: "Merriweather",sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.28px;
    color: #000;
}
.atr-maislidas > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 21px;
}
.atr-maislidas > div > a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-column: span 1;
}
.atr-maislidas > div > a > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.atr-maislidas > div > a > div > h3 {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12px;
    color: #000;
}
.atr-maislidas > div > a > div > h4 {
    font-family: "Merriweather",sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1C1C1C;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.atr-maislidas > div > a:hover > div > h4 {
    text-decoration: underline!important;
}
.atr-maislidas > div > a > figure {
    width: 100%;
    height: 214px;
    overflow: hidden;
}
.atr-maislidas > div > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.atr-article-content > #article > p {
    font-family: "WorkSans",sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.44px;
    color: #000;
}
.atr-article-content > #article > p > b {
    font-family: "WorkSans",sans-serif;
    font-weight: 700;
}
.atr-article-content > #article > h2 {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #000000;
}
.atr-article-content > #article > h2 > span {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #000000;
}
.atr-article-content > #article > h3 {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
}
.atr-article-content > #article > h3 > span {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
}
.atr-article-content > #article > h4 {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}
.atr-article-content > #article > h4 > span {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}
.atr-article-content > #article > h5 {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.atr-article-content > #article > h5 > span {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.atr-article-content > #article > h6 {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
.atr-article-content > #article > h6 > span {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}
/* WIDGETS */
#article > .atr-reporterCidadao {
    margin-bottom: unset!important;
}
.atr-article-widgets {
    max-width: 1240px;
    padding: 0 20px;
    margin: 36px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
}
.ad-article-desk {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    min-height: 250px;
}
.atr-article-widgets > .ad-article-desk {
    min-height: 250px;
    max-width: 350px;
    width: 100%;
}
#article > .atr-ad.ad1200x250 {
    position: relative;
    left: -65px;
    width: 1190px;
}
#atr-article-container > div > .atr-ad.ad300x250 {
    margin-top: 48px;
}
.ad-article-footer {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    min-height: 250px;
}
@media screen and (max-width: 768px) {
    /* BREADCRUMB */
    #atr-breadcrumb > a {
        font-size: 12px;
        line-height: 18px;
    }
    /* INLINESHARE */
    .atr-share-social-container > .atr-share-social {
        position: fixed;
        width: 100%;
        top: unset;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: row;
        justify-content: center;
        padding: 10px 48px;
        background-color: #FDFDFD;
        gap: 16px;
    }
    /* ARTICLE */
    #atr-article-container {
        margin: 24px auto 36px auto;
        flex-direction: column;
        gap: unset;
    }
    .atr-article-content > #article > p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }
    .atr-article-content > #article > ul > li {
        font-family: "WorkSans", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #000;
    }
    .atr-article-content > #article > .atr-article-img-box > figcaption {
        line-height: 14px;
    }
    .atr-article-content > header > div {
        position: relative;
    }
    .atr-article-content > header > div > a > img,
    .atr-article-content > header > div > img {
        min-width: 48px;
        width: 48px;
        height: 48px;
    }
    .atr-article-content > header > div > div {
        line-height: 16px;
    }
    .atr-article-autor > span {
        font-size: 12px;
        line-height: 18px;
    }
    .atr-article-content > header > p {
        font-size: 14px;
    }
    .atr-article-content > header > h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .atr-article-content > header > h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .share-article {
        flex-direction: column;
        align-items: flex-start!important;
        gap: 28px;
        margin-bottom: unset !important;
    }
    #google-news-btn {
        width: 100%;
        justify-content: center;
    }
    /* WIDGETS */
    #article > .atr-reporterCidadao {
        margin: unset;
    }
    .atr-article-widgets {
        flex-direction: column;
        padding: unset;
    }
    /* SIGA NAS REDES SOCIAIS */
    .atr-chamadaRedesSociais-widget {
        height: auto;
        padding: 32px 20px;
    }
    .atr-chamadaRedesSociais-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .atr-chamadaRedesSociais-paragraph {
        font-size: 12px;
        margin-bottom: 18px;
        max-width: 95%;
    }
    .atr-chamadaRedesSociais-linksContainer {
        gap: 12px;
    }
    .atr-chamadaRedesSociais-link {
        font-size: 12px;
        padding: 8px 12px 8px 12px;
    }
    .atr-chamadaRedesSociais-link > img {
        height: 16px;
        width: 16px;
    }
    /* COMPARTILHE */
    .article-compartilhe {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .article-compartilhe > h2 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.22px;
    }
    /* TAGS */
    .atr-info-tags > h2 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.22px;
    }
    .atr-info-tags > div {
        gap: 12px;
    }
    .atr-info-tags > div > a {
        font-size: 12px;
    }
    /* RELACIONADAS */
    .atr-relacionadas {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .atr-relacionadas > h2 {
        font-family: "Merriweather",sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.22px;
    }
    .atr-relacionadas > div {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .atr-relacionadas > div > a {
        flex-direction: row-reverse;
        gap: 16px;
        align-items: center;
    }
    .atr-relacionadas > div > a > div {
        gap: 13px;
    }
    .atr-relacionadas > div > a > div > h3 {
        font-family: "WorkSans",sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.1px;
    }
    .atr-relacionadas > div > a > div > h4 {
        font-family: "WorkSans",sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #1C1C1C;
    }
    .atr-relacionadas > div > a > figure {
        width: 80px;
        min-width: 80px;
        height: 80px;
        overflow: hidden;
    }
    /* MAIS LIDAS */
    .atr-maislidas {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .atr-maislidas > h2 {
        font-family: "Merriweather",sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.22px;
    }
    .atr-maislidas > div {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }
    .atr-maislidas > div > a {
        flex-direction: row-reverse;
        gap: 16px;
        align-items: center;
    }
    .atr-maislidas > div > a > div {
        gap: 13px;
    }
    .atr-maislidas > div > a > div > h3 {
        font-family: "WorkSans",sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.1px;
    }
    .atr-maislidas > div > a > div > h4 {
        font-family: "WorkSans",sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #1C1C1C;
    }
    .atr-maislidas > div > a > figure {
        width: 80px;
        min-width: 80px;
        height: 80px;
        overflow: hidden;
    }
}
