html.loading-active,
body.loading-active {
	overflow: hidden !important;
	height: 100vh !important;
}

body
{
	background-color: #f7f4ec;
	padding-bottom: 10px;
	color: #475569;
	font-family: 'Geist', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header
{
	border-bottom: none;
}

body.page-loaded header {
	background-color: transparent !important;
	border-bottom: 1px solid transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.intro-animations header {
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease !important;
}

body.page-loaded header #menuPrincipal > ul,
body.page-loaded header #menuPrincipal > ul > li > a,
body.page-loaded header .btnLoginAccess,
body.page-loaded header .btnLoginRegister,
body.page-loaded header #divContentInputSearch .form-control {
	transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease !important;
}

body.page-loaded header.header-scrolled {
	background-color: rgba(13, 14, 18, 0.96) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	border-bottom: 1px solid rgba(46, 56, 81, 0.15) !important;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35) !important;
}

@media (min-width: 992px) {
	body.page-loaded header #menuPrincipal > ul {
		border-color: transparent !important;
		background-color: transparent !important;
	}

	body.page-loaded header #menuPrincipal > ul > li > a {
		color: #cbd5e1 !important;
	}

	body.page-loaded header #menuPrincipal > ul > li:hover > a {
		color: #ffffff !important;
	}

	body.page-loaded header #menuPrincipal > ul > li:hover {
		background-color: transparent !important;
	}

	body.page-loaded header #menuPrincipal > ul > li > ul {
		background-color: #0d0e12 !important;
		border-color: rgba(255, 255, 255, 0.08) !important;
		box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.5) !important;
	}

	body.page-loaded header #menuPrincipal > ul > li > ul > li > a {
		color: #cbd5e1 !important;
	}

	body.page-loaded header #menuPrincipal > ul > li > ul > li:hover > a {
		background-color: rgba(46, 56, 81, 0.12) !important;
		color: #4E5F88 !important;
	}
}

@keyframes animatioLogoAmber {
	0% { box-shadow: 0px -1.3px 3px rgba(46, 56, 81, 0.8); }
	12.5% { box-shadow: 1.3px -1.3px 3px rgba(46, 56, 81, 0.8); }
	25% { box-shadow: 1.3px 0px 3px rgba(46, 56, 81, 0.8); }
	37.5% { box-shadow: 1.3px 1.3px 3px rgba(46, 56, 81, 0.8); }
	50% { box-shadow: 0px 1.3px 3px rgba(46, 56, 81, 0.8); }
	62.5% { box-shadow: -1.3px 1.3px 3px rgba(46, 56, 81, 0.8); }
	75% { box-shadow: -1.3px 0px 3px rgba(46, 56, 81, 0.8); }
	87.5% { box-shadow: -1.3px -1.3px 3px rgba(46, 56, 81, 0.8); }
	100% { box-shadow: 0px -1.3px 3px rgba(46, 56, 81, 0.8); }
}

body.page-loaded header #imgLogo, 
body.page-loaded header #imgLogoMinimo {
	animation: animatioLogoAmber 1.5s linear infinite !important;
}

body.page-loaded header .btnLoginAccess {
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: #ffffff !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
}

body.page-loaded header .btnLoginAccess:hover {
	background-color: #2E3851 !important;
	border-color: #2E3851 !important;
	color: #ffffff !important;
	box-shadow: 0 0 12px rgba(46, 56, 81, 0.4) !important;
}

body.page-loaded header .btnLoginRegister {
	border: 1px solid #2E3851 !important;
	background-color: #2E3851 !important;
	color: #ffffff !important;
}

body.page-loaded header .btnLoginRegister:hover {
	background-color: transparent !important;
	border-color: rgba(255, 255, 255, 0.4) !important;
	color: #ffffff !important;
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.1) !important;
}

body.page-loaded header #divContentInputSearch .form-control,
body.page-loaded header #divContentInputSearch .input-group-addon {
	border-color: rgba(255, 255, 255, 0.15) !important;
	background-color: rgba(255, 255, 255, 0.05) !important;
	color: #ffffff !important;
}

body.page-loaded header #divContentInputSearch .form-control:focus {
	border-color: rgba(46, 56, 81, 0.5) !important;
	box-shadow: 0 0 8px rgba(46, 56, 81, 0.25) !important;
}

#homeLoadingScreen
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #0f0f11;
	background-image: 
		radial-gradient(circle at 15% 50%, rgba(46, 56, 81, 0.06), transparent 25%),
		radial-gradient(circle at 85% 30%, rgba(78, 95, 136, 0.04), transparent 25%),
		linear-gradient(rgba(255, 255, 255, 0.005) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.005) 1px, transparent 1px);
	background-size: 100% 100%, 100% 100%, 50px 50px, 50px 50px;
	background-position: 0 0, 0 0, 0 0, 0 0;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transform: translateY(0);
	overflow: hidden;
	animation: bgGridMove 20s linear infinite;
}

@keyframes bgGridMove {
	0% { background-position: 0 0, 0 0, 0 0, 0 0; }
	100% { background-position: 0 0, 0 0, 50px 50px, 50px 50px; }
}

