﻿/* ********************************************************************************* */
/* ********************************************************************************* */
.agenda_principal { cursor: pointer; }
/* ================================================================================= */
.agenda_principal h1.titulo { clear: both; margin: 5px 0 0 0; font-size: 28px; font-weight: bold; }
.agenda_principal h1.titulo a { color: #4285F4; text-decoration: none; }
.agenda_principal:hover h1.titulo a { color: #FF7202; }

.agenda_principal h2.subtitulo { clear: both; margin: 5px 0 0 0; font-size: 16px; font-weight: normal; }
.agenda_principal h3.tipo { clear: both; margin: 5px 0 5px 0; font-size: 11px; font-weight: normal; color: #FF7202; }
/* ================================================================================= */
.agenda_principal .imagem {
    width: 100%;
}
.agenda_principal .imagem figure { margin: 0; }
.agenda_principal .imagem img { width: 100%; }
/* ================================================================================= */
.agenda_principal .evento .resumo {
    font-weight: bold;
    margin-top: -6px;
    padding-bottom: 8px;
}
.agenda_principal .evento .desenvolvimento {
    font-weight: normal;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.agenda_secundaria { cursor: pointer; }
/* ================================================================================= */
.agenda_secundaria .imagem img {
    width: 100%;
    margin: 0;
}
/* ================================================================================= */
.agenda_secundaria .tipo {
    font-size: 12px; 
    height: 18px;
    color: #BBBBBB;
}
.agenda_secundaria time { color: #999999; }
.agenda_secundaria .tituloevento {
    font-family: Roboto;
    font-weight: 200;
}
.agenda_secundaria .tituloevento a { color: #4285F4; text-decoration: none; }
.agenda_secundaria:hover .tituloevento a { color: #333333; }
.agenda_secundaria .resumo {
    font-size: 14px;
    color: #333333;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.agenda_listagem {
    padding: 0 0 0 15px;

    clear: both;
    line-height: 20px;
}
.agenda_listagem time { color: #008BB0; }
.agenda_listagem a { color: #666666; text-decoration: none; }
.agenda_listagem a:hover { color: #E00907; }
/* ********************************************************************************* */
/* ********************************************************************************* */