.noticia__titulo {
    color: var(--tx-azul);
    font-size: var(--header-md);
    font-weight: var(--fw-semi-bold);
    margin-bottom: 15px;
    text-align: center;
}

.noticia__data {
    color: var(--cor-secundaria);
    font-size: var(--body-md);
    font-weight: var(--fw-semi-bold);
    margin-bottom: 0;
    text-align: center;
}

.btn__voltar {
    display: flex;
    color: var(--tx-azul);
    font-size: var(--body-xl);
    font-weight: var(--fw-semi-bold);
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='rgb(228, 136, 18)' d='M4.466,9.234 C4.491,9.234 16.714,9.234 16.714,9.234 L14.139,12.217 C13.972,12.411 13.988,12.708 14.175,12.880 C14.362,13.053 14.649,13.036 14.816,12.842 L17.717,9.482 C18.070,9.073 18.070,8.456 17.717,8.046 L14.816,4.686 C14.727,4.581 14.602,4.528 14.477,4.528 C14.370,4.528 14.262,4.568 14.175,4.648 C13.988,4.820 13.972,5.117 14.139,5.311 L16.714,8.295 C16.714,8.295 4.491,8.295 4.466,8.295 C2.504,8.295 0.908,6.644 0.908,4.617 C0.908,2.589 2.504,0.939 4.466,0.939 L6.629,0.939 C6.880,0.939 7.083,0.729 7.083,0.469 C7.083,0.210 6.880,0.000 6.629,0.000 L4.466,0.000 C2.003,0.000 -0.000,2.071 -0.000,4.617 C0.000,7.163 2.003,9.234 4.466,9.234 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center left;
    text-decoration: none;
    transition: 300ms all ease-in-out;
}

.btn__voltar:hover, .btn__voltar:focus, .btn__voltar:active {
    color: var(--cor-secundaria);
    text-decoration: underline;
}

@media screen and (min-width: 798px) {
    .noticia__titulo {
        font-size: var(--header-xl)
    }
}