#homeLoadingScreen.slide-up
{
	transform: translateY(-100vh);
	pointer-events: none;
}

.home-loading-content
{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.home-loading-content::before
{
	content: '';
	position: absolute;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(46, 56, 81, 0.05) 0%, transparent 70%);
	z-index: -1;
	animation: pulseGlow 3s infinite ease-in-out;
	pointer-events: none;
}

@keyframes pulseGlow
{
	0%, 100% { transform: scale(0.9); opacity: 0.8; }
	50% { transform: scale(1.1); opacity: 1; }
}

.home-loading-logo
{
	width: 240px;
	height: auto;
	margin-bottom: 25px;
	opacity: 0;
	transform: scale(0.92);
	animation: homeLogoEntrance 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.loader-input-container
{
	width: 240px;
	height: 6px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	opacity: 0;
	transform: translateY(10px);
	animation: homeLoaderEntrance 0.6s ease 0.2s forwards;
}

.loader-input-bar
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #2E3851, #4E5F88);
	box-shadow: 0 0 8px rgba(78, 95, 136, 0.8);
	border-radius: 3px;
	transition: width 1s linear;
}

@keyframes homeLogoEntrance
{
	to
	{
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes homeLoaderEntrance
{
	to
	{
		opacity: 1;
		transform: translateY(0);
	}
}

#sectionBanner
{
	background-color: #0d0e12;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	color: #cbd5e1;
	height: 100vh;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% center;
	z-index: 1;
	transform: scale(1.1);
	opacity: 0;
	filter: blur(8px);
	transition: transform 2.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.8s ease-out, filter 1.8s ease-out;
}

body.intro-animations .video-bg {
	transform: scale(1);
	opacity: 1;
	filter: blur(0);
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(13, 14, 18, 0.3) 0%, rgba(13, 14, 18, 0.7) 100%);
	z-index: 2;
	opacity: 0;
	transition: opacity 2s ease-out;
}

body.intro-animations .video-overlay {
	opacity: 1;
}

#divAlertBanner
{
	padding: 15px;
	padding-left: 77px;
	padding-right: 77px;
	position: absolute;
	top: calc(50% + 30px);
	transform: translateY(-50%);
	width: 100%;
	z-index: 4;
}

.banner-grid-container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 60px;
}

