h3,h4{
    padding-top: 1rem;
    font-family: 'Source Serif 4', serif;
    font-size: 18px ;
    line-height:28px;
    padding-bottom: 0.25rem;
    font-weight: 700;
    color: #78706C ;
}


.texto_central a{
    word-wrap: break-word;
}

.titulo_pagina_mobile{
    display: none;
}

.titulo_artigo{
    color: #78706C;
    font-family: 'Source Serif 4', serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    max-width: 810px;
}



/* TABLET */

 @media (min-width: 600px){ 

    /* :root{
   
       TABLET 
       --topo_pagina: 3rem;
   
       } */
     }
    @media (min-width: 1180px){
        .texto_central{
            max-width: 810px;
        }

        h3,h4{
            padding-top: 1rem;
            font-family: 'Source Serif 4', serif;
            font-size: 16px ;
            line-height:24px;
            font-weight: 700;
            color: #78706C ;
        }
        .titulo_pagina_desktop{
            display: none;
        }

        .titulo_artigo{


        }

    } 

