:root {
	--primary-color: #0d6efd;
	--accent-color: #00f2fe;
	--accent-purple: #5b18d8;
	--dark-bg: #000000;
	--card-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	--transition: all 0.4s ease;
}
body {
	background-color: #f4f7f6;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}


.container-fluid {
	padding-left: 1rem;
	padding-right: 1rem;
}
.form-control,
.form-select,
.btn,
.input-group .form-control,
.input-group .btn {
	min-height: 48px;
}
.form-label {
	font-size: 0.95rem;
}
.navbar {
	background-color: var(--dark-bg);
	padding: 0.8rem 0;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}


.navbar {
	background: linear-gradient(90deg, rgba(8,8,8,1) 0%, rgba(32,32,35,1) 100%);
}
.navbar-brand {
	font-weight: 800;
	font-size: 1.5rem;
	background: linear-gradient(45deg, #fff, var(--accent-color));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nav-link {
	color: #ffffff;
	transition: var(--transition);
	border-radius: 8px;
	margin: 0 5px;
	padding: 8px 15px;
}
.nav-link:hover,
.nav-link.active {
	background-color: var(--accent-purple);
	color: white;
}
.carousel-item {
	min-height: 100vh;
	background-size: cover;
	background-position: center;
}
.carousel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.form-container-vertical {
	background: #fff;
	border-radius: 20px;
	padding: 3rem;
	box-shadow: var(--card-shadow);
	max-width: 750px;
	margin: 2rem auto;
}
.form-label {
	font-weight: 600;
	margin-bottom: 0.6rem;
	display: flex;
	align-items: center;
	color: #333;
}
.form-label i {
	margin-right: 12px;
	color: var(--accent-purple);
	font-size: 1.1rem;
}
.form-control,
.form-select {
	border-radius: 10px;
	padding: 0.8rem 1.2rem;
	margin-bottom: 1.5rem;
	border: 1px solid #ced4da;
}
.inventory-card {
	background: white;
	border-radius: 15px;
	padding: 2rem;
	box-shadow: var(--card-shadow);
	overflow-x: auto;
}
section {
	position: relative;
	padding: 80px 0;
}
.section-separator {
	height: 120px;
	background: linear-gradient(to bottom, transparent, #f4f7f6, transparent);
	backdrop-filter: blur(10px);
	margin-top: -60px;
	margin-bottom: -60px;
	z-index: 10;
	pointer-events: none;
}
.contactSection {
	padding: 7rem 0;
	background-color: #ffffff;
	position: relative;
}
.contactSection::before {
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
	height: 1px;
	background: linear-gradient(to right, transparent, #eee, transparent);
}
.infoColumn {
	padding: 20px;
	max-width: 450px;
}
.infoTitle {
	font-size: 2.5rem;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.infoColumn p {
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 2rem;
}
.contact-item {
	margin-top: 1.5rem;
}
.label {
	display: block;
	font-size: 0.85rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #a0a0a0;
	letter-spacing: 1px;
}
.value {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	margin-top: 5px;
}
.formCard {
	background: #ffffff;
	padding: 3rem;
	border-radius: 30px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	border: 1px solid #f8f8f8;
}
.inputGroup {
	margin-bottom: 1.5rem;
}
.inputCustom {
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 1rem;
	background-color: #fafafa;
	transition: all 0.3s ease;
}
.inputCustom:focus {
	background-color: #ffffff;
	border-color: #9f0ce9;
	box-shadow: 0 0 0 4px rgba(159, 12, 233, 0.05);
}
.submitBtn {
	background-color: #9f0ce9;
	color: white;
	border: none;
	padding: 1rem;
	border-radius: 10px;
	font-weight: 700;
	transition: all 0.3s ease;
	width: 100%;
}
.submitBtn:hover {
	background-color: #7b09b8;
}
#serviciosTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}
#serviciosTable thead th {
	background-color: #f8f9fa;
	color: #444;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 15px;
	border: none;
	text-align: center;
}
#serviciosTable tbody td {
	padding: 15px;
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#serviciosTable.charger-hidden th.charger-column,
#serviciosTable.charger-hidden td.charger-column {
	display: none !important;
}
#servicios .section-title {
	margin-bottom: 1.8rem;
}
.service-card {
	border-radius: 20px;
	overflow: hidden;
	transition: var(--transition);
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.service-card img {
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
}
.service-card:hover {
	filter: brightness(0.95);
	box-shadow: 0 8px 20px rgba(111, 66, 193, 0.2);
}
.modal-content {
	border-radius: 20px;
	border: none;
}
.button-add-circle {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
	background-color: var(--primary-color);
	color: #fff;
	border: none;
}
.button-add-circle:hover {
	background-color: var(--accent-purple);
}


.button-add-circle {
	box-shadow: 0 8px 30px rgba(91,24,216,0.18);
}


#usersTable thead th {
	letter-spacing: 0.6px;
}
.lightbox-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.88);
	padding: 1.5rem;
}
.lightbox-modal.show {
	display: flex;
}

