@import url('https://fonts.googleapis.com/css?family=Teko');
.plus {
	position: absolute;
	right: 10px;
	top: 25%;
}

.plus:before {
	content: '-'!important;
	width: 50px;
	height: 50px;
}

.exp {
	position: absolute;
	right: 10px;
	top: 25%;
}

.exp:before {
	content: '+' ;
	width: 50px;
	height: 50px;
}

#envelope_eventos .data span {
	display: block;
	width: 100%;
	text-align: center;
	/*word-spacing: -2px;*/
	font-family: 'Teko', sans-serif;
	height: 28px;
}

.data{
	padding-top: 3px;
}

.data-dia {
	font-size: 26px !important;
	margin-top: -6px;
}

.data-mes{
	margin-top: -3px;
	font-size: 16px !important; 
	text-transform: uppercase;
}

.expand-ev{
	height: 190px !important;
	display: block;
}

.eventos{
	width: 300px;
	display: :block;
	font-family: verdana;

}

.item-agenda{
	width: :100%;
	display: block;
	border: 1px solid #d4d4d4;
	border-bottom: 0px solid #d4d4d4;
	height: auto;
	overflow: hidden;
	transition:1s ease-in-out all;
}

.item-agenda:first-child {
	border-radius: 5px 5px 0 0px;
}

.item-agenda:last-child {
	border-radius: 0px 0px 5px 5px;
}

.head-evento{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
	width: 100%;
	height: 45px;
	background-color: rgba(228, 228, 228, 0.08);
	clear: both;
	border-bottom: 1px solid rgba(128, 128, 128, 0.17);
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.head-evento .data {
    float: left;
    padding: 4px 3px;
    height: 100%;
    width: 68px;
    color: #777777
}

.head-evento .data img {
	width: 32px;
	/* margin: 0 !important; */
	margin: 4px auto;
	height: 30px;
	display: block;
}

.head-evento .titulo {
	float: left;
	font-size: 12px;
	margin-top: 9px;
	margin-left: 5px;
	color: #777777;
}

.head-evento .titulo h4{
	margin: 0px;
	font-size: 12px !important;
	padding: 0;
	font-weight: bold;

}
.head-evento .titulo h5{
	margin: 0px;
	padding: 0;
	font-size: 11px !important;
	font-weight: lighter;
}

.txt-desc{
	font-size: 11px;
	clear: both;
	margin-bottom: 10px;
	padding:5px !important;
}

.desc-evento{
	/*height: 144px !important;*/
	background-color: #f3f3f3;
	padding: 0px;
	clear: both;
	overflow: hidden;
	display: none;
	position: relative;
}

.desc-evento span{
	font-size: 12px;
	display: :block;
	padding:5px !important;
}

.desc-evento .local{
	display: block;
	font-style: italic;
	font-size: 9px;
	margin-bottom: 10px;
	width: 100%;
}

.desc-evento .diade{
	display: block;
	font-style: italic;
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.desc-evento .diaate{
	display: block;
	font-style: italic;
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.link-mat{
	font-size: 10px;
	/*position: absolute;*/
	clear: both;
	/*bottom: 0;*/
	width: 100%;
	border-top: 1px solid #e8e8e8;
	padding: 5px 5px;
	text-align: center;
}

.link-mat:hover{
	background-color: #eaeaea;
}

.link-mat a{
	text-decoration: none;
	color:black;
	font-weight: bold;
}

.local img{
	height: 15px !important;
	margin: 0 5px;

}
.diaate img, .diade img{
	height: 15px !important;
	margin: 0 5px;
}