.banner-col-left
{
	width: 58%;
	text-align: left;
	opacity: 0;
	transform: scale(0.85) translateX(-250px);
	transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.banner-col-right
{
	width: 36%;
	display: flex;
	justify-content: flex-end;
	opacity: 0;
	transform: scale(0.85) translateX(250px);
	transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-loaded .banner-col-left
{
	opacity: 1;
	transform: scale(1) translateX(0);
	transition-delay: 0.2s;
}

body.page-loaded .banner-col-right
{
	opacity: 1;
	transform: scale(1) translateX(0);
	transition-delay: 0.4s;
}

.hero-title
{
	color: #ffffff;
	font-size: 44px;
	font-weight: 800;
	line-height: 56px;
	margin-top: 0;
	margin-bottom: 25px;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
	font-family: 'Geist', sans-serif;
	text-align: left;
	max-width: 700px;
}

.gradient-text
{
	background: linear-gradient(135deg, #00d2ff 0%, #00b4d8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
}

.hero-desc
{
	color: #cbd5e1;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	max-width: 580px;
	text-align: left;
}

.feature-badges
{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 25px;
	margin-bottom: 20px;
	max-width: 500px;
}

.badge-item
{
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	padding: 10px 18px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.badge-item:hover
{
	background: rgba(46, 56, 81, 0.1);
	border-color: rgba(46, 56, 81, 0.3);
	color: #4E5F88;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(46, 56, 81, 0.15);
}

.academy-card
{
	background: rgba(13, 14, 18, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	width: 390px;
	max-width: 100%;
	display: inline-block;
	margin-top: 20px;
	padding: 24px;
	text-align: left;
}

.academy-card-header
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
}

.academy-header-left
{
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-grow: 1;
}

.academy-title
{
	color: #ffffff;
	font-weight: 700;
	font-size: 21px;
	margin: 0;
	line-height: 1.3;
	font-family: 'Geist', 'Calibri', sans-serif;
}

.academy-subtitle
{
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-family: 'Calibri', 'Outfit', sans-serif;
}

.academy-separator
{
	color: rgba(255, 255, 255, 0.3);
}

.academy-countdown
{
	color: #4E5F88;
	font-weight: 600;
}

.academy-header-right
{
	flex-shrink: 0;
}

.academy-status-badge
{
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 5px 12px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.badge-dot-amber
{
	width: 6px;
	height: 6px;
	background-color: #4E5F88;
	border-radius: 50%;
	display: inline-block;
}

.live-status
{
	background: rgba(231, 76, 60, 0.1);
	border-color: rgba(231, 76, 60, 0.2);
}

.badge-dot-red
{
	width: 6px;
	height: 6px;
	background-color: #e74c3c;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 6px #e74c3c;
	animation: pulseLive 1.2s infinite alternate;
}

@keyframes pulseLive
{
	0% { opacity: 0.5; }
	100% { opacity: 1; }
}

.academy-hr
{
	border: none;
	height: 1px;
	background: rgba(255, 255, 255, 0.06);
	margin: 25px 0 20px 0;
}

.academy-section-label
{
	color: rgba(255, 255, 255, 0.4);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: block;
}

.academy-actions
{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.academy-action-row
{
	background: rgba(255, 255, 255, 0.01);
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 10px;
	padding: 12px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
	user-select: none;
}

.academy-action-row:hover
{
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(46, 56, 81, 0.25);
	transform: translateY(-1px);
}

.action-icon-wrapper
{
	width: 32px;
	height: 32px;
	background: rgba(46, 56, 81, 0.06);
	border: 1px solid rgba(46, 56, 81, 0.15);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.action-icon-wrapper i
{
	color: #4E5F88;
	font-size: 14px;
}

.academy-action-row:hover .action-icon-wrapper i
{
	color: #ffffff;
}

.action-text
{
	color: #ffffff;
	font-size: 13.5px;
	font-weight: 600;
	flex-grow: 1;
	padding: 0 15px;
	text-align: left;
}

.action-arrow
{
	color: rgba(255, 255, 255, 0.3);
	font-size: 14px;
	transition: transform 0.2s, color 0.2s;
}

.academy-action-row:hover .action-arrow
{
	color: #ffffff;
	transform: translateX(2px);
}

.area
{
	width: 100%;
	height: 100vh;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-delay-400 {
	animation: fadeSlideUp 0.8s ease 0.4s both;
}

.animate-delay-600 {
	animation: fadeSlideUp 0.8s ease 0.6s both;
}

.animate-delay-800 {
	animation: fadeSlideUp 0.8s ease 0.8s both;
}

.animate-delay-1000 {
	animation: fadeSlideUp 0.8s ease 1.0s both;
}

.glow-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(130px);
	-webkit-filter: blur(130px);
	pointer-events: none;
	z-index: 0;
	opacity: 0.08;
	animation: floatOrb 14s ease-in-out infinite alternate;
}

@keyframes floatOrb {
	0% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(40px, -30px) scale(1.15); }
	100% { transform: translate(-20px, 20px) scale(0.9); }
}

.stats-glow-1 {
	width: 350px;
	height: 350px;
	background: radial-gradient(circle, rgba(78, 95, 136, 0.4) 0%, transparent 70%);
	top: -100px;
	left: 5%;
	opacity: 0.08;
}

.stats-glow-2 {
	width: 450px;
	height: 450px;
	background: radial-gradient(circle, rgba(46, 56, 81, 0.3) 0%, transparent 70%);
	bottom: -200px;
	right: 8%;
	opacity: 0.06;
	animation-delay: -5s;
}

.referral-glow {
	width: 550px;
	height: 550px;
	background: radial-gradient(circle, rgba(46, 56, 81, 0.25) 0%, transparent 70%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	opacity: 0.09;
	animation: floatOrb 18s ease-in-out infinite alternate;
}

.moreservice-glow {
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(46, 56, 81, 0.25) 0%, transparent 70%);
	bottom: -250px;
	left: 45%;
	transform: translateX(-50%) !important;
	opacity: 0.08;
	animation: floatOrb 20s ease-in-out infinite alternate;
}

.colab-glow {
	width: 450px;
	height: 450px;
	background: radial-gradient(circle, rgba(78, 95, 136, 0.35) 0%, transparent 70%);
	top: 15%;
	right: 5%;
	opacity: 0.07;
	animation: floatOrb 12s ease-in-out infinite;
}

.reveal {
	opacity: 0;
	transform: translateY(35px);
	transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.stats-container.is-visible .stat-card {
	opacity: 1;
	transform: translateY(0);
}

.stats-container.is-visible .stat-card:nth-child(3) { transition-delay: 0.1s; }
.stats-container.is-visible .stat-card:nth-child(4) { transition-delay: 0.2s; }
.stats-container.is-visible .stat-card:nth-child(5) { transition-delay: 0.3s; }
.stats-container.is-visible .stat-card:nth-child(6) { transition-delay: 0.4s; }
.stats-container.is-visible .stat-card:nth-child(7) { transition-delay: 0.5s; }

.services-container.reveal {
	transform: none;
	opacity: 1;
}

.services-container .carousel-card {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
}

.services-container.is-visible .carousel-card {
	opacity: 1;
	transform: translateY(0);
}

.services-container.is-visible .carousel-card:nth-child(1) { transition-delay: 0.05s; }
.services-container.is-visible .carousel-card:nth-child(2) { transition-delay: 0.12s; }
.services-container.is-visible .carousel-card:nth-child(3) { transition-delay: 0.19s; }
.services-container.is-visible .carousel-card:nth-child(4) { transition-delay: 0.26s; }
.services-container.is-visible .carousel-card:nth-child(5) { transition-delay: 0.33s; }
.services-container.is-visible .carousel-card:nth-child(6) { transition-delay: 0.40s; }
.services-container.is-visible .carousel-card:nth-child(7) { transition-delay: 0.47s; }

.stats-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 32px;
	padding: 60px 77px;
	background-color: #f7f4ec;
	max-width: 100% !important;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	transition: padding 0.3s ease;
}

.stat-card {
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border-radius: 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
	z-index: 1;
}

.stat-card:hover {
	transform: translateY(-4px) !important;
}

.stat-icon-wrapper {
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2E3851;
	font-size: 20px;
	margin-bottom: 12px;
	transition: transform 0.3s ease, color 0.3s ease;
	box-shadow: none;
}

.stat-card:hover .stat-icon-wrapper {
	transform: scale(1.1) translateY(-2px);
	color: #1B2130;
}

.stat-value {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 1;
	letter-spacing: -0.8px;
	font-family: 'Geist', sans-serif;
	background: linear-gradient(135deg, #1e293b 30%, #2E3851 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.stat-label {
	font-size: 13px;
	color: #64748b;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.section-divider {
	border-top: 1px solid rgba(46, 56, 81, 0.12);
	margin: 0;
}

.referral-container {
	background-color: #e2e8f0;
	padding: 95px 20px;
	border-bottom: 1px solid rgba(46, 56, 81, 0.12);
	position: relative;
	overflow: hidden;
}

.referral-content-wrapper {
	max-width: 100% !important;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	text-align: left;
	position: relative;
	z-index: 2;
	padding: 0 !important;
	transition: padding 0.3s ease;
}

.referral-info-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.referral-badge {
	background: rgba(46, 56, 81, 0.07);
	color: #2E3851;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: 1px solid rgba(46, 56, 81, 0.15);
	margin-bottom: 18px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.referral-info-col h2 {
	color: #1e293b;
	font-weight: 800;
	margin: 0 0 16px 0;
	font-size: 32px;
	font-family: 'Geist', sans-serif;
	line-height: 1.2;
}

.referral-desc {
	color: #475569;
	margin: 0 0 25px 0;
	line-height: 1.6;
	font-size: 15px;
}

.referral-hint {
	color: #64748b !important;
	display: block;
	margin-top: 12px;
	font-size: 12px;
}

.referral-link-wrapper {
	width: 100%;
	max-width: 600px;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 30px;
	border: 1px solid rgba(46, 56, 81, 0.12);
	box-shadow: 0 4px 15px rgba(46, 56, 81, 0.02);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	height: 54px;
	overflow: hidden;
	padding-left: 20px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.referral-link-wrapper:focus-within {
	border-color: rgba(46, 56, 81, 0.4);
	box-shadow: 0 0 12px rgba(46, 56, 81, 0.08);
}

.referral-input {
	flex-grow: 1;
	border: none;
	padding: 0;
	font-size: 14px;
	color: #1B2130;
	background-color: transparent;
	outline: none;
	text-align: left;
	font-weight: 600;
	height: 100%;
}

.referral-btn-copy {
	background: linear-gradient(135deg, #2E3851 0%, #1B2130 100%);
	color: #ffffff;
	border: none;
	height: calc(100% - 8px);
	margin: 4px;
	padding: 0 25px;
	border-radius: 25px;
	font-weight: 700;
	font-size: 13.5px;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.referral-btn-copy:hover {
	opacity: 0.95;
	transform: scale(1.02);
}

.referral-locked {
	box-shadow: none;
	border: none;
	background: transparent;
	padding-left: 0;
	height: auto;
}

.referral-locked-message {
	width: 100%;
	border-radius: 14px;
	margin: 0;
	padding: 16px 20px;
	background: rgba(217, 119, 6, 0.04);
	border: 1px dashed rgba(217, 119, 6, 0.2);
	color: #64748b;
	font-weight: 600;
	font-size: 13.5px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.referral-card-col {
	width: 380px;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}

.rewards-virtual-card {
	width: 340px;
	height: 210px;
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	border-radius: 20px;
	border: 1px solid rgba(251, 191, 36, 0.25);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 0 30px rgba(217, 119, 6, 0.08);
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	animation: floatCard 4s ease-in-out infinite alternate;
}

.rewards-virtual-card::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -30%;
	width: 250px;
	height: 250px;
	background: radial-gradient(circle, rgba(217, 119, 6, 0.08) 0%, transparent 70%);
	pointer-events: none;
}

@keyframes floatCard {
	0% { transform: translateY(0) rotate(0deg); }
	100% { transform: translateY(-8px) rotate(1deg); }
}

.card-header-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-logo {
	color: #ffffff;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: -0.5px;
	font-family: 'Geist', sans-serif;
}

.card-logo .gold-text {
	color: #4E5F88;
}

.card-globe-icon {
	color: rgba(255, 255, 255, 0.35);
	font-size: 18px;
}

.card-chip-area {
	margin-top: 10px;
}

.virtual-card-chip {
	width: 38px;
	height: 28px;
	background: linear-gradient(135deg, #3E4B6D 0%, #2E3851 100%);
	border-radius: 6px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	position: relative;
}

.virtual-card-chip::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}

.card-benefit-badge {
	font-size: 10px;
	font-weight: 800;
	color: #4E5F88;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
}

.card-benefit-amount {
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: -0.5px;
	line-height: 1.2;
	font-family: 'Geist', sans-serif;
}

.card-requirements {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	font-weight: 600;
	margin-top: auto;
}

.card-count {
	color: #4E5F88;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

@media (max-width: 991px) {
	.referral-content-wrapper {
		flex-direction: column;
		gap: 40px;
		text-align: center;
	}
	.referral-info-col {
		align-items: center;
	}
	.referral-desc {
		text-align: center;
	}
}

.services-container {
	padding: 85px 0;
	background-color: #f7f4ec;
	overflow: hidden;
}

.services-section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100% !important;
	padding: 0 0 30px 0 !important;
	transition: padding 0.3s ease;
}

.services-title {
	color: #1e293b;
	font-weight: 800;
	font-size: 28px;
	margin-bottom: 15px;
	margin-top: 0;
	font-family: 'Geist', sans-serif;
}

.carousel-controls {
	display: flex;
	gap: 8px;
	align-items: center;
}

.btn-carousel {
	background: #ffffff;
	border: 1px solid rgba(46, 56, 81, 0.18);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #2E3851;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 6px rgba(46, 56, 81, 0.05);
	outline: none;
	padding: 0;
}

.btn-carousel:hover {
	background: #2E3851;
	color: #ffffff;
	border-color: #2E3851;
	box-shadow: 0 4px 12px rgba(46, 56, 81, 0.25);
	transform: translateY(-2px);
}

.btn-carousel:active {
	transform: translateY(0) scale(0.95);
}

.services-carousel-track {
	display: flex;
	overflow-x: auto;
	padding: 20px 0;
	scrollbar-width: none; 
}

.services-carousel-track::-webkit-scrollbar {
	display: none;
}

.carousel-card {
	flex: 0 0 320px;
	margin-right: 25px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(46, 56, 81, 0.12);
	box-shadow: 0 4px 15px rgba(46, 56, 81, 0.02);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 16px;
	padding: 24px;
	cursor: pointer;
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.carousel-card:hover {
	transform: translateY(-6px) !important;
	border-color: rgba(46, 56, 81, 0.35);
	box-shadow: 0 12px 30px rgba(46, 56, 81, 0.06);
}

.carousel-image-wrapper {
	width: 100%;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 18px;
	border: 1px solid rgba(46, 56, 81, 0.08);
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-card-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
	transition: transform 0.5s ease;
}

.carousel-card:hover .carousel-card-img {
	transform: scale(1.04);
}

.carousel-icon {
	width: 100%;
	height: 150px;
	border-radius: 10px;
	border: 1px solid rgba(46, 56, 81, 0.08);
	background: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #2E3851;
	margin-bottom: 18px;
	transition: color 0.3s ease;
}

.carousel-card:hover .carousel-icon {
	color: #4E5F88;
}

.carousel-icon i {
	transition: transform 0.3s ease;
	display: inline-block;
}

.carousel-card:hover .carousel-icon i {
	transform: scale(1.1) rotate(5deg);
}

.carousel-text h3 {
	font-size: 18px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 6px 0;
	font-family: 'Geist', sans-serif;
}

.carousel-text span {
	font-size: 11px;
	color: #2E3851;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.service-info-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(13, 14, 18, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s ease;
	z-index: 10;
	padding: 0;
}

.service-info-btn:hover {
	background: #2E3851;
	border-color: #2E3851;
	transform: scale(1.1);
	color: #ffffff;
}

.carousel-card-footer {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid rgba(46, 56, 81, 0.08);
	width: 100%;
}

.explore-link {
	font-size: 13px;
	font-weight: 700;
	color: #2E3851;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease, transform 0.2s ease;
}

.explore-link i {
	font-size: 11px;
	transition: transform 0.2s ease;
}

.carousel-card:hover .explore-link {
	color: #1B2130;
}

.carousel-card:hover .explore-link i {
	transform: translateX(3px);
}

.premium-modal {
	background: #f8fafc !important;
	border: 1px solid rgba(46, 56, 81, 0.15) !important;
	border-radius: 20px !important;
	box-shadow: 0 20px 50px rgba(46, 56, 81, 0.06), 0 1px 0 rgba(255, 255, 255, 0.6) !important;
	backdrop-filter: blur(8px) !important;
	-webkit-backdrop-filter: blur(8px) !important;
}

.premium-modal .modal-header {
	border-bottom: 1px solid rgba(46, 56, 81, 0.08) !important;
	padding: 20px 24px !important;
}

.more-services-section {
	padding: 85px 0;
	background-color: #f7f4ec;
	border-bottom: 1px solid rgba(217, 119, 6, 0.12);
	position: relative;
	overflow: hidden;
}

.more-services-header {
	max-width: 100% !important;
	margin: 0 auto;
	padding: 0 !important;
	text-align: left !important;
	transition: padding 0.3s ease;
}

.more-services-header h2 {
	color: #1e293b;
	font-weight: 800;
	font-size: 28px;
	margin-bottom: 15px;
	margin-top: 0;
	font-family: 'Geist', sans-serif;
	position: relative;
	z-index: 1;
}

.more-services-header span {
	color: #64748b;
	font-size: 15px;
	display: block;
	max-width: 800px;
	margin: 0;
	position: relative;
	z-index: 1;
}

.pilot-tabs {
	display: flex;
	justify-content: flex-start !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 30px auto 35px auto;
	max-width: 100% !important;
	padding: 0 !important;
	position: relative;
	z-index: 2;
	transition: padding 0.3s ease;
}

.tab-btn {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(217, 119, 6, 0.12);
	color: #475569;
	font-weight: 700;
	font-size: 13.5px;
	padding: 10px 24px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	outline: none;
	font-family: 'Geist', sans-serif;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}

.tab-btn:hover {
	background-color: #ffffff;
	border-color: rgba(46, 56, 81, 0.3);
	color: #1e293b;
	transform: translateY(-1px);
}

.tab-btn.active {
	background: linear-gradient(135deg, #2E3851 0%, #1B2130 100%);
	color: #ffffff;
	border-color: #2E3851;
	box-shadow: 0 4px 15px rgba(46, 56, 81, 0.25);
}

.pilot-list-container {
	max-width: 100% !important;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	padding: 0 !important;
	position: relative;
	z-index: 2;
	transition: padding 0.3s ease;
}

.pilot-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(217, 119, 6, 0.12);
	border-radius: 16px;
	padding: 24px;
	cursor: pointer;
	transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	min-height: 210px;
}

.pilot-row:hover {
	transform: translateY(-6px) !important;
	border-color: rgba(217, 119, 6, 0.35);
	background-color: #ffffff;
	box-shadow: 0 15px 30px rgba(217, 119, 6, 0.06);
}

.pilot-row-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.pilot-row-icon {
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(46, 56, 81, 0.15);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2E3851;
	font-size: 18px;
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	flex-shrink: 0;
}

.pilot-row:hover .pilot-row-icon {
	background: rgba(46, 56, 81, 0.12);
	color: #1B2130;
	transform: scale(1.05);
}

.pilot-row-titles {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: left;
}

.pilot-row-titles h4 {
	font-size: 16px;
	font-weight: 700;
	color: #1e293b;
	margin: 0;
	font-family: 'Geist', sans-serif;
}

.pilot-row-domain {
	font-size: 13px;
	color: #64748b;
	font-weight: 500;
}

.pilot-row-center {
	position: absolute;
	top: 24px;
	right: 24px;
	display: flex;
	align-items: center;
}

.pilot-card-category {
	font-size: 11px;
	color: #94a3b8;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Geist', sans-serif;
}

.status-badge {
	font-size: 10.5px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.status-badge.requires-login {
	background: rgba(239, 68, 68, 0.06);
	color: #ef4444;
	border: 1px solid rgba(239, 68, 68, 0.12);
}

.status-badge.public-access {
	background: rgba(34, 197, 94, 0.06);
	color: #22c55e;
	border: 1px solid rgba(34, 197, 94, 0.12);
}

.pilot-row-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
	width: 100%;
}

.visit-link-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(46, 56, 81, 0.05);
	border: 1px solid rgba(46, 56, 81, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2E3851;
	font-size: 13px;
	transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.pilot-row:hover .visit-link-btn {
	background: #2E3851;
	border-color: #2E3851;
	color: #ffffff;
	transform: scale(1.08);
}

.colaboradores-section {
	position: relative;
	padding: 120px 20px;
	background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
	overflow: hidden;
	min-height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.colaboradores-center {
	position: absolute;
	z-index: 10;
	text-align: center;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	padding: 0 !important;
	max-width: 480px;
	pointer-events: none;
}

.director-avatar-wrapper {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	pointer-events: auto;
	cursor: pointer;
}

.director-avatar {
	width: 84px;
	height: 84px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	z-index: 10;
}

.director-avatar img,
.director-avatar .avatar-initials {
	width: 84px !important;
	height: 84px !important;
	border-width: 3.5px !important;
	border-color: #4E5F88 !important;
	font-size: 28px !important;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 8px 25px rgba(46, 56, 81, 0.2);
}

.director-avatar::before {
	content: '';
	position: absolute;
	top: -6px; left: -6px; right: -6px; bottom: -6px;
	border-radius: 50%;
	border: 2px solid #2E3851;
	opacity: 0;
	animation: pulseRing 3s cubic-bezier(0.215, 0.610, 0.355, 1) infinite;
	z-index: 1;
}

@keyframes pulseRing {
	0% { transform: scale(0.95); opacity: 0; }
	50% { opacity: 0.45; }
	100% { transform: scale(1.15); opacity: 0; }
}

.director-avatar-wrapper:hover .colab-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(8px);
	pointer-events: auto;
}

.colaboradores-center h2 {
	color: #1e293b !important;
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 0;
	font-family: 'Geist', sans-serif;
}

.colaboradores-center span {
	color: #475569 !important;
	font-size: 14.5px;
	line-height: 1.5;
	display: block;
}

.colaboradores-container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.colab-avatar {
	position: absolute;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	transform: translate(0, 0) scale(0.3);
	opacity: 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	z-index: 5;
	transition: box-shadow 0.3s ease;
}

.colab-avatar:hover {
	box-shadow: 0 12px 30px rgba(217, 119, 6, 0.15);
	z-index: 20 !important;
}

.colab-avatar-inner {
	width: 100%;
	height: 100%;
	position: relative;
	animation: floatAvatar 4s ease-in-out infinite;
}

@keyframes floatAvatar {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-7px); }
}

.colab-avatar:nth-child(2n) .colab-avatar-inner { animation-delay: 0.7s; animation-duration: 4.5s; }
.colab-avatar:nth-child(3n) .colab-avatar-inner { animation-delay: 1.4s; animation-duration: 5s; }
.colab-avatar:nth-child(4n) .colab-avatar-inner { animation-delay: 2.1s; animation-duration: 3.8s; }
.colab-avatar:nth-child(5n) .colab-avatar-inner { animation-delay: 2.8s; animation-duration: 4.8s; }

.colab-avatar:hover .colab-avatar-inner {
	animation-play-state: paused;
	transform: scale(1.1);
}

.colab-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #ffffff;
	transition: transform 0.3s ease, border-color 0.3s, box-shadow 0.3s;
}

.colab-avatar:hover img {
	border-color: #4E5F88 !important;
	box-shadow: 0 0 12px rgba(46, 56, 81, 0.4);
}

.avatar-initials {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid #ffffff;
	background: linear-gradient(135deg, #2E3851, #4E5F88);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Geist', sans-serif;
	transition: transform 0.3s ease, border-color 0.3s, box-shadow 0.3s;
}

.colab-avatar:hover .avatar-initials {
	border-color: #4E5F88 !important;
	box-shadow: 0 0 12px rgba(46, 56, 81, 0.4);
}

.colab-tooltip {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(15px);
	background: #ffffff;
	padding: 12px 18px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(217, 119, 6, 0.15);
	text-align: center;
	min-width: 180px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 100;
}

.colab-tooltip::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-left: 1px solid rgba(217, 119, 6, 0.15);
	border-top: 1px solid rgba(217, 119, 6, 0.15);
}

.colab-avatar:hover .colab-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(8px);
	pointer-events: auto;
}

.colab-tooltip strong {
	display: block;
	color: #1e293b;
	font-size: 14.5px;
	margin-bottom: 4px;
	font-weight: 700;
	font-family: 'Geist', sans-serif;
}

.colab-tooltip span {
	display: block;
	color: #475569;
	font-size: 12.5px;
	margin-bottom: 8px;
	font-weight: 500;
}

.colab-tooltip a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	padding: 5px 14px;
	background: #2E3851;
	border-radius: 20px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.colab-tooltip a:hover {
	background: #4E5F88;
	transform: scale(1.03);
}

#sectionColaboradores,
#sectionServicios,
#sectionMoreService,
#sectionReferidos,
#sectionCursosPromocion {
	padding-left: 77px;
	padding-right: 77px;
}

@media(max-width: 920px)
{
	#roleUserHome
	{
		display: none;
	}
}

@media screen and (max-width: 991px)
{
	#sectionBanner
	{
		height: auto;
		min-height: 100vh;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#divAlertBanner
	{
		position: relative;
		top: 0;
		transform: none;
		padding: 20px 15px;
	}

	.banner-grid-container
	{
		flex-direction: column;
		gap: 40px;
		align-items: center;
	}

	.banner-col-left
	{
		width: 100% !important;
		text-align: center !important;
	}

	.banner-col-right
	{
		width: 100% !important;
		justify-content: center !important;
		margin-top: 20px;
	}

	.hero-title
	{
		font-size: 26px !important;
		line-height: 38px !important;
		text-align: center !important;
		max-width: 100% !important;
		margin-bottom: 15px !important;
	}

	.hero-desc
	{
		font-size: 14px !important;
		text-align: center !important;
		max-width: 100% !important;
	}

	.feature-badges
	{
		justify-content: center;
		margin-top: 20px;
	}

	.carousel-card
	{
		width: 85%;
	}

	.stat-card
	{
		width: 100%;
	}

	.moreService-card
	{
		width: 100%;
	}
}

@media screen and (max-width: 575px)
{
	.hero-title
	{
		font-size: 21px !important;
		line-height: 32px !important;
	}
}

@media screen and (max-width: 768px) {
	.colaboradores-section {
		flex-direction: column;
		padding: 50px 15px;
		min-height: auto;
	}
	.colaboradores-center {
		position: relative !important;
		margin-bottom: 30px;
		pointer-events: auto;
		max-width: 100%;
		box-shadow: none;
		border: none;
		background: transparent;
		padding: 0;
	}
	.colaboradores-container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		height: auto;
		padding: 10px;
		justify-content: center;
		max-width: 100%;
	}
	.colab-avatar {
		position: relative !important;
		transform: none !important;
		opacity: 1 !important;
		width: 80px;
		height: 80px;
	}
	.colab-avatar:hover {
		transform: scale(1.05) !important;
	}
}

@media screen and (max-width: 500px)
{
	#tdTextPrincipalBanner
	{
		display: none;
	}

	#tdPromoPrincipalBanner
	{
		text-align: center;
	}
}

@media screen and (max-width: 1050px) {
	#sectionColaboradores,
	#sectionServicios,
	#sectionMoreService,
	#sectionReferidos,
	#sectionCursosPromocion {
		padding-left: 15px;
		padding-right: 15px;
	}
	.stats-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.referral-content-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.services-section-header {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.more-services-header {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.pilot-tabs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.pilot-list-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.courses-promotion-container {
	padding-top: 85px;
	padding-bottom: 85px;
	background-color: #ede8db;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(46, 56, 81, 0.08);
}

.courses-promotion-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 100%;
	margin-bottom: 45px;
	position: relative;
	z-index: 1;
}

.courses-promotion-title {
	color: #1e293b;
	font-weight: 800;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Geist', sans-serif;
}

.courses-promotion-subtitle {
	color: #64748b;
	font-size: 15px;
	max-width: 800px;
	margin: 0;
	font-family: 'Geist', sans-serif;
}

.courses-promotion-grid {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 30px;
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
	scrollbar-width: none;
	padding: 10px 0;
}

.courses-promotion-grid::-webkit-scrollbar {
	display: none;
}

.promo-course-card {
	flex: 0 0 320px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(46, 56, 81, 0.12);
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 4px 15px rgba(46, 56, 81, 0.02);
	position: relative;
	text-align: left;
}

.promo-course-card:hover {
	transform: translateY(-6px);
	border-color: rgba(46, 56, 81, 0.3);
	box-shadow: 0 12px 30px rgba(46, 56, 81, 0.08);
	background: #ffffff;
}

.promo-course-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
}

.promo-course-badge span {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 5px 12px;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
}

.promo-course-badge .badge-free {
	background: #10b981;
}

.promo-course-badge .badge-premium {
	background: #4E5F88;
}

.promo-course-media {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}

.promo-course-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.promo-course-card:hover .promo-course-img {
	transform: scale(1.05);
}

.promo-course-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46, 56, 81, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.promo-course-card:hover .promo-course-overlay {
	opacity: 1;
}

.btn-view-course {
	background: #ffffff;
	color: #2E3851;
	border: none;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 13.5px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.2s ease;
}

.btn-view-course:hover {
	transform: scale(1.05);
	background: #2E3851;
	color: #ffffff;
}

.promo-course-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.promo-course-title {
	font-size: 19px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.4;
}

.promo-course-title a {
	color: #1e293b;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.promo-course-title a:hover {
	color: #2E3851;
}

.promo-course-desc {
	font-size: 14px;
	color: #64748b;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 20px;
	flex-grow: 1;
}

.promo-course-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(46, 56, 81, 0.08);
}

.promo-course-videos {
	font-size: 12.5px;
	color: #64748b;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.promo-course-rating {
	display: flex;
	gap: 2px;
}

.promo-course-rating i {
	font-size: 12px;
}

.promo-course-rating .star-filled {
	color: #f59e0b;
}

.promo-course-rating .star-empty {
	color: #cbd5e1;
}

.promo-course-author {
	display: flex;
	align-items: center;
	gap: 10px;
}

.promo-course-author .author-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	background: #4E5F88;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid rgba(46, 56, 81, 0.15);
}

.promo-course-author .author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo-course-author .author-avatar .author-initials {
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
}

.promo-course-author .author-name {
	font-size: 13px;
	font-weight: 600;
	color: #475569;
}

.courses-promotion-footer {
	text-align: center;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

.btn-all-courses {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #2E3851 0%, #1B2130 100%);
	color: #ffffff !important;
	padding: 12px 30px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 14.5px;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 4px 15px rgba(46, 56, 81, 0.15);
}

.btn-all-courses:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(46, 56, 81, 0.25);
	opacity: 0.95;
}

.btn-all-courses i {
	transition: transform 0.2s ease;
}

.btn-all-courses:hover i {
	transform: translateX(4px);
}

.courses-glow {
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(78, 95, 136, 0.3) 0%, transparent 70%);
	bottom: -200px;
	right: 5%;
	opacity: 0.08;
}

@media screen and (max-width: 991px) {
	.courses-promotion-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.courses-promotion-header {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 35px;
		gap: 15px;
	}
	.courses-promotion-subtitle {
		text-align: center;
		margin: 0 auto;
	}
	.courses-promotion-grid {
		gap: 20px;
	}
	.promo-course-card {
		flex: 0 0 300px;
	}
}

@media screen and (max-width: 767px) {
	.promo-course-card {
		flex: 0 0 280px;
	}
}