.invoice-selection-panel .card {
	border-radius: 1rem;
}

.invoice-selection-panel .card-body {
	padding: 1.25rem;
}

.invoice-selection-panel .btn {
	min-width: 150px;
}

#serviciosTable th:first-child,
#serviciosTable td:first-child {
	width: 48px;
}

#serviciosTable th:first-child {
	padding: 1rem 0.5rem;
}

#serviciosTable td:first-child {
	padding: 0.75rem 0.5rem;
}
.lightbox-modal .lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: transparent;
}
.lightbox-modal .lightbox-content {
	max-width: 100%;
	max-height: 100%;
	border-radius: 1rem;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.55);
	object-fit: contain;
	z-index: 1;
}
.lightbox-modal .lightbox-close {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	color: white;
	cursor: pointer;
	z-index: 2;
}
.lightbox-modal .lightbox-close i {
	font-size: 1.4rem;
}
.table-responsive {
	border-radius: 15px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.panel-card .table-responsive {
	margin-top: 1rem;
}

.panel-card .table-responsive table {
	width: 100%;
	min-width: 0;
}

.panel-card .table-responsive caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	color: #6c757d;
	padding-bottom: 0.75rem;
}

.modal-trello .modal-content {
	background-color: #f4f5f7;
	border-radius: 12px;
}
.modal-trello .modal-header {
	padding: 20px 30px;
	border: none;
}
.trello-main-col {
	padding-right: 20px;
}
.trello-section-title {
	font-weight: 700;
	color: #172b4d;
	font-size: 1.1rem;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.trello-section-title i {
	margin-right: 10px;
	font-size: 1.4rem;
}
.trello-card-info {
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.trello-spec-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
}
.trello-attachments-col {
	background: #ebecf0;
	border-radius: 8px;
	padding: 20px;
	min-height: 400px;
}


@media (max-width: 991px) {
	.form-container-vertical { padding: 2rem; max-width: 100%; margin: 1rem auto; }
	.formCard { padding: 1.5rem; }
	.inventory-card { padding: 1rem; }
	.button-add-circle { width: 48px; height: 48px; }
	.filter-chips { overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
	.filter-chip { display: inline-block; margin-right: 0.5rem; padding: 6px 10px; }
	.invoice-selection-panel .card-body { flex-direction: column; align-items: stretch !important; }
	.invoice-selection-panel .btn { min-width: 0; width: 100%; }
	.export-toolbar .d-flex { flex-direction: column; align-items: stretch; }
	.export-toolbar .d-flex > .d-flex { width: 100%; }
	.export-toolbar .btn { width: 100%; }
	.infoColumn { max-width: 100%; padding: 0.5rem 0; }
	.contactSection { padding: 3rem 0 2rem; }
}

@media (max-width: 767px) {
	.navbar { padding: 0.6rem 0; }
	.nav-link { padding: 8px 10px; margin: 0 3px; }
	.carousel-item { min-height: 50vh; }
	.form-container-vertical { padding: 1.25rem; border-radius: 12px; }
	.formCard { padding: 1rem; border-radius: 16px; }
	.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
	#serviciosTable { width: max-content; min-width: 720px; }
	#serviciosTable thead th,
	#serviciosTable tbody td { white-space: nowrap; }
	#serviciosTable thead th { font-size: 0.72rem; padding: 10px; }
	#serviciosTable tbody td { padding: 10px; font-size: 0.9rem; }
	.btn, .form-control, .form-select { min-height: 44px; }
	.modal-dialog { margin: 0.75rem; }
	.modal-body { padding: 1rem !important; }
	.modal-footer-actions { display: flex; flex-direction: column-reverse; gap: 0.75rem; }
	.modal-footer-actions .btn { width: 100%; }
	.container-fluid.px-md-5.py-4 { padding-left: 1rem; padding-right: 1rem; }
	.infoTitle { font-size: clamp(1.7rem, 5.5vw, 2.2rem); }
}

@media (max-width: 576px) {
	.d-flex.justify-content-between.align-items-center.mb-4 {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}
	.d-flex.justify-content-between.align-items-center.mb-4 .d-flex {
		width: 100%;
		justify-content: flex-end;
	}
	.button-add-circle { width: 42px; height: 42px; }
}


@media (min-width: 1200px) {
	.container-fluid { max-width: 1200px; }
}
.attachment-preview-card {
	background: white;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.attachment-img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.attachment-info {
	padding: 8px;
	font-size: 0.85rem;
	font-weight: 600;
}
.modal-backdrop.show {
	opacity: 0.8;
}
.floating-whatsapp-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #25d366;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}
.floating-whatsapp-btn:hover {
	filter: brightness(0.88);
}
.floating-whatsapp-btn i {
	font-size: 1.5rem;
}
.background-image1 {
	background-image: url('/vistas/img/miguel1.jpeg');
}
.background-image2 {
	background-image: url('/vistas/img/miguel2.jpeg');
}
.floatingBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: #25d366;
	color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	transition: all 0.3s ease;
	text-decoration: none;
}
.floatingBtn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
	color: white;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
.floatingBtn {
	animation: pulse 2s infinite;
}
@media (max-width: 768px) {
	.floatingBtn {
		width: 50px;
		height: 50px;
		font-size: 30px;
		bottom: 20px;
		right: 20px;
	}
}
.about-section {
	padding: 6rem 0;
	background-color: #ffffff;
	overflow: hidden;
}
.image-container {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	width: fit-content;
	box-shadow:
		20px 20px 60px #bebebe,
		-20px -20px 60px #ffffff;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	cursor: pointer;
}
.image-container:hover {
	transform: scale(1.02);
	box-shadow: 0 15px 35px rgba(159, 12, 233, 0.2);
}
.content {
	padding-left: 3rem;
}
.accent {
	color: #9f0ce9;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 0.9rem;
	display: block;
	margin-bottom: 1rem;
}
.title {
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	color: #212529;
}
.info-card {
	background-color: #f8f9fa;
	border-left: 5px solid #9f0ce9;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.tech-list li {
	margin-bottom: 8px;
}
.tech-list i {
	color: #9f0ce9;
}
.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}
.reveal.active {
	opacity: 1;
	transform: translateY(0);
}
.custom-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
	margin: auto;
	display: block;
	max-width: 80%;
	border-radius: 10px;
}
.close-btn {
	position: absolute;
	top: 20px;
	right: 35px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
.benefits-section {
	background-color: #ffffff;
	padding: 5rem 0;
	overflow: hidden;
}
.section-title {
	font-size: 2rem;
	font-weight: 800;
	color: #212529;
}
.benefit-card {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	padding: 1.2rem 1.5rem;
	margin: 0 15px;
	width: 320px;
	gap: 15px;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	flex-shrink: 0;
}
.benefit-card:hover {
	filter: brightness(0.95);
	box-shadow: 0 4px 15px rgba(159, 12, 233, 0.08);
}
.icon-wrapper {
	background-color: #f4f4f4;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	flex-shrink: 0;
}
.icon-wrapper .icon {
	color: #9f0ce9;
	font-size: 1.3rem;
}
.text-wrapper span {
	font-size: 0.9rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.3;
}
.mobile-scroll {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 20px 15px;
}
.mobile-scroll::-webkit-scrollbar {
	display: none;
}
.mobile-scroll .benefit-card {
	scroll-snap-align: center;
	min-width: 80vw;
}
.pc-marquee-container {
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
}
.marquee-track {
	display: flex;
	width: max-content;
	animation: scrollLeft 30s linear infinite;
	animation-timing-function: linear;
	will-change: transform;
}
.marquee-track:hover,
.pc-marquee-container:focus-within .marquee-track {
	animation-play-state: paused;
}
@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}


