﻿/* ********************************************************************************* */
/* ********************************************************************************* */
/* CONTEUDOS GENÉRICOS */
h1.titulo {
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    color: #4285F4;
    /*font-weight: 100;*/
    /*font-weight: normal;*/

    margin: 0;
}
h2.subtitulo {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: #FF7202;

    margin: 0;
}
a { color: #008BB0; text-decoration: none; }
a:hover { color: #008BB0; text-decoration: none; }

/* ********************************************************************************* */
/* ********************************************************************************* */
/* CONTEUDOS RODAPÉ */
.rodape .rodape-conteudos h1.titulo {
    line-height: 24px;
    
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    color: #5A5A5A;

    margin: 0 0 5px 0;
}
.rodape .rodape-conteudos h2.subtitulo {
    line-height: 24px;
    
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    color: #5A5A5A;

    margin: 0 0 5px 0;
}
.rodape .rodape-conteudos p { line-height: 22px; color: #5A5A5A; font-size: 12px; margin: 0;}
.rodape .rodape-conteudos a { color: #008BB0; text-decoration: none; }
.rodape .rodape-conteudos a:hover { color: #008BB0; text-decoration: none; }
/* ********************************************************************************* */
/* ********************************************************************************* */