@font-face {
    font-family: "Ubuntu-Light";
    src: url("../../fonts/Ubuntu-Light.ttf") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
  
body {
    background-color: #000000;
    overflow-x: hidden;
}
/* BREADCRUMB */
#atr-breadcrumb {
    max-width: 1240px;
    padding: 12px 20px;
    margin: auto;
    display: flex;
    gap: 5px;
}
#atr-breadcrumb > a {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline!important;
}
#atr-breadcrumb > span {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
#atr-breadcrumb > a:last-child {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline!important;
}
.capa-article {
    height: 676px;
    width: 100%;
    margin-bottom: -210px;
    position: relative;
}
.capa-article:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent radial-gradient(closest-side at 50% 42%, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.capa-article > figure {
    width: 100%;
    height: 100%;
}
.capa-article > figure > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#atr-article-container {
    max-width: 1500px;
    margin: 24px auto 36px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    transition: margin 0s!important;
    z-index: 999;
    position: relative;
}

/* 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%;
    max-width: 1000px;
}
.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: "Ubuntu-Regular",sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #6E6E6E;
}
.atr-article-content > #article > *:not(.mw-article-img-box) {
    margin-bottom: 36px;
}
#article.article-covid > .mw-article-img-box {
    width: 100%;
    max-width: 724px;
    margin: 0 auto 36px;
}
#article.article-covid > .mw-article-img-box.image-fullscreen {
    height: auto;
    width: 100vw;
    max-width: unset;
    left: calc(-50vw + 50%);
    position: relative;
    z-index: 99;
}
#article.article-covid > .mw-element-justify-left {
    float: left;
    display: inline-flex !important;
    margin-right: 37px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: unset;
    width: 100%;
    height: 500px;
    max-width: 590px;
}
#article.article-covid > .mw-element-justify-left > picture {
    width: 100%;
    height: 100%;
}
#article.article-covid > .mw-element-justify-left > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#article.article-covid > .mw-element-justify-right {
    float: right;
    display: inline-flex !important;
    margin-left: 37px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: unset;
    width: 100%;
    height: 500px;
    max-width: 590px;
}
#article.article-covid > .mw-element-justify-right > picture {
    width: 100%;
    height: 100%;
}
#article.article-covid > .mw-element-justify-right > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#article.article-covid > .mw-article-img-box .mw-image-info {
    font-family: "Ubuntu-Light", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.7;
    padding: 0 20px;
}
#article.article-covid > .mw-article-img-box.image-fullscreen .mw-image-info {
    text-align: center;
}
#article > ol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#article > ol > li {
    list-style: initial;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #434242;
}

#article > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#article > ul > li {
    list-style: initial;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #434242;
}

.atr-article-content > header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 62px;
}
.atr-article-content > header > .atr-article-info {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #6E6E6E;
    margin: 18px auto 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 724px;
    width: 100%;
    text-align: center;
}
.atr-article-autor > p {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}
.atr-article-autor > p > span {
    font-family: "Ubuntu-Bold",sans-serif;
}
.atr-article-date-info {
    font-family: "Ubuntu-Light",sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.atr-article-content > header > p {
    font-family: "Ubuntu-Light",sans-serif;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    opacity: 0.8;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
.atr-article-content > header > .covid-title {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 26px;
}
.atr-article-content > header > .covid-title > span {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    color: #0373BE;
}
.atr-article-content > header > .covid-title > div:first-of-type {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 1px;
}
.atr-article-content > header > .covid-title > div:last-of-type {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 1px;
}
.atr-article-content > header > h1 {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 66px;
    line-height: 72px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 8px;
}
.atr-article-content > header > h2 {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #434242;
}
.atr-article-content > span {
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #6e6e6e;
    margin-bottom: 10px;
    display: block;
}
.atr-article-content > span > p {
    font-size: 16px;
}

/* COMPARTILHE */
.article-compartilhe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 22px 0;
    border-top: 1px solid #C0C0C0;
    margin-bottom: unset!important;
}
.article-compartilhe > h2 {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #434242;
}
.article-compartilhe > div {
    display: flex;
    align-items: center;
    gap: 29px;
}
/* TAGS */
.atr-info-tags {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0 36px 0;
    border-top: 1px solid #C0C0C0;
    margin-bottom: unset!important;
}
.atr-info-tags > h2 {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #434242; 
}
.atr-info-tags > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.atr-info-tags > div > a {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #C20A0A;
    padding: 6px 12px;
    border-radius: 6px;
    text-transform: uppercase;
}
/* RELACIONADAS */
.atr-relacionadas {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1040px;
    margin: 0 auto 36px auto;
    padding: 0 20px;
}
.atr-relacionadas > h2 {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
}
.atr-relacionadas > h2 > b {
    font-family: "Ubuntu-Bold",sans-serif;
    color: #087BC7;
}
.atr-relacionadas > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(69px, auto);
    gap: 36px 24px;
}
.atr-relacionadas > div > a {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.atr-relacionadas > div > a > figure {
    width: 232px;
    min-width: 232px;
    height: 182px;
    overflow: hidden;
}
.atr-relacionadas > div > a > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.atr-relacionadas > div > a > div {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.atr-relacionadas > div > a > div > svg {
    width: 10px;
    min-width: 10px;
}
.atr-relacionadas > div > a > div > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.atr-relacionadas > div > a > div > div > h2 {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.8;
}
.atr-relacionadas > div > a:hover > div > div > h2 {
    text-decoration: underline!important;
}
.atr-relacionadas > div > a > div > div > span {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #6E6E6E;
}
.atr-article-content > #article > p {
    font-family: "Ubuntu-Light",sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.7;
}
.atr-article-content > #article > p {
    margin: 0 auto 36px;
}
.atr-article-content > #article > p > b {
    font-family: "Ubuntu-Bold",sans-serif;
}
.atr-article-content > #article > p > a {
    font-family: "Ubuntu-Bold", sans-serif;
    text-decoration: underline !important;
    color: inherit;
}
.atr-article-content > #article > h2 {
    font-family: "Ubuntu-Bold", sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #c20a0a;
}
/* 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;
}
/* ANUNCIOS */
.atr-article-full-ads {
    width: 100%;
    min-height: 282px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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;
}
#atr-article-container > .atr-article-right {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 376px;
    width: 100%;
}
.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;
}

