body{
	margin-top: 30px;
}

.titulo-pagina{
	font-family: 'Raleway', sans-serif;
	font-size: 3.0em;
	font-weight: 900;
	margin-bottom: 40px;
}

.item-dia{
	margin-bottom: 30px;
}

.data-grupo{
	text-align: center;
}

	.data-grupo h5{
		font-family: 'Raleway', sans-serif;
		margin-bottom: 0px;
		color: #999;
		border-bottom: 1px solid #999;
		padding-bottom: 5px;
	}

	.data-grupo h1{
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		font-size: 4.8em;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #999;
	}

	.data-grupo h3{
		font-family: 'Raleway', sans-serif;
		font-size: 2.4;
		font-weight: 900;
		color: #999;
		margin-top: 0px;
	}

.panel-default>.panel-heading{
	background: #0bd6d8 !important;
	color: #fff !important;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 900 !important;
}

.item-evento{
	
	margin-bottom: 20px;
	display: table;
}

.foto-evento{
	margin-bottom: 20px;
}

.foto-evento img{
	margin: 0 auto;
}

.dados-evento{
	display: table-cell;
	vertical-align: middle;
}

.dados-evento h2{
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	color: #0BD6D8;
	font-weight: 900;
	margin-bottom: 0px;
	margin-top: 0px;
}

.dados-evento a:link{
    font-family: 'Raleway', sans-serif;
	color: #0BD6D8;
	font-weight: 900;
	margin-bottom: 0px;
	margin-top: 0px;
}

.dados-evento a:visited{
    color:#0BD6D8;
    text-decoration:none;
}

.dados-evento a:hover {
    color:#0b88d8;
    text-decoration:underline;
}

.dados-evento a:hover {
    color:#0BD6D8;
}



.dados-evento h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #666;
	margin-bottom: 0px;
}

.dados-evento h3{
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #0BD6D8;
}

.dados-evento p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	color: #666;
}