/* OT Agenda Eventos Elementor */

.ot-agenda-filters,
.ot-agenda-filters * {
	box-sizing: border-box;
}

.ot-agenda-filters {
	--ot-agenda-green: #00e676;
	--ot-agenda-dark: #06110a;
	--ot-agenda-black: #0d0f0e;
	--ot-agenda-white: #ffffff;

	margin: 28px 0 38px;
	padding: 24px;
	background:
		radial-gradient(circle at top left, rgba(0, 230, 118, .18), transparent 32%),
		linear-gradient(135deg, #07120b 0%, #101010 58%, #07120b 100%);
	border: 1px solid rgba(0, 230, 118, .28);
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(0,0,0,.24);
	color: var(--ot-agenda-white);
	font-family: inherit;
}

.ot-agenda-filters__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.ot-agenda-filters__title {
	margin: 0;
	color: var(--ot-agenda-white);
	font-family: inherit;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: .01em;
}

.ot-agenda-filters__context {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	background: rgba(255,255,255,.07);
	white-space: nowrap;
}

.ot-agenda-filters__context-label {
	color: rgba(255,255,255,.60);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ot-agenda-filters__context-value {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

.ot-agenda-filters__section-label {
	margin: 0 0 10px;
	color: rgba(255,255,255,.68);
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.ot-agenda-filters__section-label--advanced {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,.12);
}

.ot-agenda-filters__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.ot-agenda-filters__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 16px;
	border: 1px solid rgba(0, 230, 118, .38);
	border-radius: 999px;
	background: rgba(0, 230, 118, .08);
	color: var(--ot-agenda-white);
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	transition: all .2s ease;
	white-space: nowrap;
}

.ot-agenda-filters__chip:hover,
.ot-agenda-filters__chip:focus,
.ot-agenda-filters__chip.is-active {
	background: var(--ot-agenda-green);
	color: var(--ot-agenda-dark);
	border-color: var(--ot-agenda-green);
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(0, 230, 118, .20);
}

.ot-agenda-filters__chip--past {
	border-color: rgba(255,255,255,.26);
	background: rgba(255,255,255,.07);
}

.ot-agenda-filters__form {
	display: grid;
	grid-template-columns: 1fr 1fr 1.15fr auto;
	gap: 14px;
	align-items: end;
}

.ot-agenda-filters__field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
}

.ot-agenda-filters__label {
	color: rgba(255,255,255,.70);
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .10em;
}

.ot-agenda-filters input,
.ot-agenda-filters select {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid rgba(255,255,255,.20);
	border-radius: 14px;
	background: rgba(255,255,255,.96);
	color: #121212;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	outline: none;
	box-shadow: none;
}

.ot-agenda-filters input:focus,
.ot-agenda-filters select:focus {
	border-color: var(--ot-agenda-green);
	box-shadow: 0 0 0 3px rgba(0, 230, 118, .18);
}

.ot-agenda-filters__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
}

.ot-agenda-filters__button {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 20px;
	border: 0;
	border-radius: 14px;
	background: var(--ot-agenda-green);
	color: var(--ot-agenda-dark);
	font-family: inherit;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
	transition: all .2s ease;
	white-space: nowrap;
	box-shadow: none;
}

.ot-agenda-filters__button:hover,
.ot-agenda-filters__button:focus {
	background: var(--ot-agenda-green);
	color: var(--ot-agenda-dark);
	filter: brightness(.94);
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(0, 230, 118, .20);
}

.ot-agenda-filters__clear {
	color: rgba(255,255,255,.78);
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.ot-agenda-filters__clear:hover,
.ot-agenda-filters__clear:focus {
	color: var(--ot-agenda-green);
}

@media (max-width: 1024px) {
	.ot-agenda-filters__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.ot-agenda-filters__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ot-agenda-filters__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.ot-agenda-filters {
		padding: 18px;
		border-radius: 18px;
	}

	.ot-agenda-filters__title {
		font-size: 21px;
	}

	.ot-agenda-filters__context {
		width: 100%;
		justify-content: center;
	}

	.ot-agenda-filters__chips {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.ot-agenda-filters__chip {
		scroll-snap-align: start;
	}

	.ot-agenda-filters__form {
		grid-template-columns: 1fr;
	}

	.ot-agenda-filters__actions {
		justify-content: space-between;
	}

	.ot-agenda-filters__button {
		flex: 1;
	}
}
