﻿/* ********************************************************************************* */
/* ********************************************************************************* */
/* PÁGINA DE DETALHES DE UM EVENTO (Evento.aspx) */
.evento h1.titulo { clear: both; margin: 15px 0 0 0; font-size: 28px; font-weight: bold; color: #4285F4; text-decoration: none; }

.evento h2.subtitulo { clear: both; margin: 5px 0 0 0; font-size: 16px; font-weight: normal; }
.evento h3.tipo { clear: both; margin: 5px 0 5px 0; font-size: 11px; font-weight: normal; color: #FF7202; }
/* ================================================================================= */
.evento .imagem {
    width: 100%;
}
.evento .imagem figure { margin: 0; }
.evento .imagem img { width: 100%; }
/* ================================================================================= */
.evento .resumo {
    font-weight: bold;
    margin-top: -6px;
    padding-bottom: 8px;
}
.evento .conteudo-principal .descricao p {
    font-weight: normal;
    font-size: 14px;
}
/* ================================================================================= */
.evento .conteudo-principal .programa {
    font-weight: normal;
    font-size: 14px;
}
.evento .conteudo-principal .programa .titulo {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    
    border-top: 1px solid #BFBFBF;
}
.evento .conteudo-principal .programa .inicio {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.2em;
    color: #000000;
}
.evento .conteudo-principal .programa .actividade {
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.2em;
    color: #000000;

    padding: 0 0 10px 0;
}
.evento .conteudo-principal .programa .descricao {
    font-size: 0.9em;
    color: #5A5A5A;
}
.evento .conteudo-principal .programa .descricao strong,
.evento .conteudo-principal .programa .descricao b {
    font-size: 0.9em;
    color: #333333;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.evento .conteudo-esquerda .titulo-lateral {
    font-weight: bold;
    color: #5A5A5A;
    font-size: 14px;
    
    border-bottom: 1px solid #BFBFBF;
}
.evento .conteudo-esquerda .texto-lateral {
    font-weight: normal;
    font-size: 14px;
    
    padding-left: 20px;
    margin-bottom: 15px;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
/* FORMULARIO DE INSCRIÇÃO */
.formulario_agenda {
    width: 100%;
}
/* ================================================================================= */
.formulario_agenda .campo_ob {
    color: #FF0000;
}
/* ================================================================================= */
.formulario_agenda .btn {
    width: 100%;
}
/* ================================================================================= */
.formulario_agenda .erro {
    color: #FF0000;
}
.formulario_agenda .ok {
    color: #006600;
}
/* ********************************************************************************* */
/* ********************************************************************************* */