@media (max-width: 1199px) {
	.section-title,
	.infoTitle,
	.title {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.section {
		padding: 60px 0;
	}
	.about-section,
	.benefits-section,
	.contactSection {
		padding: 4rem 0;
	}
	.content {
		padding-left: 0;
	}
	.image-container {
		width: 100%;
	}
	.benefit-card {
		width: 280px;
		min-width: 280px;
		margin: 0 0.7rem;
	}
	.pc-marquee-container {
		overflow: hidden;
		padding-bottom: 1rem;
	}
	.marquee-track {
		animation: scrollLeft 40s linear infinite;
		flex-wrap: nowrap;
	}
	.nav-link {
		padding: 10px 12px;
		margin: 0 3px;
	}
	.title {
		font-size: clamp(2rem, 4.5vw, 2.4rem);
	}
	.infoTitle {
		font-size: clamp(2rem, 4.5vw, 2.3rem);
	}
}

@media (max-width: 767px) {
	.navbar {
		padding: 0.55rem 0;
	}
	.carousel-item {
		min-height: 60vh;
	}
	.carousel-item .caption {
		text-align: center;
		padding: 1.5rem;
	}
	.section {
		padding: 40px 0;
	}
	.benefit-card {
		min-width: 280px;
		width: auto;
	}
	.pc-marquee-container {
		overflow: hidden;
	}
	.marquee-track {
		animation: scrollLeft 28s linear infinite;
		animation-timing-function: linear;
		flex-wrap: nowrap;
		will-change: transform;
	}
	.pc-marquee-container:hover .marquee-track,
	.pc-marquee-container:focus-within .marquee-track {
		animation-play-state: paused;
	}
	.button-add-circle {
		width: 50px;
		height: 50px;
	}
	.inventory-card {
		padding: 1rem;
	}
	.contactSection {
		padding: 3rem 0;
	}
	.form-control,
	.form-select,
	.btn,
	.nav-link {
		min-height: 48px;
	}
	.modal-dialog {
		margin: 1.25rem;
	}
}

@media (max-width: 576px) {
	.benefit-card {
		min-width: 90vw;
	}
	.navbar-brand {
		font-size: 1.15rem;
	}
	.page-responsive .text-center {
		text-align: left !important;
	}
	.page-responsive .d-flex.justify-content-between.align-items-center.mb-4 {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}
	.marquee-track {
		animation: scrollLeft 22s linear infinite;
	}
}

@media (max-width: 576px) {
	.benefit-card {
		min-width: 90vw;
	}
	.navbar-brand {
		font-size: 1.15rem;
	}
	.page-responsive .text-center {
		text-align: left !important;
	}
	.page-responsive .d-flex.justify-content-between.align-items-center.mb-4 {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}
}

@keyframes slideInLeft {
	from {
		transform: translateX(-100px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fadeUp {
	from {
		transform: translateY(40px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}
.banner-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.image-layer {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.caption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	padding: 0 15%;
}
.animate {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 0;
}
.carousel-item.active .animate-title {
	animation-name: slideInLeft;
}
.carousel-item.active .animate-text {
	animation-name: fadeUp;
	animation-delay: 0.3s;
}
.carousel-item.active .animate-button {
	animation-name: fadeUp;
	animation-delay: 0.6s;
}
.custom-indicators button {
	width: 50px;
	height: 50px;
	margin: 0 10px;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 1;
	transition: all 0.3s ease;
}
.custom-indicators button.active {
	background-color: #ffffff;
}
.custom-control {
	opacity: 1;
	width: 65px;
	height: 65px;
	background-color: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	border-radius: 50%;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	border: none;
}
.custom-control:hover {
	background-color: #9f0ce9;
}
