.col_agenda {
	display: flex;
	align-items: center;
	/*justify-content: space-around;*/
	justify-content: space-between;
	float: left;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.col_agenda h2 {
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 17px;
	text-align: left;
	position: relative;
	background: #146EBB;
	padding: 15px 20px;
	color: #FFF;
	cursor: pointer;
}

.col_agenda h2 .fa.fa-calendar,
.col_agenda h2 .fa.fa-tag {
	margin-right: 10px;
}

.col_agenda h2 .fa.fa-chevron-down {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 18px;
}

.col_agenda h2 .tags_lista {
	position: absolute;
	background: #F0EFEB;
	padding: 20px 20px 10px 20px;
	top: 48px;
	z-index: 2;
	width: 200%;
	right: 0;
}

.col_agenda h2 .tags_lista .tags_ajax {
	float: left;
	color: #F96C15;
	font-family: 'Titillium SemiBold';
	border: solid 2px #F96C15;
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
	display: block !important
}

.col_agenda h2 .tags_lista .tags_ajax:hover {
	color: #FFF;
	border: solid 2px #F96C15;
	background:  #F96C15;
}

@media (min-width: 730px) {
	.daterangepicker.ltr .ranges {
		float: left;
		width: 100%;
	}
}

.calendario_agenda_lista_ajax #cal.show {
    position: absolute;
    background: #F0EFEB;
    padding: 20px 20px 10px 20px;
    top: 48px;
    z-index: 2;
    width: 700px;
    right: 0;
    color: #F96C15;
    display: block;
}

.buscar_datas {
    cursor: pointer;
}