/* ASSUNTOS RELACIONADOS */
.atr-article-right > .assuntos-relacionados {
    margin-top: auto;
    width: 100%;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #EBEBEB;
    margin-bottom: 426px;
    max-width: 376px;
}
.atr-article-right > .assuntos-relacionados > p {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #434242;
}
.atr-article-right > .assuntos-relacionados > div > a {
    color: #0E5788;
    word-break: break-word;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(1) {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 56px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(2) {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 35px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(3) {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 36px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(4) {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 20px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(5) {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 56px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(6) {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 20px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(7) {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 36px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(8) {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 22px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(9) {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 20px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(10) {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 56px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(11) {
    font-family: "Ubuntu-Bold",sans-serif;
    font-size: 20px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(12) {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 36px;
    line-height: 60px;
}
.atr-article-right > .assuntos-relacionados > div > a:nth-child(13) {
    font-family: "Ubuntu-Regular",sans-serif;
    font-size: 22px;
    line-height: 60px;
}
/* ASSUNTOS RELACIONADOS MOBILE */
.atr-article-content > .assuntos-relacionados-mobile {
    display: none;
}
.atr-footer {
    background-color: #0D0D0D!important;
}
.footer-info-text p,
.atr-grupoATR > ul li > a,
.atr-spanFooter,
.atr-spanFooter > span,
.atr-canaisEditorias > .canaisEditorias-menu ul li > a {
    color: #FFFFFF!important;
}
.atr-footer > .footer-infos-empresa {
    border-top: 1px solid #242424!important;
}
/* .footer-left > .column-4 > .atr-grupoATR {
    display: none;
} */
#article .table__leia-mais-content div h6 {
    color: #b3b3b3!important;
}
#article.article-covid .mw-citacao {
    flex-direction: column;
    gap: 32px;
}
#article.article-covid .mw-citacao > svg {
    width: 104px;
    height: 94px;
    min-width: 104px;
}
#article.article-covid .mw-citacao .citacao {
    gap: 18px;
}
#article.article-covid .mw-citacao .citacao span {
    font-family: "Ubuntu-Light", sans-serif;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -0.38px;
    color: #FFFFFF;
}
#article.article-covid .mw-citacao .citacao .mw-citacao-autor {
    font-family: "Ubuntu-Light", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
}
.atr-share-social-container.share-mobile {
    display: none;
}
.covid-realizacao {
    max-width: 1240px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 auto 80px;
}
.covid-realizacao > div:first-of-type {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 1px;
}
.covid-realizacao > .covid-realizacao-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}
.covid-realizacao > .covid-realizacao-center > span {
    font-family: "Ubuntu-Light", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.6;
}
.covid-realizacao > .covid-realizacao-center > img {
    width: 174px;
    height: 34px;
}
.covid-realizacao > div:last-of-type {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 1px;
}
.bloco-right {
    width: 40px;
    min-width: 40px;
}
@media screen and (max-width: 992px) {
    /* RELACIONADAS */
    .atr-relacionadas {
        gap: 16px;
    }
    .atr-relacionadas > div > a {
        gap: 12px;
    }
    .atr-relacionadas > h2 {
        font-size: 16px;
    }
    .atr-relacionadas > div > a > div > div {
        gap: 4px;
    }
    .atr-relacionadas > div > a > figure {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .atr-relacionadas > div > a > div > div > h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .atr-relacionadas > div > a > div > div > span {
        font-size: 12px;
        line-height: 20px;
    }
    .atr-article-right > .assuntos-relacionados {
        width: 100%;
        min-height: 250px;
        margin-top: auto;
    }
}
@media screen and (max-width: 792px) {
    /* BREADCRUMB */
    #atr-breadcrumb > a {
        font-size: 12px;
        line-height: 18px;
    }
    /* ANUNCIOS */
    .atr-article-full-ads {
        min-height: 132px;
    }
    .atr-article-right > .ad-article-desk {
        max-width: unset;
    }
    /* 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: 18px;
        line-height: 28px;
    }
    .atr-article-content > #article > .atr-article-img-box > figcaption {
        line-height: 14px;
    }
    .atr-article-content > header {
        margin-bottom: 30px;
    }
    .atr-article-content > header > div {
        line-height: 16px;
        margin-bottom: 18px;
        gap: 6px;
    }
    .atr-article-autor > p {
        font-size: 14px;
        line-height: 18px;
    }
    .atr-article-content > header > p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .atr-article-content > header > h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .atr-article-content > header > h2 {
        font-size: 16px;
        line-height: 20px;
    }
    #atr-article-container > .atr-article-right {
        display: none;
    }
    /* WIDGETS */
    #article > .atr-reporterCidadao {
        margin: unset;
    }
    .atr-article-widgets {
        flex-direction: column;
        padding: unset;
    }
    /* COMPARTILHE */
    .article-compartilhe {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .article-compartilhe > h2 {
        font-size: 16px;
    }
    /* TAGS */
    .atr-info-tags > h2 {
        font-size: 16px;
    }
    .atr-info-tags > div {
        gap: 12px;
    }
    .atr-info-tags > div > a {
        font-size: 12px;
    }
    /* RELACIONADAS */
    .atr-relacionadas {
        padding: 0 20px;
    }
    .atr-relacionadas > div {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .atr-article-right {
        display: none;
    }
    /* ASSUNTOS RELACIONADOS */
    .atr-article-right > .assuntos-relacionados {
        display: none;
    }
    /* ASSUNTOS RELACIONADOS MOBILE */
    .atr-article-content > .assuntos-relacionados-mobile {
        display: flex;
        flex-direction: column;
        padding: 17px 19px;
        gap: 20px;
        margin-bottom: 30px;
        width: 100%;
        border: 1px solid #EBEBEB;
    }
    .atr-article-content > .assuntos-relacionados-mobile > p {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #434242;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(1) {
        font-family: "Ubuntu-Bold",sans-serif;
        font-size: 46px;
        line-height: 49px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(2) {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 30px;
        line-height: 50px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(3) {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 17px;
        line-height: 52px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(4) {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 30px;
        line-height: 50px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(5) {
        font-family: "Ubuntu-Bold",sans-serif;
        font-size: 46px;
        line-height: 49px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(6) {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 29px;
        line-height: 50px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(7) {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 18px;
        line-height: 50px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(8) {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 22px;
        line-height: 50px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(9) {
        font-family: "Ubuntu-Bold",sans-serif;
        font-size: 30px;
        line-height: 50px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(10) {
        font-family: "Ubuntu-Bold",sans-serif;
        font-size: 46px;
        line-height: 49px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(11) {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 29px;
        line-height: 50px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(12) {
        font-family: "Ubuntu-Regular",sans-serif;
        font-size: 18px;
        line-height: 50px;
    }
    .atr-article-content > .assuntos-relacionados-mobile > div > a:nth-child(13) {
        font-family: "Ubuntu-Bold",sans-serif;
        font-size: 22px;
        line-height: 50px;
    }
    #article.article-covid > .mw-element-justify-left,
    #article.article-covid > .mw-element-justify-right {
        width: 100%;
        max-width: unset;
        float: unset;
        margin: 0 0 36px 0;
    }
    #article.article-covid > .mw-article-img-box .mw-image-info {
        padding: 0 30px;
    }
    .atr-relacionadas > h2 {
        font-size: 26px!important;
        line-height: 30px!important;
    }
    .atr-relacionadas > div > a {
        flex-direction: row!important;
        align-items: center!important;
    }
    #article.article-covid .mw-citacao .citacao span {
        font-size: 24px;
        line-height: 24px;
    }
    #article.article-covid .mw-citacao .citacao {
        gap: 12px;
    }
    #article.article-covid .mw-citacao .citacao .mw-citacao-autor {
        font-size: 16px;
        line-height: 18px;
    }
    #article.article-covid .mw-citacao > svg {
        width: 70px;
        height: 62px;
        min-width: 70px;
        position: absolute;
        left: 0;
        top: -30px;
        z-index: -1;
    }
    #article.article-covid .mw-citacao {
        position: relative;
        padding-left: 35px;
        margin-top: 30px;
    }
    .atr-share-social-container > .atr-share-social {
        background-color: #000;
        z-index: 999;
    }
    .atr-article-content > header > p,
    .atr-article-content > header > .covid-title > span {
        font-size: 18px!important;
        line-height: 20px!important;
    }
    .atr-article-content > header > h1 {
        font-size: 30px!important;
        line-height: 36px!important;
    }
    .capa-article {
        height: 500px;
    }
    .atr-article-content > header > .covid-title {
        margin-bottom: 13px;
    }
    #article.article-covid > .mw-article-img-box.image-fullscreen {
        left: calc(-50vw + 50%);
    }
    #article.article-covid > .mw-article-img-box.image-fullscreen .mw-image-info {
        padding: 0 20px!important;
    }
    #article.article-covid > .mw-article-img-box {
        position: relative;
        width: 100vw;
        left: calc(-50vw + 50%);
        height: auto;
    }
    .covid-realizacao {
        gap: 14px;
        margin: 0 auto 60px;
    }
    .covid-realizacao > .covid-realizacao-center {
        gap: 14px;
    }
    .covid-realizacao > .covid-realizacao-center > span {
        font-size: 14px;
        line-height: 16px;
    }
    .covid-realizacao > .covid-realizacao-center > img {
        width: 135px;
        height: 26px;
    }
    .bloco-right {
        display: none;
    }
    .atr-article-content > header > .atr-article-info {
        margin: 6px auto 10px;
    }
}