.festival{
	background: url(../img/programacao/tarja-programacao.jpg) no-repeat center;
}

.titulo-pagina{
	border-color: #eb6528;
}

.titulo-pagina h2,
article h3,
aside span,
article p a{
	color: #eb6528;
}

h3{
	margin: 20px 0px 5px 0px !important;
}

article p a{
	font-weight: bold;
}

h4{
	font-size: 15px;
	font-weight: normal;
	color: #eb6528;
	margin: 0px 0px 10px 0px;
}

ul{
	margin-bottom: 20px;
}

h5{
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}

.data_ativa{
	color: #eb6528;
	font-weight: bold;
}

.data_destaque{
	width: 157px;
	margin-right: 100%;
	margin-bottom: 30px;
	height: 51px;
	float: left;
	background: url(../img/programacao/bg-datas.jpg) no-repeat center;
}

.data_destaque p:nth-child(1){
	float: left;
	color: #eb6528;
	height: 50px;
	width: 50px;
	font-size: 48px;
	margin: 2px 5px 0px 5px;
	line-height: 50px;
}

.data_destaque p:nth-child(2){
	float: left;
	min-width: 80px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 13px 0px 2px 0px;
}

.data_destaque p:nth-child(3){
	float: left;
	line-height: 12px;
	font-size: 12px;
	margin-bottom: 0px;
}

.calendario{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}

.calendario p{
	border-bottom:1px solid #7F7871;
	margin-bottom: 4px; 
}

.horas{
	text-transform: uppercase;
	color: #7F7871;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 0px !important;
}

.horas span{
	width: 22px;
	height: 22px;
	margin: -2px 5px 0px 0px;
	float: left;
	display: block;
	background: url(../img/programacao/relogio.png) no-repeat center;
}

.calendario span{
	float: left;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin: 0px;
	line-height: 11px;
}

.calendario a{
	float: left;
	text-align: center;
	font-size: 16px;
	width: 20px;
	height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ol{
	list-style: upper-roman outside;
}

ul ul{
	 margin-left: 20px;
	 list-style: square;
}

.ativo{
	color: #eb6528;
}

.hr-calendar{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 5px;
}

.clndr-controls{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 14px;
}

.clndr-control-button{
	cursor: pointer;
}

.clndr-controls .month{
	/*display: inline-block;*/
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #eb6528;
}

.clndr-table{
	width: 100% !important;
}

.clndr .clndr-table .header-days td{
	padding-bottom: 10px;
	font-weight: bold;
}


.clndr .clndr-table tbody tr td{
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 12px;
}


.clndr-table{
	text-align: center;
}

.clndr .clndr-table tbody tr .event,
.clndr .clndr-table tbody tr .today{
	position: relative;
}

.clndr .clndr-table tbody tr .today {
	pointer-events: none;
}

.clndr .clndr-table tbody tr .event{
	pointer-events: auto !important;
}

.clndr .clndr-table tbody tr .event div:after{
	transition: all .2s;
	position: absolute;
	display: block;
	content: '';
	width: 80%;
	height: 80%;
	border: 2px solid rgba(255,111,54,0.4) !important;
	background: rgba(255,111,54,0.4);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.clndr .clndr-table tbody tr .today:after{
	transition: all .2s;
	position: absolute;
	display: block;
	content: '';
	width: 80%;
	height: 80%;
	border: 2px solid rgba(255,111,54,0.4) !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}



