﻿.item_container {
	background-color: #f3f4f6;
	border-radius: 1rem;
	overflow: hidden;
}

body.dark .item_container {
	background-color: #404040;
}

.item-image {
	vertical-align: middle;
	filter: blur(0.2px) brightness(0.95);
}

body.dark .item-image {
	filter: blur(0.2px) brightness(0.8) grayscale(0.31);
}

.image-container {
	background-color: transparent;
	padding-left: 0 !important;
}

.price-container {
	color: #65a30d;
}

body.dark .divider {
	background-color: #bae6fd;
}

body.dark .hoverable:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 #6b7280;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 #6b7280;
}

.btn-buy {
	background-color: #7db0de;
	width: 4rem;
}

.description-event {
	font-weight: 500;
}

.pheading {
	font-size: 1.3rem;
	font-weight: 500;
	color: #6B7280;
}

.heading {
	margin-bottom: 2rem;
	font-weight: 800;
}

body.dark heading {
	color: #F3F4F6;
}

.hr-custom {
	text-align: center;
	margin: auto auto;
	position: relative;
	top: 1.5rem;
	border-right: none !important;
	border-left: none !important;
	border-bottom: none !important;
	border-style: dotted;
	width: 15%;
	height: 3rem !important;
	border-width: 0.8rem;
	color: #A4CAFE;
}

.btn-info {
	margin-top: 0.5rem;
	background-color: #7db0de;
	width: 4rem;
}

	.btn-info i {
		font-size: 1.2rem;
	}

#modalMasInfo .modal-content {
	padding: 1rem;
}

#eventoSeleccionado {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

/* Estilo para el botón en tema oscuro */
body.dark .btn-info i {
	color: #f3f4f6 !important;
}

/* Estilos para el captcha en el modal */
.captcha-container-modal {
	margin: 1.5rem 0;
	display: flex;
	justify-content: center;
}

.captcha-error-modal {
	color: #ef4444;
	font-size: 0.875rem;
	margin-top: 0.5rem;
	text-align: center;
}

.disabled {
	opacity: 0.6 !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

/* Ajustes para tema oscuro en el modal */
body.dark #modalMasInfo .modal-content {
	background-color: #2d3748;
	color: #f3f4f6;
}

body.dark #modalMasInfo .modal-footer {
	background-color: #1a202c;
}

/* Estilos para el contenedor de filtros */

.categories-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.filters-container {
	background-color: #f8f9fa;
	border-radius: 1rem;
	padding: 1.5rem;
	margin-bottom: 2rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

body.dark .filters-container {
	background-color: #374151;
	color: #f3f4f6;
}

.filter-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #1d5c96;
}

body.dark .filter-title {
	color: #7db0de;
}

.category-chip {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0.25rem;
	border-radius: 25px;
	border: 2px solid #e5e7eb;
	background-color: white;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.875rem;
	font-weight: 500;
}

	.category-chip:hover {
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}

	.category-chip.selected {
		border-color: #1d5c96;
		background-color: #1d5c96;
		color: white;
	}

body.dark .category-chip {
	background-color: #4b5563;
	border-color: #6b7280;
	color: #f3f4f6;
}

	body.dark .category-chip.selected {
		background-color: #7db0de;
		border-color: #7db0de;
		color: #1f2937;
	}

.filter-actions {
	margin-top: 1rem;
	text-align: center;
}

.btn-filter {
	background-color: #1d5c96;
	margin: 0 0.5rem;
}

	.btn-filter:hover {
		background-color: #155a8a;
	}

body.dark .btn-filter {
	background-color: #7db0de;
	color: #1f2937;
}

	body.dark .btn-filter:hover {
		background-color: #64a8d1;
	}

.eventos-count {
	text-align: center;
	margin: 1rem 0;
	font-size: 1.1rem;
	color: #6b7280;
}

body.dark .eventos-count {
	color: #9ca3af;
}

/* Loader para filtros */
.filter-loader {
	display: none;
	text-align: center;
	padding: 2rem;
}

.category-badge {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	border-radius: 15px;
	font-size: 0.75rem;
	font-weight: 500;
	color: white;
	margin-left: 0.5rem;
}

/* Animaciones */
.eventos-container {
	transition: opacity 0.3s ease;
}

	.eventos-container.loading {
		opacity: 0.6;
	}

@media (max-width: 768px) {
	.price-container {
		padding: 0.25rem;
		font-size: 0.85rem;
	}

	.btn-buy, .btn-info {
		width: 3rem;
		padding: 0.3rem;
		font-size: 0.75rem;
	}

		.btn-info i, .btn-buy i {
			font-size: 1rem;
		}

	.filter-actions {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

		.filter-actions .btn-filter {
			margin: 0;
			width: 100%;
			max-width: 200px;
		}
}