@charset "utf-8";
html, body{
	overflow-x: hidden;
	font-family: 'Abel', sans-serif;
	margin: 0;
	background: none;
}

a{
	text-decoration: none;
	color: #fff;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	margin: 0;
	padding: 0;
	list-style: none;
}

/*--==============================  Estilo Impressão Programação  ================================*/
/*EVENTO*/

/*DATA*/
.content{
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
}


.data_evento{
	overflow:hidden;
	color: #000;
	margin-bottom: 20px;
}

.data_evento .dia{
	background: #F3F3F3;
	overflow: hidden;
	color: #000;
	text-align: center;
	float: left;
	font-weight: bold;
	width: 120px;
	height: 100px;
}

.data_evento .dia .ndia{
	font-size: 40px;
	padding-top: 15px;
}

.data_evento .dia .tdia{
	font-size: 25px;
	margin-top: -5px;
}

.data_evento .data{
	font-size: 30px;
	margin-left: 30px;
	float: left;
	margin-top: 20px;
}

/*ITEM DO EVENTO*/
.event{
	overflow: hidden;
	margin-bottom: 30px;
}

.event .local_left{
	float: none;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom: 5px;
}


.event .local_right{
	float: none;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom: 5px;
}


.local{
	color: #000;
	font-size: 30px;
}

.hora{
	color: #000;
	font-size: 18px;
}

.event .cont_event{
	background: #F3F3F3;
	width: auto;
	overflow: hidden;
	padding: 5%;
	border-bottom: 5px solid #CCC;
	float: none;
}

.event .cont_event .txt_event{
	font-size:16px;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	display: block;
	width: auto;
}

.event .cont_event .n_pessoa{
	color: #333;
	font-size:16px;
}

/*INTERVALOS*/
.intervalo{
	overflow: hidden;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 180px;
	background: #666;
	padding: 20px 30px;
}

.intervalo .hora_intervalo{
	text-align: center;
	color: #fff;
	font-size: 20px;
}


/*MINICURSOS*/

.content_m{
	width: 100%;
	overflow: hidden;
	margin: auto;
}

.title_minicurso{
	color: #000;
	font-size: 30px;
	text-align: center;
}

.local_horario{
	color: #666;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.box_minicurso{
	width: 338px;
	height: 278px;
	overflow: hidden;
	background: #F3F3F3;
	float: left;
	margin-left: 10px;
	border-bottom: 5px solid #666;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.title_min{
	background: #666;
	padding: 10px;
	margin-bottom: 15px;
	color:#fff;
	font-size:18px;
	text-align: center;
}

.cont_minicurso{
	padding: 0 20px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.ministrante{
	padding: 0 20px;
	font-size: 14px;
	color:#666;
}

.navbar-toggler
{
	display: none;
}

.navbar-brand
{
	width: 100%;
  text-align: center !important;
}

/*RODAPÉ*/
.footer-main{
	display: none;
}

.subfooter {
  background: #2a2a37;
  padding: 15px 0;
}

.fixado-lateral
{
	display: none;
}

.top-bar
{
	display: none;
}