.contenedor-contacto-especial {
	max-width: 1200px !important;
	margin: 40px auto !important;
	padding: 0 20px !important;
}

.titulo-seccion-especial {
	text-align: center !important;
	margin-bottom: 50px !important;
	font-size: 2.5rem !important;
	color: #11448f !important;
	position: relative !important;
}

.titulo-seccion-especial:after {
	content: '' !important;
	display: block !important;
	width: 80px !important;
	height: 4px !important;
	background: #11448f !important;
	margin: 15px auto !important;
	border-radius: 2px !important;
}

.sedes-especial {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 30px !important;
}

.tarjeta-sede-especial {
	background: white !important;
	border-radius: 15px !important;
	overflow: hidden !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	width: 100% !important;
	max-width: 550px !important;
	position: relative !important;
	border-top: 4px solid #11448f !important;
}

.tarjeta-sede-especial:hover {
	transform: translateY(-10px) !important;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.contenedor-mapa-especial {
	position: relative !important;
	height: 250px !important;
	overflow: hidden !important;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%) !important;
}

.contenedor-mapa-especial iframe {
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	filter: grayscale(20%) contrast(110%) brightness(90%) !important;
	transition: filter 0.3s ease !important;
}

.tarjeta-sede-especial:hover .contenedor-mapa-especial iframe {
	filter: grayscale(0%) contrast(100%) brightness(100%) !important;
}

.info-sede-especial {
	padding: 25px !important;
	text-align: center !important;
}

.titulo-sede-especial {
	font-size: 1.5rem !important;
	margin-bottom: 15px !important;
	color: #11448f !important;
}

.detalle-sede-especial {
	margin-bottom: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.detalle-sede-especial i {
	margin-right: 10px !important;
	color: #11448f !important;
	font-size: 1.1rem !important;
}

.boton-contacto-especial {
	display: inline-block !important;
	margin-top: 20px !important;
	padding: 10px 25px !important;
	background: #11448f !important;
	color: white !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	box-shadow: 0 4px 15px rgba(17, 68, 143, 0.3) !important;
	border: none !important;
	cursor: pointer !important;
}

.boton-contacto-especial:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 6px 20px rgba(17, 68, 143, 0.4) !important;
	background: #0d356e !important;
}

.boton-whatsapp-especial {
	display: inline-block !important;
	margin-top: 10px !important;
	padding: 8px 20px !important;
	background: #25D366 !important;
	color: white !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
}

.boton-whatsapp-especial:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
	background: #1da851 !important;
}

/* Efecto de onda al pasar el mouse */
.efecto-onda-especial {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	z-index: -1 !important;
}

.efecto-onda-especial::before {
	content: '' !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(17, 68, 143, 0.1)" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat !important;
	background-size: cover !important;
	transform: scaleY(0) !important;
	transform-origin: bottom !important;
	transition: transform 0.5s ease !important;
}

.tarjeta-sede-especial:hover .efecto-onda-especial::before {
	transform: scaleY(1) !important;
}

/* Responsive */
@media (max-width: 768px) {
	.sedes-especial {
		flex-direction: column !important;
		align-items: center !important;
	}
	
	.tarjeta-sede-especial {
		max-width: 100% !important;
	}
	
	.titulo-seccion-especial {
		font-size: 2rem !important;
	}
}




/* Todo esto son estilos específicos para la barra de navegación apartado nuestros cursos */

.dropdown-courses {
	width: 100%;
	max-width: 100%;
	background: white;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}

.filter-column {
	width: 180px;
	background: #f8f9fa;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	padding: 15px 0;
}

.filter-header {
	color: #11448f;
	font-weight: 600;
	padding: 0 15px 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 1.05rem;
	display: flex;
	align-items: center;
}

.filter-header i {
	margin-right: 10px;
	color: #11448f;
	font-size: 1rem;
}

.filter-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centrado en todas las pantallas */
    gap: 10px; /* Espacio entre elementos */
}

.filter-item {
	padding: 10px 15px 10px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	position: relative;
	color: #11448f;
	width: 100%;
	text-align: left;
}

.filter-item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: #11448f;
	transform: scaleY(0);
	transition: all 0.3s ease;
}

.filter-item:hover, .filter-item.active {
	background: rgba(17, 68, 143, 0.05);
}

.filter-item.active {
	font-weight: 600;
}

.filter-item:hover::after, .filter-item.active::after {
	transform: scaleY(1);
}

.filter-item i {
	margin-right: 12px;
	width: 20px;
	text-align: center;
	color: #11448f;
}

.courses-container {
	flex: 1;
	overflow-y: auto;
	display: flex;
	padding: 10px;
	flex-direction: column;
}

.courses-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	width: 100%;
	align-content: flex-start;
	padding: 5px;
}

.course-item {
	position: relative;
	height: 80px;
	padding: 8px;
	display: flex;
	align-items: flex-end;
	cursor: pointer;
	transition: all 0.3s ease;
	background-size: cover;
	background-position: center;
	background-color: rgba(17, 68, 143, 0.3);
	background-blend-mode: multiply;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	isolation: isolate;
}

.course-item:hover {
	background-color: rgba(17, 68, 143, 0.2);
	z-index: 2;
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.course-name {
	position: relative;
	z-index: 2;
	color: white;
	font-weight: 600;
	font-size: 0.85rem;
	padding: 5px 10px;
	background: rgba(17, 68, 143, 0.9);
	border-radius: 10px;
	width: auto;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.course-item:hover .course-name {
	transform: translateY(-5px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	background: rgba(17, 68, 143, 0.95);
}

/* Scrollbar */
.courses-container::-webkit-scrollbar {
	width: 6px;
}

.courses-container::-webkit-scrollbar-thumb {
	background: rgba(17, 68, 143, 0.3);
	border-radius: 3px;
}

/* Botón Ver más */
.show-more-btn {
	display: none;
	width: 50px;
	height: 50px;
	padding: 0;
	background: #11448f;
	color: white;
	border: none;
	border-radius: 50%;
	font-weight: 600;
	margin: 10px auto 0;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
}

.show-more-btn:hover {
	background: #1a5cb0;
	transform: scale(1.1);
}

@media (min-width: 1200px) {
	.dropdown-courses {
		min-width: 928px;
	}
	
}

@media (max-width: 900px) {
	.dropdown-courses {
		width: 90%;
		max-width: 650px;
		flex-direction: column;
	}
	
	.filter-column {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	
	.courses-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {
	.dropdown-courses {
		width: 100%;
		max-width: 100%;
		border-radius: 0;
	}
	
	.courses-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 0;
		min-height:auto !important;
		max-height: 500px; /* O la altura que prefieras */
		overflow-y: auto;  /* Scroll vertical */
		overflow-x: hidden; /* Sin scroll horizontal */
	}
	
	.courses-grid::-webkit-scrollbar {
		width: 8px;
	}

	.course-item {
		height: 100px;
		margin: 0;
		width: 100%;
		border-radius: 6px;
	}

	.course-name {
		font-size: 1rem;
		padding: 8px 12px;
		max-width: 95%;
	}

	.filter-column {
		padding: 12px 0 8px;
	}

	.filter-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 por línea */
        justify-items: center; /* Centra cada elemento dentro de su celda */
        gap: 8px;
        padding: 0 10px;
        width: 100%;
        overflow-x: visible;
        white-space: normal; /* Cambia de nowrap a normal */
    }
    
    .filter-item {
        width: 100%; /* Ocupa todo el ancho de la celda */
        max-width: 130px; /* Mantiene tu máximo */
        min-width: 90px; /* Mantiene tu mínimo */
        padding: 10px 8px; /* Ajusté un poco el padding horizontal */
        border-radius: 25px;
        border: 1px solid rgba(17, 68, 143, 0.2);
        background: white;
        display: flex;
        flex-direction: column; /* Apila icono y texto */
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 0.7rem;
        white-space: normal; /* Permite que el texto se ajuste */
        word-break: break-word; /* Rompe palabras largas si es necesario */
        box-sizing: border-box;
    }

	.filter-item::after {
		display: none;
	}

	.filter-item i {
		margin-right: 6px;
		font-size: 0.9rem;
	}

	.filter-item.active {
		background: #11448f;
		color: white;
		border-color: #11448f;
	}

	.filter-item.active i {
		color: white;
	}

	.filter-header {
		padding: 0 15px 10px;
		justify-content: center;
		font-size: 1rem;
		border-bottom: none;
		margin-bottom: 5px;
	}

	.filter-header i {
		font-size: 0.9rem;
	}

	/* Mostrar solo 3 cursos inicialmente en móviles */
	.course-item.hidden-mobile {
		display: none !important;
	}
}

@media (max-width: 400px) {
	.filter-item {
		min-width: 90px;
		padding: 8px 10px;
		font-size: 0.7rem;
	}
	
	.filter-item i {
		margin-right: 4px;
		font-size: 0.7rem;
	}
	
	.course-item {
		height: 90px;
	}
}

/* Estilos para el botón de contacto */
.contact-button-custom {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 1000;
}

.main-btn-custom {
	width: auto;
	height: 60px;
	border-radius: 50px;
	background: #11448f;
	color: white;
	border: none;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(17, 68, 143, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.main-btn-custom:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 25px rgba(17, 68, 143, 0.4);
	background: #0d356c;
}

.main-btn-custom i {
	font-size: 20px;
	margin-right: 10px;
	transition: transform 0.3s ease;
}

.main-btn-custom.active i {
	transform: rotate(135deg);
}

.options-custom {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 220px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.4s ease;
}

.contact-button-custom.active .options-custom {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.option-custom {
	display: flex;
	align-items: center;
	background-color: white;
	padding: 12px 15px;
	margin-bottom: 10px;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.3s ease;
	transform: translateX(-20px);
	opacity: 1;
	border: 1px solid #e9ecef;
}

.contact-button-custom.active .option {
	transform: translateX(0);
	opacity: 1;
}

.contact-button-custom.active .option:nth-child(1) {
	transition-delay: 0.05s;
}

.contact-button-custom.active .option:nth-child(2) {
	transition-delay: 0.1s;
}

.contact-button-custom.active .option:nth-child(3) {
	transition-delay: 0.15s;
}

.option-custom:hover {
	transform: translateX(5px) !important;
	box-shadow: 0 6px 20px rgba(17, 68, 143, 0.2);
	background-color: #f8f9fa;
}

.option-custom i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	margin-right: 10px;
	font-size: 14px;
	background: #11448f;
}

.option-custom span {
	color: #495057;
	font-weight: 500;
	white-space: nowrap;
}

.email-custom i {
	background: #11448f;
}

.whatsapp-custom i {
	background: #11448f;
}

.phone-custom i {
	background: #11448f;
}

.mobile-only {
	display: none;
}

@media (max-width: 768px) {
	.mobile-only {
		display: flex;
	}
	
	.contact-button-custom {
		bottom: 20px;
		left: 20px;
	}
	
	.main-btn-custom {
		height: 50px;
		padding: 0 20px;
		font-size: 0.9rem;
	}
}

/* Estilos para cursos destacados */
.featured-card {
	background: white;
	border-radius: 0.75rem;
	overflow: visible;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 20px 40px rgba(17, 68, 143, 0.1);
	animation: slideUp 0.6s ease forwards;
	opacity: 0;
	transform: translateY(30px);
	border: none;
}

.featured-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 60px rgba(17, 68, 143, 0.2);
}

.featured-header {
	position: relative;
	background: linear-gradient(135deg, #11448f 0%, #1a56a5 100%);
	padding: 8px 16px;
	min-height: auto;
	border-radius: 0.75rem 0.75rem 0 0;
}

.image-container {
	height: 180px;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.course-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	display: block;
}

.image-overlay-blue {
	background: linear-gradient(45deg, rgba(17, 68, 143, 0.8), rgba(17, 68, 143, 0.4));
	padding: 20px;
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity 0.3s ease;
}

.featured-card:hover .image-overlay-blue {
	opacity: 0.9;
}

.image-overlay-blue h2 {
	font-size: 1.5rem;
	font-weight: 800;
	color: white;
	margin: 0;
	line-height: 1.2;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
	letter-spacing: -0.5px;
	position: relative;
	padding-bottom: 5px;
}

.image-overlay-blue h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.badge-featured {
	background: linear-gradient(135deg, #ffd700 0%, #ffcc00 100%);
	color: #11448f;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	z-index: 20;
	font-size: 0.7rem;
	padding: 2px 8px;
	border-radius: 0.5rem;
}

.badge-blue {
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255,255,255,0.3);
	color: white;
	font-size: 0.7rem;
	padding: 2px 8px;
	border-radius: 0.5rem;
}

.badge-fp {
	background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
	color: white;
	border: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	font-size: 0.7rem;
	padding: 2px 8px;
	border-radius: 0.5rem;
}

.badge-practicas {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	color: white;
	border: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	font-size: 0.7rem;
	padding: 2px 6px;
	border-radius: 0.5rem;
}

.badge-special {
	background: linear-gradient(135deg, #7c7c7c 0%, #515151 100%);
	color: white;
	border: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	font-size: 0.7rem;
	padding: 2px 8px;
	border-radius: 0.5rem;
}

.practicas-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.65rem;
	font-weight: 600;
	padding: 3px 6px;
	border-radius: 0.5rem;
	background: linear-gradient(135deg, #10b981, #059669);
	color: white;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	z-index: 1;
}

.precio-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1;
}

/* Efecto para el botón de información */
.info-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	font-size: 0.85rem;
	font-weight: 600;
	color: white;
	background: linear-gradient(135deg, #11448f, #1a56a5);
	border: none;
	border-radius: 0.5rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1;
	box-shadow: 0 4px 10px rgba(17, 68, 143, 0.3);
	transform: scale(1);
}

.info-btn:hover {
	transform: scale(1.02) translateY(-2px);
	box-shadow: 0 6px 15px rgba(17, 68, 143, 0.4);
}

.info-btn:active {
	transform: scale(1) translateY(0);
}

.info-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: 0.5s;
	z-index: -1;
}

.info-btn:hover::before {
	left: 100%;
}

.info-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(135deg, #0d356f, #11448f);
	transition: all 0.3s ease;
	z-index: -2;
}

.info-btn:hover::after {
	width: 100%;
}

/* Efecto para el botón de requisitos */
.requisitos-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 16px;
	font-size: 0.8rem;
	font-weight: 600;
	color: #374151;
	background-color: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-radius: 0.375rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.requisitos-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(17, 68, 143, 0.1), rgba(17, 68, 143, 0.2));
	z-index: -1;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.requisitos-btn:hover {
	color: #11448f;
	border-color: #c3dafe;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 效率);
}

.requisitos-btn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.requis fertilizer-btn i {
	transition: all 0.4s ease;
	margin-right: 6px;
	color: #11448f;
}

.requisitos-btn:hover i {
	transform: rotate(15deg) scale(1.1);
}

.highlighted-courses {
	display: grid;
	gap: 1.5rem;
	margin-top: 1.875rem;
}

.course-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	background-color: #f9fafb;
	border-top: 1px solid #e5e7eb;
	border-radius: 0 0 0.75rem 0.75rem;
}

.modalidad-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 0.65rem;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.9);
	color: #11448f;
	backdrop-filter: blur(5px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	z-index: 1;
	display: flex;
	align-items: center;
}

.modalidad-badge i {
	margin-right: 3px;
	font-size: 0.7rem;
}

/* Animaciones */
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.featured-card:nth-child(1) { animation-delay: 0.1s; }
.featured-card:nth-child(2) { animation-delay: 0.2s; }
.featured-card:nth-child(3) { animation-delay: 0.3s; }

/* Estilos para tooltips */
.tippy-box {
	background-color: white;
	color: #374151;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	max-width: 350px !important;
}

.tippy-box .tippy-content {
	padding: 16px;
	font-size: 0.9rem;
}

.tippy-box .tippy-arrow {
	color: white;
}

/* Responsive */
@media (min-width: 768px) {
	.highlighted-courses {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.image-overlay-blue h2 {
		font-size: 1.6rem;
	}
	
	 /*Tamaño específico para tamespecial que es la composición del buscador en pc*/
    .tamespecial {
        font-size: 1.2rem !important;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .highlighted-courses {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mobile-card-button {
		padding: 3px 7px;
		font-size: 0.50rem;
	}
    
}

@media (max-width: 767px) {
	body {
		padding: 15px;
	}
	
	.header h1 {
		font-size: 1.8rem;
	}
	
	.featured-header {
		padding: 6px 12px;
	}
	
	.image-container {
		height: 160px;
	}
	
	.image-overlay-blue h2 {
		font-size: 1.3rem;
	}
	
	.course-footer {
		padding: 10px 12px;
	}
	
	.tippy-box[data-theme~='corporate'] {
		max-width: 280px !important;
	}
}



/* Mobile Cards */
.mobile-card {
	background: white;
	border-radius: 14px;
	margin-bottom: 18px;
	display: flex;
	height: 140px;
	border: none;
	overflow: visible;
	position: relative;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 20px 40px rgba(17, 68, 143, 0.1);
	animation: slideUp 0.6s ease forwards;
	opacity: 0;
	transform: translateY(30px);
}

.mobile-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 30px 60px rgba(17, 68, 143, 0.2);
}

.mobile-card-image-container {
	width: 150px;
	height: 100%;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 14px 0 0 14px;
}

.mobile-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	position: relative;
	z-index: 1;
}

.mobile-card:hover .mobile-card-image {
	transform: scale(1.05);
}

.mobile-card-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(17, 68, 143, 0.8), rgba(17, 68, 143, 0.4));
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding: 15px;
	transition: opacity 0.3s ease;
}

.mobile-card:hover .mobile-card-image-overlay {
	opacity: 0.9;
}

.mobile-card-hours {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.75rem;
	padding: 4px 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	color: #11448f;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	z-index: 3;
}

.specialization-badge {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11448f;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	z-index: 3;
	font-size: 0.7rem;
}

.mobile-card-content {
	padding: 12px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	border-radius: 0 14px 14px 0;
}

.mobile-card-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #11448f;
	margin: 0 0 8px 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mobile-card-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-card-modalidad {
	font-size: 0.55rem;
	color: #4a5568;
	display: flex;
	align-items: center;
	gap: 5px;
	background: rgba(226, 232, 240, 0.7);
	padding: 4px 8px;
	border-radius: 6px;
}

.mobile-card-button {
	padding: 6px 14px;
	font-size: 0.65rem;
	border-radius: 6px;
	background: #11448f;
	color: white;
	border: none;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(17, 68, 143, 0.3);
}

.mobile-card-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(17, 68, 143, 0.4);
}

/* Desktop Cards */
.desktop-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(17, 68, 143, 0.1);
	border: none;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	animation: slideUp 0.6s ease forwards;
	opacity: 0;
	transform: translateY(30px);
}

.desktop-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 30px 60px rgba(17, 68, 143, 0.2);
}

.desktop-card-image-container {
	height: 180px;
	position: relative;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.desktop-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	position: relative;
	z-index: 1;
}

.desktop-card:hover .desktop-card-image {
	transform: scale(1.05);
}

.desktop-card-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(17, 68, 143, 0.8), rgba(17, 68, 143, 0.4));
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	transition: opacity 0.3s ease;
}

.desktop-card:hover .desktop-card-image-overlay {
	opacity: 0.9;
}

.desktop-card-hours {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.75rem;
	padding: 4px 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	color: #11448f;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
	z-index: 3;
}

.desktop-card-content {
	padding: 14px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	border-radius: 0 0 12px 12px;
}

.desktop-card-title {
	font-size: 1.2rem;
	font-weight: 700;
	color: #11448f;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.desktop-card-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.desktop-card-modalidad {
	font-size: 0.75rem;
	color: #4a5568;
	display: flex;
	align-items: center;
	gap: 5px;
	background: rgba(226, 232, 240, 0.7);
	padding: 4px 8px;
	border-radius: 6px;
}

.desktop-card-button {
	padding: 6px 14px;
	font-size: 0.75rem;
	border-radius: 6px;
	background: #11448f;
	color: white;
	border: none;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(17, 68, 143, 0.3);
}

.desktop-card-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(17, 68, 143, 0.4);
}

/* Animaciones */
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Retrasos de animación para tarjetas */
.mobile-card:nth-child(1) { animation-delay: 0.1s; }
.mobile-card:nth-child(2) { animation-delay: 0.2s; }
.mobile-card:nth-child(3) { animation-delay: 0.3s; }
.mobile-card:nth-child(4) { animation-delay: 0.4s; }
.mobile-card:nth-child(5) { animation-delay: 0.5s; }

.desktop-card:nth-child(1) { animation-delay: 0.1s; }
.desktop-card:nth-child(2) { animation-delay: 0.2s; }
.desktop-card:nth-child(3) { animation-delay: 0.3s; }
.desktop-card:nth-child(4) { animation-delay: 0.4s; }
.desktop-card:nth-child(5) { animation-delay: 0.5s; }

/* Layout */
.specializations-grid {
	display: grid;
	gap: 25px;
	margin-top: 30px;
}

.mobile-cards-container {
	display: flex;
	flex-direction: column;
}

.desktop-view {
	display: none;
}

@media (max-width: 767px) and (orientation: landscape) {
	.mobile-card {
		height: 80px; /* Altura muy reducida en horizontal */
	}
	
	.mobile-card-image-container {
		width: 80px; /* Ancho proporcional */
	}
	
	.mobile-card-content {
		padding: 6px; /* Padding reducido */
	}
	
	.mobile-card-title {
		font-size: 0.9rem; /* Tamaño de fuente más pequeño */
		margin-bottom: 4px; /* Menor margen inferior */
		-webkit-line-clamp: 3; /* Mostrar más líneas */
	}
	
	.mobile-card-modalidad {
		font-size: 0.65rem; /* Tamaño más pequeño */
		padding: 2px 6px; /* Padding reducido */
	}
	
	.mobile-card-button {
		padding: 4px 10px; /* Padding reducido */
		font-size: 0.65rem; /* Tamaño más pequeño */
	}
	
	.mobile-card-hours {
		font-size: 0.65rem; /* Tamaño más pequeño */
		padding: 2px 8px; /* Padding reducido */
	}
	
	.specialization-badge {
		width: 20px; /* Tamaño reducido */
		height: 20px; /* Tamaño reducido */
		font-size: 0.6rem; /* Tamaño más pequeño */
	}
}

@media (min-width: 768px) {
	.mobile-cards-container {
		display: none;
	}
	
	.desktop-view {
		display: block;
	}
	
	.specializations-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1024px) {
	.specializations-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}


/* Esta parte corresponde al CSS para las categorías, en concreto cuando estamos dentro de una categoría */

.container-categoria {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Hero-categoria Section compacto - SIN FRANJAS NEGRAS */
.hero-categoria {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin: 0px 0 40px;
}

.video-container-categoria {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* Ajuste para iframe de YouTube - cubrir completamente SIN FRANJAS */
.video-container-categoria iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	border: none;
}

/* Para video local */
.video-container-categoria video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

/* Overlay para oscurecer el video y que el botón destaque */
.video-overlay-categoria {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 68, 143, 0.5);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-container-categoria {
	position: relative;
	z-index: 3;
	text-align: center;
}

.btn-categoria {
	display: inline-block;
	padding: 14px 40px;
	background: rgba(255, 255, 255, 0.15);
	color: white;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
	font-size: 1.1rem;
	transition: all 0.4s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.btn-categoria:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Categorías */
.categories-categoria {
	padding: 30px 0;
}

.section-title-categoria {
	text-align: center;
	margin-bottom: 40px;
	color: #11448f;
	font-size: 2rem;
	position: relative;
	font-weight: 400;
	letter-spacing: 2px;
}

.section-title-categoria:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #11448f;
	margin: 15px auto;
}

.category-content-categoria {
	background: white;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
	margin-bottom: 30px;
	text-align: center;
}

.category-content-categoria h3 {
	color: #11448f;
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 500;
}

.category-content-categoria p {
	color: #7f8c8d;
	margin-bottom: 20px;
	line-height: 1.7;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* Proceso de Asesoramiento - Timeline */
.proceso-asesoramiento-categoria {
	padding: 60px 0;
}

.proceso-title-categoria {
	text-align: center;
	margin-bottom: 50px;
	color: #11448f;
	font-size: 1.8rem;
	font-weight: 400;
}

.proceso-steps-categoria {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}

.proceso-steps-categoria::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	height: 2px;
	background: #e0e0e0;
	z-index: 1;
}

.step-categoria {
	text-align: center;
	position: relative;
	z-index: 2;
	flex: 1;
}

.step-circle-categoria {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #11448f;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
	box-shadow: 0 5px 15px rgba(17, 68, 143, 0.3);
}

.step-content-categoria {
	padding: 0 15px;
}

.step-content-categoria h3 {
	color: #11448f;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 500;
}

.step-content-categoria p {
	color: #7f8c8d;
	font-size: 0.95rem;
	line-height: 1.5;
}

/* Asesoramiento con Imagen de Fondo */
.asesoramiento-imagen-categoria {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: white;
	padding: 80px 0;
	text-align: center;
	margin-top: 40px;
	border-radius: 8px;
}

.asesoramiento-content-categoria {
	max-width: 700px;
	margin: 0 auto;
}

.asesoramiento-imagen-categoria h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: 400;
}

.asesoramiento-imagen-categoria p {
	margin-bottom: 30px;
	opacity: 0.9;
	font-size: 1.1rem;
	line-height: 1.6;
}

.asesoramiento-imagen-categoria .btn-categoria {
	background: transparent;
	border: 1px solid white;
	padding: 12px 40px;
	font-size: 1rem;
}

.asesoramiento-imagen-categoria .btn-categoria:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 768px) {

	.container-categoria {
		padding: 0 0px;
	}
	
	.hero-categoria {
		height: 220px;
		margin: 0px 0 30px;
	}
	
	.btn-categoria {
		padding: 12px 30px;
		font-size: 1rem;
	}
	
	.section-title-categoria {
		font-size: 1.7rem;
	}
	
	.category-content-categoria {
		padding: 25px 20px;
	}
	
	.proceso-steps-categoria {
		flex-direction: column;
		gap: 30px;
	}
	
	.proceso-steps-categoria::before {
		display: none;
	}
	
	.step-categoria {
		display: flex;
		align-items: flex-start;
		text-align: left;
	}
	
	.step-circle-categoria {
		margin: 0 20px 0 0;
		flex-shrink: 0;
		width: 60px;
		height: 60px;
		font-size: 1.5rem;
	}
	
	.asesoramiento-imagen-categoria {
		padding: 60px 0;
		background-attachment: scroll;
	}
	
	.asesoramiento-imagen-categoria h2 {
		font-size: 1.6rem;
	}
}

@media (max-width: 480px) {
	.hero-categoria {
		height: 180px;
		margin: 0px 0 25px;
	}
	
	.btn-categoria {
		padding: 10px 25px;
		font-size: 0.95rem;
	}
	
	.section-title-categoria {
		font-size: 1.5rem;
	}
	
	.step-categoria {
		flex-direction: column;
		text-align: center;
	}
	
	.step-circle-categoria {
		margin: 0 auto 15px;
	}
	
	.asesoramiento-imagen-categoria {
		padding: 50px 0;
	}
	
	.asesoramiento-imagen-categoria h2 {
		font-size: 1.4rem;
	}
	
	.asesoramiento-imagen-categoria p {
		font-size: 1rem;
	}
}


/* Estilos de la presentacion de un curso */

.container-curso-presentation {
    width: 100%;
    padding-right: 0.75rem;  /* calc(1.5rem * .5) */
    padding-left: 0.75rem;   /* calc(1.5rem * .5) */
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 1200px;
}

/* Header */
header-curso-presentation {
	background: #11448f;
	color: white;
	padding: 1.5rem 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 100;
}

.header-content-curso-presentation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.logo-curso-presentation {
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
}

.logo-curso-presentation i {
	margin-right: 10px;
	color: white;
}

/* Hero Section */

.hero-content-curso-presentation {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 3rem;
	align-items: center;
	position: relative;
	z-index: 2;
	padding-bottom: 6rem;
	box-sizing: border-box;
}

.hero-text-curso-presentation h1 {
	font-size: 3rem;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	font-family: 'Montserrat', sans-serif;
	color: white;
}

.hero-text-curso-presentation p {
	font-size: 1.2rem;
	margin-bottom: 2.5rem;
	opacity: 0.95;
	max-width: 90%;
	font-family: 'Montserrat', sans-serif;
	color: white;
}

.btn-download-curso-presentation {
	display: inline-flex;
	align-items: center;
	background: white;
	color: #11448f;
	padding: 1.2rem 2.5rem;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.4s ease;
	border: none;
	cursor: pointer;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}

.btn-download-curso-presentation i {
	margin-right: 10px;
	font-size: 1.2rem;
	color: #11448f;
}

.btn-download-curso-presentation:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(17, 68, 143, 0.1), transparent);
	transition: all 0.4s ease;
}

.btn-download-curso-presentation:hover:before {
	left: 100%;
}

.btn-download-curso-presentation:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	background: #f0f5ff;
}

.hero-image-curso-presentation {
	position: relative;
}

.floating-card-curso-presentation {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	animation: float-curso-presentation 6s ease-in-out infinite;
	transition: all 0.4s ease;
	position: relative;
	z-index: 2;
	border: 3px solid white;
}

.floating-card-curso-presentation:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.floating-card-curso-presentation img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.4s ease;
	position: relative;
	z-index: 1;
	border-radius: 12px;
}

.floating-card-curso-presentation:hover img {
	transform: scale(1.05);
}

@keyframes float-curso-presentation {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-15px); }
}

/* Hero Footer */
.hero-footer-curso-presentation {
	background: rgba(13, 53, 105, 0.85);
	padding: 1.2rem 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	backdrop-filter: blur(5px);
}

.hero-footer-content-curso-presentation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.course-details-curso-presentation {
	display: flex;
	gap: 2rem;
}

.course-detail-curso-presentation {
	display: flex;
	align-items: center;
	color: white;
	font-size: 0.9rem;
	font-family: 'Montserrat', sans-serif;
}

.course-detail-curso-presentation i {
	margin-right: 0.5rem;
	color: #ffffff;
	font-size: 1.1rem;
}

.official-logos-curso-presentation {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.official-logo-curso-presentation {
	height: 40px;
	width: auto;
	opacity: 0.9;
	transition: all 0.4s ease;
	
}

.official-logo-curso-presentation:hover {
	opacity: 1;
	transform: scale(1.05);
}

/* Mobile details */
.mobile-details-curso-presentation {
	display: none;
	background: #11448f;
	padding: 2rem 0;
	color: white;
	font-family: 'Montserrat', sans-serif;
}

.mobile-details-content-curso-presentation {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	box-sizing: border-box;
}

.mobile-course-details-curso-presentation {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.mobile-course-detail-curso-presentation {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
}

.mobile-course-detail-curso-presentation i {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: white;
}

.mobile-logos-curso-presentation {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	justify-items: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.mobile-logo-curso-presentation {
	height: 35px;
	width: auto;
	max-width: 100%;
}

/* Modal */
.modal-curso-presentation {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1300;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	font-family: 'Montserrat', sans-serif;
}

.modal-content-curso-presentation {
	background-color: white;
	border-radius: 15px;
	width: 90%;
	max-width: 600px;
	animation: modalFadeIn-curso-presentation 0.4s;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.modal-header-curso-presentation {
	background: white;
	padding: 1.5rem;
	color: #11448f;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #e9ecef;
	font-family: 'Montserrat', sans-serif;
}

.modal-header-curso-presentation h2 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.close-modal-curso-presentation {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: #e9ecef;
	border: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 1.2rem;
	cursor: pointer;
	color: #343a40;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

.close-modal-curso-presentation:hover {
	background: #6c757d;
	color: white;
}

.modal-body-curso-presentation {
	padding: 1.8rem;
}

.form-horizontal-curso-presentation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.form-group-curso-presentation {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}

.form-group-curso-presentation.full-width-curso-presentation {
	grid-column: 1 / -1;
}

.form-group-curso-presentation label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #092951;
	font-size: 0.9rem;
}

.form-group-curso-presentation input {
	width: 100%;
	padding: 0.8rem;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	font-size: 0.95rem;
	transition: all 0.4s ease;
	background: #f9f9f9;
	box-sizing: border-box;
}

.form-group-curso-presentation input:focus {
	border-color: #11448f;
	outline: none;
	box-shadow: 0 0 0 2px rgba(17, 68, 143, 0.1);
	background: white;
}

.checkbox-group-curso-presentation {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5rem;
	grid-column: 1 / -1;
	font-family: 'Montserrat', sans-serif;
}

.checkbox-group-curso-presentation input {
	margin-right: 10px;
	margin-top: 0.2rem;
}

.checkbox-group-curso-presentation label {
	font-size: 0.85rem;
	line-height: 1.5;
	font-weight: 500;
	color: #333;
}

.checkbox-group-curso-presentation a {
	color: #11448f;
	text-decoration: none;
	font-weight: 600;
}

.checkbox-group-curso-presentation a:hover {
	text-decoration: underline;
}

.btn-submit-curso-presentation {
	background: white;
	color: #11448f;
	width: 100%;
	padding: 0.9rem;
	border: 2px solid #11448f;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.4s ease;
	letter-spacing: 0.5px;
	grid-column: 1 / -1;
	font-family: 'Montserrat', sans-serif;
}

.btn-submit-curso-presentation:hover {
	background: #11448f;
	color: white;
	transform: translateY(-3px);
	box-shadow: 0 8px 15px rgba(17, 68, 143, 0.3);
}

@keyframes modalFadeIn-curso-presentation {
	from { opacity: 0; transform: translateY(-60px) scale(0.9); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

/* === RESPONSIVE (sin cambios, solo colores explícitos) === */
@media (max-width: 992px) {
	.hero-content-curso-presentation {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 2rem;
		padding-bottom: 2rem;
	}
	.hero-text-curso-presentation p { max-width: 100%; }
	.hero-footer-curso-presentation { display: none; }
	.mobile-details-curso-presentation { display: block; }
	.form-horizontal-curso-presentation { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 768px) {
	header-curso-presentation { padding: 1.2rem 0; }
	.logo-curso-presentation { font-size: 1.6rem; }
	.hero-curso-presentation { padding: 2.5rem 0 0; min-height: auto !important; }
	.hero-content-curso-presentation { padding-bottom: 1.5rem; gap: 2rem; }
	.hero-text-curso-presentation h1 { font-size: 2.2rem; margin-bottom: 1.2rem; }
	.hero-text-curso-presentation p { font-size: 0.95rem; margin-bottom: 1.8rem; }
	.btn-download-curso-presentation { padding: 0.8rem 1.8rem; font-size: 0.85rem; }
	.hero-image-curso-presentation { display: none; }
	.mobile-details-curso-presentation { padding: 1.5rem 0; }
	.mobile-course-details-curso-presentation { grid-template-columns: 1fr; gap: 1.2rem; }
	.mobile-course-detail-curso-presentation { flex-direction: row; text-align: left; justify-content: center; }
	.mobile-course-detail-curso-presentation i { margin-right: 0.8rem; margin-bottom: 0; font-size: 1.2rem; }
	.mobile-logos-curso-presentation { max-width: 280px; }
	.mobile-logo-curso-presentation { height: 30px; }
	.modal-content-curso-presentation { width: 92%; }
	.modal-header-curso-presentation h2 { font-size: 1.4rem; }
	.modal-body-curso-presentation { padding: 1.5rem; }
	.form-horizontal-curso-presentation { gap: 1.2rem; }
	.form-group-curso-presentation label { font-size: 0.9rem; }
	.form-group-curso-presentation input { padding: 0.8rem; font-size: 0.95rem; }
	.checkbox-group-curso-presentation label { font-size: 0.85rem; }
	.btn-submit-curso-presentation { padding: 0.9rem; font-size: 0.95rem; }
}

@media (max-width: 576px) {
	.hero-text-curso-presentation h1 { font-size: 1.9rem; }
	.hero-text-curso-presentation p { font-size: 0.9rem; }
	.btn-download-curso-presentation { width: 100%; justify-content: center; padding: 0.75rem 1.5rem; font-size: 0.8rem; }
	.mobile-details-curso-presentation { padding: 1.2rem 0; }
	.mobile-course-detail-curso-presentation { font-size: 0.9rem; }
	.mobile-logos-curso-presentation { gap: 0.8rem; max-width: 260px; }
	.mobile-logo-curso-presentation { height: 25px; }
}

@media (max-width: 400px) {
	.mobile-logos-curso-presentation { gap: 0.5rem; max-width: 240px; }
	.mobile-logo-curso-presentation { height: 22px; }
}


/* Estilos para los detalles de un curso */

.curso-detalles-contenedor-curso-details {
	width: 100%;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.curso-contenido-curso-details {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.curso-contenido-curso-details {
		flex-direction: row;
	}
}

.navegacion-lateral-curso-details {
	background: #f5f5f5;
	padding: 20px 15px;
}

@media (min-width: 992px) {
	.navegacion-lateral-curso-details {
		width: 280px;
		flex-shrink: 0;
		padding: 30px 20px;
	}
}

.navegacion-lista-curso-details {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding-left: 0px;
}

@media (min-width: 768px) {
	.navegacion-lista-curso-details {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 992px) {
	.navegacion-lista-curso-details {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
}

.navegacion-item-curso-details {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.navegacion-item-curso-details {
		margin-bottom: 15px;
	}
}

.navegacion-boton-curso-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 8px;
	background: transparent;
	border: none;
	border-radius: 10px;
	color: #4a4a4a;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 70px;
}

@media (min-width: 992px) {
	.navegacion-boton-curso-details {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		padding: 16px 20px;
		font-size: 16px;
		min-height: auto;
	}
}

.navegacion-boton-curso-details::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	transition: all 0.6s;
}

.navegacion-boton-curso-details:hover::before {
	left: 100%;
}

.navegacion-boton-curso-details:hover {
	background: rgba(17, 68, 143, 0.1);
	color: #11448f;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(17, 68, 143, 0.15);
}

@media (min-width: 992px) {
	.navegacion-boton-curso-details:hover {
		transform: translateX(5px);
	}
}

.navegacion-boton-curso-details.activo {
	background: #11448f;
	color: #ffffff;
	box-shadow: 0 5px 15px rgba(17, 68, 143, 0.25);
	transform: translateY(-3px);
}

@media (min-width: 992px) {
	.navegacion-boton-curso-details.activo {
		transform: translateX(0);
	}
}

.navegacion-icono-curso-details {
	margin-bottom: 5px;
	font-size: 16px;
	width: 20px;
	text-align: center;
	transition: all 0.3s ease;
}

@media (min-width: 992px) {
	.navegacion-icono-curso-details {
		margin-bottom: 0;
		margin-right: 15px;
		font-size: 20px;
		width: 24px;
	}
}

.navegacion-boton-curso-details.activo .navegacion-icono-curso-details {
	transform: scale(1.2);
}

.navegacion-texto-curso-details {
	font-size: 12px;
	line-height: 1.2;
}

@media (min-width: 992px) {
	.navegacion-texto-curso-details {
		font-size: 16px;
		line-height: normal;
	}
}

.contenido-principal-curso-details {
	flex-grow: 1;
	padding: 20px;
	position: relative;
	min-height: 450px;
}

@media (min-width: 992px) {
	.contenido-principal-curso-details {
		padding: 30px;
	}
}

.seccion-curso-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	transition: opacity 0.5s ease, visibility 0.5s;
}

@media (min-width: 992px) {
	.seccion-curso-details {
		padding: 30px;
	}
}

.seccion-curso-details.activa {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.seccion-titulo-curso-details {
	color: #11448f;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 2px solid #f5f5f5;
}

@media (min-width: 992px) {
	.seccion-titulo-curso-details {
		font-size: 26px;
	}
}

.seccion-contenido-curso-details {
	line-height: 1.7;
}

.seccion-contenido-curso-details p {
	margin-bottom: 18px;
	font-size: 16px;
	color: #4a4a4a;
}

.seccion-contenido-curso-details ul {
	margin-left: 22px;
	margin-bottom: 25px;
}

.seccion-contenido-curso-details li {
	margin-bottom: 10px;
	color: #4a4a4a;
	position: relative;
}

.seccion-contenido-curso-details li::before {
	content: "•";
	color: #11448f;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.seccion-subtitulo-curso-details {
	color: #11448f;
	margin: 25px 0 15px;
	font-weight: 600;
	font-size: 20px;
}

.seccion-destacado-curso-details {
	background: #f5f5f5;
	border-left: 4px solid #11448f;
	padding: 20px;
	margin: 25px 0;
	border-radius: 0 8px 8px 0;
	position: relative;
}

.seccion-destacado-curso-details::after {
	content: '"';
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 50px;
	color: rgba(17, 68, 143, 0.1);
	font-family: Georgia, serif;
}

/* Animaciones */
@keyframes fadeIn {
	from { 
		opacity: 0; 
		transform: translateY(20px); 
	}
	to { 
		opacity: 1; 
		transform: translateY(0); 
	}
}

.seccion-curso-details.activa .seccion-contenido-curso-details > * {
	animation: fadeIn 0.6s ease forwards;
}

.seccion-curso-details.activa .seccion-contenido-curso-details > *:nth-child(1) { animation-delay: 0.1s; }
.seccion-curso-details.activa .seccion-contenido-curso-details > *:nth-child(2) { animation-delay: 0.2s; }
.seccion-curso-details.activa .seccion-contenido-curso-details > *:nth-child(3) { animation-delay: 0.3s; }
.seccion-curso-details.activa .seccion-contenido-curso-details > *:nth-child(4) { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 576px) {
	.curso-detalles-contenedor-curso-details {
		border-radius: 12px;
	}
	
	.navegacion-boton-curso-details {
		padding: 10px 6px;
		font-size: 12px;
		min-height: 65px;
	}
	
	.navegacion-icono-curso-details {
		font-size: 14px;
		margin-bottom: 4px;
	}
	
	.navegacion-texto-curso-details {
		font-size: 11px;
	}
	
	.seccion-titulo-curso-details {
		font-size: 20px;
	}
}


/* Estilos para los beneficios de un curso */
.container-curso-benefits {
	width: 100%;
	max-width: 1200px;
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.header-curso-benefits {
	background: linear-gradient(rgba(17, 68, 143, 0.9), rgba(17, 68, 143, 0.85));
	color: white;
	padding: 35px 25px;
	text-align: center;
}

.header-title-curso-benefits {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.benefits-container-curso-benefits {
	display: flex;
	padding: 25px 30px;
	background-color: white;
	position: relative;
	min-height: 200px;
}

.benefit-column-curso-benefits {
	flex: 1;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.benefit-list-curso-benefits {
	list-style: none;
}

.benefit-item-curso-benefits {
	padding: 3px 0;
	margin-bottom: 1px;
	position: relative;
	padding-left: 16px;
}

.benefit-item-curso-benefits::before {
	content: "•";
	color: #11448f;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 1px;
}

.benefit-text-curso-benefits {
	font-size: 14px;
	color: #444;
	font-weight: 500;
	line-height: 1.2;
}

.image-background-curso-benefits {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.12;
	z-index: 0;
}

@media (max-width: 768px) {
	.benefits-container-curso-benefits {
		flex-direction: column;
		padding: 20px;
		min-height: auto;
	}
	
	.benefit-column-curso-benefits {
		padding: 5px 0;
	}
	
	.header-curso-benefits {
		padding: 25px 20px;
	}
	
	.header-title-curso-benefits {
		font-size: 22px;
	}
	
	.benefit-text-curso-benefits {
		font-size: 13px;
	}
	
	.image-background-curso-benefits {
		display: none;
	}
}


/* Estilos para el apartado salidas profesionales */
.professional-outcomes-cursos-salidas {
	max-width: 1200px;
	width: 100%;
	margin: 40px auto;
	padding: 40px;
	background: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.professional-outcomes-cursos-salidas h2 {
	color: #11448f;
	text-align: center;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}

.professional-outcomes-cursos-salidas h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: linear-gradient(to right, #11448f, #5c7eb1);
	border-radius: 2px;
}

.accordions-container-cursos-salidas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.accordion-cursos-salidas {
	border: 1px solid #e1e4e8;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.accordion-header-cursos-salidas {
	padding: 20px;
	background: #f8fafc;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}

.accordion-header-cursos-salidas:hover {
	background: #edf2f7;
}

.accordion-header-content-cursos-salidas {
	display: flex;
	align-items: center;
	gap: 15px;
}

.accordion-icon-wrapper-cursos-salidas {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #11448f;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.accordion-icon-cursos-salidas {
	color: white;
	font-size: 16px;
}

.accordion-header-cursos-salidas h3 {
	font-size: 17px;
	font-weight: 600;
	color: #11448f;
	margin: 0;
}

.accordion-arrow-cursos-salidas {
	font-size: 16px;
	transition: all 0.4s ease;
	color: #5c7eb1;
	min-width: 24px;
	text-align: center;
}

.accordion-cursos-salidas.active .accordion-arrow-cursos-salidas {
	transform: rotate(180deg);
	color: #2a5ba8;
}

.accordion-content-cursos-salidas {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background: white;
}

.accordion-cursos-salidas.active .accordion-content-cursos-salidas {
	max-height: 500px;
}

.job-description-cursos-salidas {
	color: #4a5568;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	padding: 15px 20px 20px;
}

@media (max-width: 992px) {
	.accordions-container-cursos-salidas {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.professional-outcomes-cursos-salidas {
		padding: 25px;
		margin: 20px auto;
	}
	
	.professional-outcomes-cursos-salidas h2 {
		font-size: 28px;
	}
	
	.accordion-header-cursos-salidas h3 {
		font-size: 16px;
	}
	
	.accordion-header-cursos-salidas {
		padding: 16px;
	}
	
	.accordion-header-content-cursos-salidas {
		gap: 12px;
	}
	
	.accordion-icon-wrapper-cursos-salidas {
		width: 32px;
		height: 32px;
	}
	
	.job-description-cursos-salidas {
		padding: 12px 16px 16px;
	}
	
	/* Estilos específicos para móviles */
	.accordion-cursos-salidas.mobile-active .accordion-arrow-cursos-salidas {
		transform: rotate(180deg);
		color: #2a5ba8;
	}
	
	.accordion-cursos-salidas.mobile-active .accordion-content-cursos-salidas {
		max-height: 500px;
	}
}


/* Estilos para la parte de requisitos */

/* Clase personalizada: container-curso-rec */
.container-curso-rec {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-curso-rec {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-curso-rec {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-curso-rec {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-curso-rec {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container-curso-rec {
		max-width: 1200px;
	}
}

/* Clase personalizada: fw-bold-curso-rec */
.fw-bold-curso-rec {
	font-weight: 700;
}

/* Clase personalizada: gap-3-curso-rec */
.gap-3-curso-rec {
	gap: 1rem;
}

/* Clase personalizada: btn-curso-rec */
.btn-curso-rec {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Clase personalizada: btn-lg-curso-rec */
.btn-lg-curso-rec {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem;
}

.hero-requisitos-curso-rec {
	background: #ffffff;
	padding: 5rem 0;
	position: relative;
	overflow: hidden;
}

.hero-requisitos-curso-rec::before {
	content: '';
	position: absolute;
	top: 0px;
	right: -50px;
	width: 200px;
	height: 200px;
	background-color: rgba(17, 68, 143, 0.1);
	border-radius: 50%;
}

.hero-requisitos-curso-rec::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: -100px;
	width: 300px;
	height: 300px;
	background-color: rgba(17, 68, 143, 0.05);
	border-radius: 50%;
}

.requirements-list-curso-rec {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.requirement-item-curso-rec {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.9rem 1.2rem;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.06);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.requirement-item-curso-rec::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: linear-gradient(to bottom, #11448f, rgba(17, 68, 143, 0.3));
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.requirement-item-curso-rec:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.requirement-item-curso-rec:hover::before {
	opacity: 1;
}

.requirement-item-curso-rec i {
	font-size: 1.4rem;
	color: #11448f;
	flex-shrink: 0;
	background: rgba(17, 68, 143, 0.1);
	padding: 0.5rem;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.requirement-content-curso-rec h3 {
	font-size: 1.1rem;
	margin-bottom: 0.3rem;
	color: #2c3e50;
	font-weight: 600;
}

.requirement-content-curso-rec p {
	font-size: 0.95rem;
	margin-bottom: 0;
	color: #6c757d;
	line-height: 1.5;
}

.btn-primary-curso-rec {
	background-color: #11448f;
	border-color: #11448f;
	transition: all 0.3s ease;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
}

.btn-primary-curso-rec:hover {
	background-color: #0d3775;
	border-color: #0d3775;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(17, 68, 143, 0.2);
}

.text-secondary-curso-rec {
    color: #6c757d !important;
}

.btn-outline-primary-curso-rec {
	color: #11448f;
	border-color: #11448f;
	transition: all 0.3s ease;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
}

.btn-outline-primary-curso-rec:hover {
	background-color: #11448f;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(17, 68, 143, 0.2);
}

.text-primary-curso-rec {
	color: #11448f !important;
}

.img-container-curso-rec {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	height: 100%;
	display: flex;
	align-items: center;
	animation: float 6s ease-in-out infinite;
}

.img-container-curso-rec:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
	animation-play-state: paused;
}

.img-container-curso-rec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 68, 143, 0.4); /* Capa azul superpuesta */
	z-index: 2;
	mix-blend-mode: multiply;
	transition: opacity 0.5s ease;
}

.img-container-curso-rec:hover::before {
	opacity: 0.8;
}

.img-container-curso-rec img {
	transition: all 0.5s ease;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}

.img-container-curso-rec:hover img {
	transform: scale(1.05);
}

.title-section-curso-rec {
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

.title-section-curso-rec::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(to right, #11448f, rgba(17, 68, 143, 0.3));
	border-radius: 2px;
}

/* Animación flotante para la imagen */
@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-12px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* Efecto de brillo intermitente sutil */
@keyframes shine {
	0% {
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	}
	50% {
		box-shadow: 0 15px 35px rgba(17, 68, 143, 0.25);
	}
	100% {
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	}
}

.img-container-curso-rec {
	animation: float 6s ease-in-out infinite, shine 8s ease-in-out infinite;
}

@media (max-width: 992px) {
	.hero-requisitos-curso-rec {
		text-align: center;
	}
	
	.title-section-curso-rec::after {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.requirements-list-curso-rec {
		align-items: center;
	}
	
	.d-flex-curso-rec {
		justify-content: center;
	}
	
	.requirement-item-curso-rec {
		flex-direction: row;
		text-align: left;
		width: 100%;
	}
	
	.img-container-curso-rec {
		margin-top: 3rem;
		height: auto;
		animation: float 6s ease-in-out infinite;
	}
	
	.img-container-curso-rec:hover {
		transform: translateY(-5px);
		animation-play-state: paused;
	}
}

/* Aseguramos que la imagen sea visible */
.image-column-curso-rec {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Apartado de las preguntas frecuentes para un curso */

.faq-section-curso-preguntas {
	width: 75%;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	background: white;
	max-width: 1200px;
}

.faq-header-curso-preguntas {
	color: white;
	padding: 30px 25px;
	text-align: center;
	position: relative;
}

.faq-header-curso-preguntas h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
}

.faq-header-curso-preguntas p {
	font-size: 14px;
	opacity: 0.9;
	max-width: 500px;
	margin: 0 auto;
	font-weight: 300;
}

.faq-content-curso-preguntas {
	padding: 20px;
}

.faq-item-curso-preguntas {
	margin-bottom: 8px;
	border-radius: 8px;
	background: #fafbfc;
	transition: all 0.25s ease;
	border: 1px solid #edf2f7;
	overflow: hidden;
}

.faq-item-curso-preguntas:last-child {
	margin-bottom: 0;
}

.faq-question-curso-preguntas {
	padding: 16px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.faq-question-curso-preguntas:hover {
	background: #f1f7ff;
}

.faq-question-curso-preguntas h3 {
	color: #2d3748;
	font-size: 15px;
	font-weight: 600;
	margin-right: 15px;
	line-height: 1.3;
}

.faq-icon-curso-preguntas {
	width: 24px;
	height: 24px;
	background: #f1f7ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11448f;
	font-size: 12px;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.faq-answer-curso-preguntas {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	color: #718096;
	font-size: 14px;
	line-height: 1.5;
}

.faq-answer-curso-preguntas p {
	padding-bottom: 12px;
	margin: 0;
}

.faq-item-curso-preguntas.active .faq-answer-curso-preguntas {
	max-height: 200px;
	padding: 0 18px 12px;
}

.faq-item-curso-preguntas.active .faq-icon-curso-preguntas {
	transform: rotate(180deg);
}

.faq-cta-curso-preguntas {
	padding: 25px 20px;
	text-align: center;
	color: white;
}

.faq-cta-curso-preguntas h3 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 500;
}

.faq-cta-curso-preguntas p {
	margin-bottom: 16px;
	opacity: 0.9;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: 300;
}

.cta-button-curso-preguntas {
	display: inline-block;
	background: white;
	color: #11448f;
	padding: 10px 24px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	font-size: 14px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cta-button-curso-preguntas:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
	body {
		padding: 15px;
	}
	
	.faq-section-curso-preguntas {
		width: 100%;
	}
	
	.faq-header-curso-preguntas {
		padding: 25px 20px;
	}
	
	.faq-header-curso-preguntas h2 {
		font-size: 22px;
	}
	
	.faq-content-curso-preguntas {
		padding: 15px;
	}
	
	.faq-question-curso-preguntas {
		padding: 14px 16px;
	}
	
	.faq-question-curso-preguntas h3 {
		font-size: 14px;
	}
	
	.faq-cta-curso-preguntas {
		padding: 20px 15px;
	}
	
	.faq-cta-curso-preguntas h3 {
		font-size: 16px;
	}
}

/* esto es para la seccion de empleados y docentes del apartado nosotros de la web */

/* MOBILE FIRST */
.empleados-scroll-container {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    border-radius: 12px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    scrollbar-width: thin;
    scrollbar-color: #11448f #f1f1f1;
}

.empleados-scroll-container::-webkit-scrollbar {
    width: 8px;
}
.empleados-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.empleados-scroll-container::-webkit-scrollbar-thumb {
    background: #11448f;
    border-radius: 10px;
}

/* Fuerza 1 columna en móvil */
.empleados-scroll-container .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1.5rem;
}

/* TABLET */
@media (min-width: 768px) {
    .empleados-scroll-container .col-lg-3 {
        flex: 0 0 48% !important;
        max-width: 48% !important;
    }
    .empleados-scroll-container {
        max-height: 600px;
    }
}

/* DESKTOP */
@media (min-width: 992px) {
    .empleados-scroll-container .col-lg-3 {
        flex: 0 0 31% !important;
        max-width: 31% !important;
    }
    .empleados-scroll-container {
        max-height: 700px;
    }
}


.docentes-scroll-container {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    border-radius: 12px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    scrollbar-width: thin;
    scrollbar-color: #11448f #f1f1f1;
}

.docentes-scroll-container::-webkit-scrollbar {
    width: 8px;
}
.docentes-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.docentes-scroll-container::-webkit-scrollbar-thumb {
    background: #11448f;
    border-radius: 10px;
}

/* Fuerza 1 columna en móvil */
.docentes-scroll-container .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1.5rem;
}

/* TABLET */
@media (min-width: 768px) {
    .docentes-scroll-container .col-lg-3 {
        flex: 0 0 48% !important;
        max-width: 48% !important;
    }
    .docentes-scroll-container {
        max-height: 600px;
    }
}

/* DESKTOP */
@media (min-width: 992px) {
    .docentes-scroll-container .col-lg-3 {
        flex: 0 0 31% !important;
        max-width: 31% !important;
    }
    .docentes-scroll-container {
        max-height: 700px;
    }
}


/* Esta parte corresponde al boton para abrir el modal del listado de certificaciones de grado C */
/* BOTÓN PRINCIPAL */
.header-btn-cert-personalizado {
	background: #11448f;
	color: white;
	border: none;
	padding: 8px 20px;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(17, 68, 143, 0.3);
	display: flex;
	align-items: center;
	gap: 8px;
	height: 40px;
}

.header-btn-cert-personalizado:hover {
	background: #0d3569;
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(17, 68, 143, 0.4);
}

.header-btn-cert-personalizado:active {
	transform: translateY(0);
}

/* MODAL */
.modal-cert-personalizado {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1040;
}

.modal-cert-personalizado.open {
	display: block;
}

.modal-overlay-cert-personalizado {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 68, 143, 0.1);
	animation: fadeIn 0.3s ease-out;
}

.modal-content-cert-personalizado {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.95);
	border-radius: 16px;
	padding: 0;
	max-width: 850px;
	width: 90%;
	max-height: 85vh;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(17, 68, 143, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.8);
	animation: modalSlideIn 0.4s ease-out;
	display: flex;
	flex-direction: column;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translate(-50%, -48%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.modal-header-cert-personalizado {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px 16px;
	background: linear-gradient(135deg, #11448f 0%, #0d3569 100%);
	color: white;
	border-radius: 16px 16px 0 0;
	border-bottom: 1px solid #e1e8f0;
}

.modal-title-cert-personalizado {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0;
	color: #FFF;
}

.modal-close-cert-personalizado {
	background: rgba(255, 255, 255, 0.2);
	border: none;
	font-size: 1.2rem;
	cursor: pointer;
	color: white;
	padding: 6px 10px;
	border-radius: 50%;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.modal-close-cert-personalizado:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(90deg);
}

.modal-body-cert-personalizado {
	padding: 20px 24px;
	flex: 1;
	overflow-y: auto;
	background: transparent;
	-webkit-overflow-scrolling: touch;
}

/* LISTA */
.certificates-list-cert-personalizado {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.certificate-item-cert-personalizado {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 12px;
	background: #ffffff;
	transition: all 0.2s ease;
	box-shadow: 0 3px 10px rgba(17, 68, 143, 0.1);
	min-height: 50px;
	border: 2px solid #e8eff7;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: pan-y;
	user-select: none;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.certificate-item-cert-personalizado:hover {
	text-decoration: none;
	color: inherit;
}

@media (hover: hover) {
	.certificate-item-cert-personalizado:hover {
		background: #f8fbff;
		border: 2px solid #11448f;
		box-shadow: 0 6px 20px rgba(17, 68, 143, 0.15);
		transform: translateY(-2px);
	}
   
	.certificate-item-cert-personalizado:hover .certificate-level-cert-personalizado {
		background: #0d3569;
		box-shadow: 0 4px 12px rgba(17, 68, 143, 0.3);
		transform: scale(1.05);
	}
}

.certificate-item-cert-personalizado.active {
	background: #f8fbff;
	border: 2px solid #11448f;
	box-shadow: 0 6px 20px rgba(17, 68, 143, 0.15);
	transform: translateY(-1px);
}

.certificate-item-cert-personalizado.active .certificate-level-cert-personalizado {
	background: #0d3569;
	box-shadow: 0 4px 12px rgba(17, 68, 143, 0.3);
	transform: scale(1.05);
}

.certificate-details-cert-personalizado {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.certificate-title-cert-personalizado {
	font-size: 0.95rem;
	font-weight: 600;
	color: #11448f;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.certificate-code-cert-personalizado {
	font-size: 0.75rem;
	color: #6c757d;
	margin-right: 12px;
}

.certificate-level-cert-personalizado {
	display: inline-block;
	background: #11448f;
	color: white;
	padding: 5px 14px;
	border-radius: 14px;
	font-size: 0.7rem;
	font-weight: 600;
	min-width: 75px;
	text-align: center;
	box-shadow: 0 3px 8px rgba(17, 68, 143, 0.2);
	transition: all 0.2s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.certificate-item-cert-personalizado::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 14px;
	background: linear-gradient(135deg, #11448f, #0d3569);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.certificate-item-cert-personalizado:hover::before,
.certificate-item-cert-personalizado.active::before {
	opacity: 0.1;
}

.certificate-link-indicator-cert-personalizado {
	margin-left: 8px;
	color: #11448f;
	opacity: 0;
	transition: opacity 0.2s ease;
	font-size: 0.8rem;
}

.certificate-item-cert-personalizado:hover .certificate-link-indicator-cert-personalizado,
.certificate-item-cert-personalizado.active .certificate-link-indicator-cert-personalizado {
	opacity: 0.7;
}

/* SCROLLBAR */
.modal-body-cert-personalizado::-webkit-scrollbar {
	width: 8px;
}
.modal-body-cert-personalizado::-webkit-scrollbar-track {
	background: #f8f9fa;
	border-radius: 10px;
}
.modal-body-cert-personalizado::-webkit-scrollbar-thumb {
	background: #d1d9e6;
	border-radius: 10px;
}
.modal-body-cert-personalizado::-webkit-scrollbar-thumb:hover {
	background: #c2cbd9;
}

/* MÓVIL */
@media (max-width: 768px) {
	body { padding: 15px; }
	.header-btn-cert-personalizado { padding: 10px 20px; font-size: 0.85rem; height: 38px; gap: 6px; }
	.modal-content-cert-personalizado { width: 95%; max-height: 90vh; border-radius: 12px; }
	.modal-header-cert-personalizado { padding: 18px 20px 14px; }
	.modal-title-cert-personalizado { font-size: 1.3rem; }
	.modal-body-cert-personalizado { padding: 16px 20px; }
	.certificate-item-cert-personalizado { padding: 14px 16px; min-height: 55px; border-radius: 10px; }
	.certificate-title-cert-personalizado { font-size: 0.9rem; }
	.certificate-details-cert-personalizado { flex-direction: column; align-items: flex-start; gap: 4px; }
	.certificate-code-cert-personalizado { margin-right: 0; font-size: 0.75rem; }
	.certificate-level-cert-personalizado { align-self: flex-start; margin-top: 4px; padding: 4px 12px; font-size: 0.65rem; min-width: 70px; }
	.certificate-link-indicator-cert-personalizado { display: none; }
}
@media (max-width: 480px) {
	.modal-content-cert-personalizado { width: 75%; max-height: 80vh; }
	.modal-header-cert-personalizado { padding: 16px 18px 12px; }
	.modal-title-cert-personalizado { font-size: 1.2rem; }
	.modal-body-cert-personalizado { padding: 14px 16px; }
	.certificate-item-cert-personalizado { padding: 12px 14px; min-height: 52px; }
	.certificate-title-cert-personalizado { font-size: 0.85rem; }
	.certificate-code-cert-personalizado { font-size: 0.7rem; }
	.header-btn-cert-personalizado { padding: 8px 18px; font-size: 0.8rem; height:: 36px; }
}

/* BOTÓN FLOTANTE MÓVIL */
.floating-btn-mobile-cert-personalizado {
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 999;
    border-radius: 50px;
    padding: 12px 16px;
    font-size: 0.9rem;
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 16px rgba(17, 68, 143, 0.35);
    transition: all 0.3s ease;
    border: none;
    background: #11448f;
    color: white;
}

/* Hover / Focus */
.floating-btn-mobile-cert-personalizado:hover,
.floating-btn-mobile-cert-personalizado:focus {
    background: #0d3569;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(17, 68, 143, 0.45);
}

/* === ESTILOS AISLADOS CON -mod-nosotros === */

.trajectory-section-mod-nosotros {
	width: 100%;
	max-width: 1400px;
	background: white;
	padding: 40px 30px;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	margin: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.5;
	color: #333;
}

.container-mod-nosotros {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.section-title-mod-nosotros {
	text-align: center;
	margin-bottom: 35px;
	padding: 0;
}

.section-title-mod-nosotros h1 {
	font-size: 2.3rem;
	color: #11448f;
	font-weight: 700;
	margin-bottom: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: inherit;
}

.title-decoration-mod-nosotros {
	width: 70px;
	height: 3px;
	background: #11448f;
	margin: 0 auto;
	border-radius: 2px;
	padding: 0;
}

.description-mod-nosotros {
	text-align: center;
	margin-bottom: 45px;
	font-size: 1.1rem;
	color: #555;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	padding: 0;
	font-family: inherit;
}

.courses-grid-mod-nosotros {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: start;
	padding: 0;
	margin: 0;
	list-style: none;
}

.course-column-mod-nosotros {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0;
	margin: 0;
}

.course-category-mod-nosotros {
	background: white;
	border-radius: 10px;
	padding: 0;
	box-shadow: 0 3px 15px rgba(17, 68, 143, 0.1);
	border: 1px solid #e1e8f0;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease;
	overflow: hidden;
	height: fit-content;
	margin: 0;
}

.course-category-mod-nosotros:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(17, 68, 143, 0.15);
}

.category-header-mod-nosotros {
	padding: 12px 16px 10px;
	background: #11448f;
	color: white;
	border-radius: 10px 10px 0 0;
	margin: 0;
}

.category-title-wrapper-mod-nosotros {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	margin: 0;
}

.category-icon-mod-nosotros {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.9rem;
	flex-shrink: 0;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
	padding: 0;
}

.category-title-mod-nosotros {
	font-size: 1rem;
	color: white;
	font-weight: 600;
	line-height: 1.2;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	font-family: inherit;
}

.course-count-mod-nosotros {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	font-size: 0.7rem;
	padding: 1px 5px;
	border-radius: 6px;
	font-weight: 500;
	white-space: nowrap;
	margin: 0 0 0 6px;
}

.course-list-container-mod-nosotros {
	padding: 12px 16px;
	margin: 0;
}

.course-list-mod-nosotros {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.course-item-mod-nosotros {
	padding: 6px 0;
	display: flex;
	align-items: flex-start;
	transition: background-color 0.2s ease;
	margin: 0;
}

.course-item-mod-nosotros:hover {
	background-color: #f8fafc;
}

.course-item-mod-nosotros:not(:last-child) {
	border-bottom: 1px solid #f0f4f8;
}

.course-item-mod-nosotros::before {
	content: '•';
	color: #11448f;
	font-weight: bold;
	margin-right: 6px;
	font-size: 1rem;
	flex-shrink: 0;
	margin-top: 0;
}

.course-name-mod-nosotros {
	font-weight: 500;
	color: #333;
	font-size: 0.85rem;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	font-family: inherit;
}

.course-details-mod-nosotros {
	font-size: 0.75rem;
	color: #666;
	margin-top: 1px;
	line-height: 1.2;
	padding: 0;
	font-family: inherit;
}

/* === RESPONSIVE === */
@media (max-width: 1200px) {
	.courses-grid-mod-nosotros {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.trajectory-section-mod-nosotros {
		padding: 30px 20px;
	}
	.section-title-mod-nosotros h1 {
		font-size: 2rem;
	}
	.courses-grid-mod-nosotros {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.category-header-mod-nosotros {
		padding: 10px 14px 8px;
	}
	.course-list-container-mod-nosotros {
		padding: 10px 14px;
	}
}

@media (max-width: 480px) {
	.trajectory-section-mod-nosotros {
		padding: 25px 15px;
	}
	.section-title-mod-nosotros h1 {
		font-size: 1.8rem;
	}
	.description-mod-nosotros {
		font-size: 1rem;
	}
	.category-header-mod-nosotros {
		padding: 8px 12px 6px;
	}
	.course-list-container-mod-nosotros {
		padding: 8px 12px;
	}
	.category-title-mod-nosotros {
		font-size: 0.9rem;
	}
	.category-icon-mod-nosotros {
		width: 28px;
		height: 28px;
		font-size: 0.8rem;
	}
}

/* === ESTILOS AISLADOS CON -mod-acreditacion === */

.accreditations-section-mod-acreditacion {
	width: 100%;
	max-width: 1400px;
	background: white;
	padding: 40px 30px;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	margin: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.5;
	color: #333;
}

.container-mod-acreditacion {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.section-title-mod-acreditacion {
	text-align: center;
	margin-bottom: 35px;
	padding: 0;
}

.section-title-mod-acreditacion h1 {
	font-size: 2.3rem;
	color: #11448f;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: inherit;
}

.title-decoration-mod-acreditacion {
	width: 70px;
	height: 3px;
	background: #11448f;
	margin: 0 auto;
	border-radius: 2px;
	padding: 0;
}

.declaration-section-mod-acreditacion {
	background: white;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 35px;
	text-align: center;
	border: 2px solid #11448f;
	box-shadow: 0 3px 15px rgba(17, 68, 143, 0.1);
}

.declaration-title-mod-acreditacion {
	font-size: 1.2rem;
	color: #11448f;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0;
	font-family: inherit;
}

.declaration-text-mod-acreditacion {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 15px;
	line-height: 1.4;
	padding: 0;
	font-family: inherit;
}

.declaration-link-mod-acreditacion {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #11448f;
	text-decoration: none;
	font-weight: 500;
	padding: 8px 16px;
	background: white;
	border-radius: 6px;
	border: 1px solid #11448f;
	transition: all 0.3s ease;
	font-size: 0.9rem;
}

.declaration-link-mod-acreditacion:hover {
	background: #11448f;
	color: white;
	transform: translateY(-1px);
	box-shadow: 0 3px 10px rgba(17, 68, 143, 0.3);
}

.two-cards-layout-mod-acreditacion {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: start;
	padding: 0;
	margin: 0;
}

.period-card-mod-acreditacion {
	background: white;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(17, 68, 143, 0.1);
	border: 1px solid #e1e8f0;
	transition: all 0.3s ease;
	height: auto;
	margin: 0;
}

.period-card-mod-acreditacion:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(17, 68, 143, 0.15);
}

.card-header-mod-acreditacion {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f4f8;
	padding: 0;
}

.period-icon-mod-acreditacion {
	width: 70px;
	height: 70px;
	background: rgba(17, 68, 143, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #11448f;
	font-size: 1.8rem;
	margin: 0 auto 15px;
	backdrop-filter: blur(10px);
	border: 2px solid rgba(17, 68, 143, 0.2);
	padding: 0;
}

.period-title-mod-acreditacion {
	font-size: 1.5rem;
	color: #11448f;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0;
	font-family: inherit;
}

.period-subtitle-mod-acreditacion {
	font-size: 1rem;
	color: #666;
	font-weight: 500;
	padding: 0;
	font-family: inherit;
}

.accreditation-list-mod-acreditacion {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.accreditation-item-mod-acreditacion {
	padding: 15px 0;
	border-bottom: 1px solid #f8fafc;
	display: flex;
	gap: 15px;
	align-items: flex-start;
	position: relative;
	margin: 0;
}

.accreditation-item-mod-acreditacion:last-child {
	border-bottom: none;
}

.item-left-mod-acreditacion {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 80px;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
}

.item-date-mod-acreditacion {
	width: 80px;
	font-size: 0.6rem;
	color: #11448f;
	font-weight: 600;
	background: #f8fafc;
	padding: 6px 12px;
	border-radius: 15px;
	border: 1px solid #e1e8f0;
	text-align: center;
	height: fit-content;
	font-family: inherit;
}

.entity-logo-mod-acreditacion {
	position: absolute;
	top: 12px;
	right: 0;
	width: 60px;
	height: 60px;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	border: 2px solid white;
	background: white;
	padding: 4px;
	z-index: 2;
	transition: all 0.3s ease;
}

.entity-logo-mod-acreditacion:hover {
	transform: scale(1.8);
	box-shadow: 0 8px 25px rgba(0,0,0,0.3);
	z-index: 10;
}

.item-content-mod-acreditacion {
	flex: 1;
	font-size: 0.92rem;
	color: #333;
	line-height: 1.5;
	padding-right: 70px;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: inherit;
}

.accreditation-highlight-mod-acreditacion {
	color: #11448f;
	font-weight: 600;
	margin-bottom: 4px;
	display: block;
	padding-right: 10px;
	font-family: inherit;
}

.certificate-list-mod-acreditacion {
	list-style-type: none;
	margin-top: 6px;
	padding: 0;
}

.certificate-item-mod-acreditacion {
	padding: 3px 0;
	display: flex;
	align-items: flex-start;
	font-size: 0.82rem;
	font-family: inherit;
}

.certificate-item-mod-acreditacion::before {
	content: '•';
	color: #11448f;
	font-weight: bold;
	margin-right: 6px;
	flex-shrink: 0;
}

.intro-text-mod-acreditacion {
	text-align: center;
	margin-bottom: 40px;
	color: #555;
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: inherit;
}

/* === RESPONSIVE === */
@media (max-width: 968px) {
	.two-cards-layout-mod-acreditacion {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.period-card-mod-acreditacion {
		padding: 25px;
	}
}

@media (max-width: 768px) {
	.accreditations-section-mod-acreditacion {
		padding: 30px 20px;
	}
	.section-title-mod-acreditacion h1 {
		font-size: 2rem;
	}
	.declaration-section-mod-acreditacion {
		padding: 18px;
		margin-bottom: 30px;
	}
	.period-icon-mod-acreditacion {
		width: 60px;
		height: 60px;
		font-size: 1.5rem;
	}
	.period-title-mod-acreditacion {
		font-size: 1.3rem;
	}
	.accreditation-item-mod-acreditacion {
		gap: 12px;
	}
	.item-left-mod-acreditacion {
		min-width: 75px;
	}
	.item-date-mod-acreditacion {
		width: 75px;
		font-size: 0.8rem;
		padding: 5px 10px;
	}
	.entity-logo-mod-acreditacion {
		width: 50px;
		height: 50px;
		top: 10px;
	}
	.item-content-mod-acreditacion {
		padding-right: 60px;
		min-height: 50px;
	}
	.entity-logo-mod-acreditacion:hover {
		transform: scale(1.6);
	}
}

@media (max-width: 480px) {
	.accreditations-section-mod-acreditacion {
		padding: 25px 15px;
	}
	.section-title-mod-acreditacion h1 {
		font-size: 1.8rem;
	}
	.period-card-mod-acreditacion {
		padding: 20px;
	}
	.accreditation-item-mod-acreditacion {
		padding: 12px 0;
		gap: 10px;
	}
	.item-left-mod-acreditacion {
		min-width: 70px;
	}
	.item-date-mod-acreditacion {
		width: 70px;
		font-size: 0.75rem;
		padding: 4px 8px;
	}
	.entity-logo-mod-acreditacion {
		width: 45px;
		height: 45px;
		top: 8px;
	}
	.item-content-mod-acreditacion {
		padding-right: 55px;
		font-size: 0.88rem;
		min-height: 45px;
	}
	.certificate-item-mod-acreditacion {
		font-size: 0.78rem;
	}
	.declaration-section-mod-acreditacion {
		padding: 15px;
	}
	.entity-logo-mod-acreditacion:hover {
		transform: scale(1.4);
	}
}

@media (max-width: 360px) {
	.entity-logo-mod-acreditacion {
		width: 40px;
		height: 40px;
	}
	.item-content-mod-acreditacion {
		padding-right: 50px;
	}
}

/* === ESTILOS AISLADOS CON -custom-home1 (SIN VARIABLES CSS) === */
.infographic-custom-home1 {
	max-width: 1200px;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 40px 20px;
	font-family: 'Poppins', sans-serif;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.header-custom-home1 {
	margin-bottom: 50px;
	padding: 0;
}

.header-custom-home1 h2 {
	font-size: 2.2rem;
	color: #1a2b50;
	margin: 0 0 15px 0;
	font-weight: 700;
	padding: 0;
	font-family: inherit;
}

.header-custom-home1 p {
	font-size: 1.4rem;
	color: #11448f;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: inherit;
}

.header-custom-home1 p::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, #11448f, #1a6fd1);
}

.features-custom-home1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 60px;
	padding: 0;
	list-style: none;
}

.feature-custom-home1 {
	width: calc(16.66% - 17px);
	position: relative;
	min-width: 150px;
	margin: 0;
	padding: 0;
}

.feature-icon-custom-home1 {
	width: 90px;
	height: 90px;
	margin: 0 auto 15px;
	background: linear-gradient(135deg, #11448f, #1a6fd1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 2rem;
	box-shadow: 0 10px 20px rgba(17, 68, 143, 0.2);
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}

.feature-custom-home1:hover .feature-icon-custom-home1 {
	transform: translateY(-10px) rotate(10deg);
	box-shadow: 0 15px 30px rgba(17, 68, 143, 0.3);
}

/* Animaciones flotantes */
.feature-custom-home1:nth-child(1) .feature-icon-custom-home1 { animation: float-custom-home1 3s ease-in-out infinite; }
.feature-custom-home1:nth-child(2) .feature-icon-custom-home1 { animation: float-custom-home1 3s ease-in-out infinite 0.5s; }
.feature-custom-home1:nth-child(3) .feature-icon-custom-home1 { animation: float-custom-home1 3s ease-in-out infinite 1s; }
.feature-custom-home1:nth-child(4) .feature-icon-custom-home1 { animation: float-custom-home1 3s ease-in-out infinite 1.5s; }
.feature-custom-home1:nth-child(5) .feature-icon-custom-home1 { animation: float-custom-home1 3s ease-in-out infinite 2s; }
.feature-custom-home1:nth-child(6) .feature-icon-custom-home1 { animation: float-custom-home1 3s ease-in-out infinite 2.5s; }

@keyframes float-custom-home1 {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-15px); }
}

.feature-custom-home1 h4 {
	color: #1a2b50;
	font-size: 1rem;
	margin-bottom: 8px;
	font-weight: 600;
	padding: 0;
	font-family: inherit;
}

.feature-custom-home1 p {
	color: #666;
	font-size: 0.85rem;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-family: inherit;
}

.feature-custom-home1::before {
	content: '';
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(26, 111, 209, 0.05);
	z-index: 1;
}

.cta-button-custom-home1 {
	display: inline-block;
	margin-top: 60px;
	padding: 15px 40px;
	background: linear-gradient(135deg, #11448f, #1a6fd1);
	color: white;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 10px 20px rgba(17, 68, 143, 0.2);
	transition: all 0.3s;
	font-family: inherit;
}

.cta-button-custom-home1:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(17, 68, 143, 0.3);
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
	.feature-custom-home1 {
		width: calc(33.33% - 20px);
	}
	.feature-icon-custom-home1 {
		width: 85px;
		height: 85px;
		font-size: 1.8rem;
	}
}

@media (max-width: 768px) {
	.features-custom-home1 {
		gap: 25px;
	}
	.feature-custom-home1 {
		width: calc(50% - 15px);
	}
	.feature-icon-custom-home1 {
		width: 80px;
		height: 80px;
		font-size: 1.8rem;
	}
	.feature-custom-home1::before {
		width: 120px;
		height: 120px;
		top: 40px;
	}
}

@media (max-width: 480px) {
	.features-custom-home1 {
		gap: 20px;
	}
	.feature-custom-home1 {
		width: calc(50% - 10px);
	}
	.feature-icon-custom-home1 {
		width: 70px;
		height: 70px;
		font-size: 1.6rem;
	}
	.feature-custom-home1 h4 {
		font-size: 0.95rem;
	}
	.feature-custom-home1 p {
		font-size: 0.8rem;
	}
}

/* === ESTILOS AISLADOS CON -custom-home2 (SIN VARIABLES CSS) === */

.features-container-custom-home2 {
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 50px 40px;
	position: relative;
	overflow: hidden;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	color: #333;
	box-sizing: border-box;
}

.features-grid-custom-home2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
}

.feature-card-custom-home2 {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(17, 68, 143, 0.1);
	transition: all 0.3s ease;
	border: 1px solid rgba(17, 68, 143, 0.1);
	margin: 0;
}

.feature-card-custom-home2:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(17, 68, 143, 0.15);
}

.feature-icon-custom-home2 {
	font-size: 2.5rem;
	color: #11448f;
	margin-bottom: 20px;
	text-align: center;
	padding: 0;
}

.feature-title-custom-home2 {
	font-size: 1.5rem;
	color: #11448f;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 600;
	padding: 0;
	font-family: inherit;
}

.feature-list-custom-home2 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.feature-list-custom-home2 li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(17, 68, 143, 0.1);
	display: flex;
	align-items: center;
	font-family: inherit;
}

.feature-list-custom-home2 li:last-child {
	border-bottom: none;
}

.feature-list-custom-home2 li i {
	color: #1e5aa8;
	margin-right: 10px;
	font-size: 0.9rem;
}

/* === COMPARATIVA === */
.comparison-container-custom-home2 {
	max-width: 800px;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	overflow: hidden;
	animation: float-custom-home2 3s ease-in-out infinite;
	position: relative;
	background-color: #f5f7fa;
}

.comparison-container-custom-home2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.comparison-container-custom-home2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.9));
	z-index: 2;
}

.comparison-container-custom-home2:hover {
	animation: float-custom-home2 1.5s ease-in-out infinite;
}

.comparison-section-custom-home2 {
	padding: 30px;
	position: relative;
	z-index: 3;
}

.comparison-title-custom-home2 {
	text-align: center;
	font-size: 1.8rem;
	color: #11448f;
	margin-bottom: 10px;
	font-weight: 600;
	padding: 0;
	font-family: inherit;
}

.legend-custom-home2 {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
	padding: 0;
}

.legend-item-custom-home2 {
	display: flex;
	align-items: center;
	gap: 10px;
	background: white;
	padding: 8px 15px;
	border-radius: 30px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	font-family: inherit;
}

.legend-color-custom-home2 {
	width: 20px;
	height: 20px;
	border-radius: 4px;
}

.gradoc-color-custom-home2 {
	background: linear-gradient(135deg, #11448f, #1e5aa8);
}

.traditional-color-custom-home2 {
	background: linear-gradient(135deg, #6c757d, #495057);
}

.comparison-grid-custom-home2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	padding: 0;
	margin: 0;
}

.criteria-custom-home2 {
	font-weight: 600;
	color: #11448f;
	padding: 15px;
	display: flex;
	align-items: center;
	background-color: rgba(17, 68, 143, 0.05);
	border-radius: 8px;
	font-family: inherit;
}

.gradoc-value-custom-home2 {
	background-color: #f0f8ff;
	padding: 15px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
	border: 1px solid rgba(17, 68, 143, 0.2);
	font-family: inherit;
}

.traditional-value-custom-home2 {
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid rgba(108, 117, 125, 0.2);
	font-family: inherit;
}

.highlight-custom-home2 {
	font-weight: 600;
	color: #11448f;
}

@keyframes float-custom-home2 {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
	.features-grid-custom-home2 {
		grid-template-columns: 1fr;
	}
	.comparison-grid-custom-home2 {
		grid-template-columns: 1fr;
	}
	.criteria-custom-home2 {
		grid-column: 1 / span 3;
		margin-bottom: 5px;
		text-align: center;
		justify-content: center;
	}
	.legend-custom-home2 {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.comparison-container-custom-home2 {
		animation: float-custom-home2 4s ease-in-out infinite;
	}
}

@media (max-width: 480px) {
	.features-container-custom-home2 {
		padding: 30px 20px;
		border-radius: 10px;
	}
	.feature-card-custom-home2 {
		padding: 25px;
	}
	.feature-icon-custom-home2 {
		font-size: 2rem;
	}
	.feature-title-custom-home2 {
		font-size: 1.3rem;
	}
	.comparison-section-custom-home2 {
		padding: 20px 15px;
	}
}

/* === ESTILOS AISLADOS CON -custom-home3 (SIN VARIABLES CSS) === */
.container-custom-home3 {
	width: 100%;
	max-width: 1400px;
}

.header-custom-home3 {
	text-align: center;
	margin-bottom: 60px;
}

.header-custom-home3 h1 {
	font-size: 2.8rem;
	color: #2c3e50;
	margin-bottom: 15px;
	font-weight: 700;
}

.header-custom-home3 p {
	font-size: 1.2rem;
	color: #6c757d;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.accordion-custom-home3 {
	display: flex;
	height: 600px;
	gap: 15px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.accordion-item-custom-home3 {
	flex: 1;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0;
}

.accordion-item-custom-home3.active-custom-home3 {
	flex: 3;
}

.accordion-image-custom-home3 {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin: 0;
	padding: 0;
}

.accordion-overlay-custom-home3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(17, 68, 143, 0.85) 0%, rgba(17, 68, 143, 0.7) 100%);
	opacity: 0.7;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion-item-custom-home3.active-custom-home3 .accordion-overlay-custom-home3 {
	opacity: 0.9;
}

.accordion-content-custom-home3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	color: white;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0;
	
	
	
}

.accordion-item-custom-home3.active-custom-home3 .accordion-content-custom-home3 {
	transform: translateY(0);
	opacity: 1;
}

.accordion-icon-custom-home3 {
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 1.8rem;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	flex-shrink: 0;
}

.accordion-item-custom-home3.active-custom-home3 .accordion-icon-custom-home3 {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

.accordion-content-custom-home3 h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	font-weight: 600;
	color: #FFF;
}

.accordion-content-custom-home3 p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
	opacity: 0.9;
}

.accordion-features-custom-home3 {
	list-style: none;
	margin-bottom: 25px;
	padding: 0;
}

.accordion-features-custom-home3 li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 0.95rem;
	margin: 0;
	padding: 0;
}

.accordion-features-custom-home3 li i {
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.accordion-btn-custom-home3 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: white;
	color: #11448f;
	padding: 12px 25px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border: 2px solid white;
	margin-top: auto !important;
	margin: 0;
	box-sizing: border-box;
}

.accordion-btn-custom-home3:hover {
	background: transparent;
	color: white;
	transform: translateY(-3px);
}

.accordion-number-custom-home3 {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 1.5rem;
	font-weight: 700;
	color: white;
	opacity: 0.7;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion-item-custom-home3.active-custom-home3 .accordion-number-custom-home3 {
	opacity: 1;
	transform: scale(1.2);
}

.stats-highlight-custom-home3 {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.stat-item-custom-home3 {
	text-align: center;
	background: rgba(255, 255, 255, 0.15);
	padding: 15px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	flex: 1;
}

.stat-number-custom-home3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.stat-label-custom-home3 {
	font-size: 0.85rem;
	opacity: 0.9;
}

/* Responsive */
@media (max-width: 1024px) {
	.accordion-custom-home3 {
		height: 500px;
	}
	.header-custom-home3 h1 {
		font-size: 2.4rem;
	}
	.stats-highlight-custom-home3 {
		gap: 15px;
	}
	.stat-number-custom-home3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {
	.accordion-custom-home3 {
		flex-direction: column;
		height: auto;
		gap: 10px;
	}
	.accordion-item-custom-home3 {
		height: 70px;
		flex: 0 0 auto;
		transition: all 0.5s ease;
	}
	.accordion-item-custom-home3.active-custom-home3 {
		height: auto;
		min-height: 400px;
		flex: 0 0 auto;
	}
	.accordion-content-custom-home3 {
		padding: 20px;
		position: relative;
		overflow: visible;
		height: auto;
		min-height: 100%;
	}
	.accordion-icon-custom-home3 {
		width: 45px;
		height: 45px;
		font-size: 1.3rem;
		margin-bottom: 15px;
	}
	.accordion-content-custom-home3 h3 {
		font-size: 1.4rem;
		margin-bottom: 12px;
	}
	.accordion-content-custom-home3 p {
		font-size: 0.9rem;
		margin-bottom: 15px;
	}
	.accordion-features-custom-home3 {
		margin-bottom: 18px;
	}
	.accordion-features-custom-home3 li {
		font-size: 0.85rem;
		margin-bottom: 8px;
	}
	.header-custom-home3 h1 {
		font-size: 2rem;
	}
	.header-custom-home3 p {
		font-size: 1.1rem;
	}
	.stats-highlight-custom-home3 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-bottom: 15px;
	}
	.stat-item-custom-home3 {
		flex: 0 0 calc(33.333% - 10px);
		min-width: 90px;
		padding: 10px 6px;
	}
	.stat-number-custom-home3 {
		font-size: 1.2rem;
	}
	.stat-label-custom-home3 {
		font-size: 0.75rem;
	}
	.accordion-number-custom-home3 {
		top: 15px;
		left: 15px;
		font-size: 1.2rem;
	}
	.accordion-btn-custom-home3 {
		width: 100%;
		justify-content: center;
		padding: 12px 20px;
		font-size: 0.9rem;
		margin-top: 10px;
	}
}

@media (max-width: 480px) {
	.container-custom-home3 {
		padding: 0 10px;
	}
	.header-custom-home3 {
		margin-bottom: 40px;
	}
	.header-custom-home3 h1 {
		font-size: 1.8rem;
	}
	.header-custom-home3 p {
		font-size: 1rem;
	}
	.accordion-item-custom-home3 {
		height: 65px;
	}
	.accordion-item-custom-home3.active-custom-home3 {
		min-height: 380px;
	}
	.accordion-content-custom-home3 {
		padding: 15px;
	}
	.accordion-content-custom-home3 h3 {
		font-size: 1.3rem;
	}
	.accordion-content-custom-home3 p {
		font-size: 0.85rem;
		margin-bottom: 12px;
	}
	.accordion-icon-custom-home3 {
		width: 40px;
		height: 40px;
		font-size: 1.2rem;
		margin-bottom: 12px;
	}
	.stats-highlight-custom-home3 {
		gap: 8px;
		margin-bottom: 12px;
	}
	.stat-item-custom-home3 {
		flex: 0 0 calc(33.333% - 8px);
		padding: 8px 5px;
	}
	.stat-number-custom-home3 {
		font-size: 1.1rem;
	}
	.stat-label-custom-home3 {
		font-size: 0.7rem;
	}
	.accordion-number-custom-home3 {
		top: 12px;
		left: 12px;
		font-size: 1.1rem;
	}
	.accordion-features-custom-home3 {
		margin-bottom: 15px;
	}
	.accordion-features-custom-home3 li {
		margin-bottom: 6px;
	}
}

@media (max-width: 360px) {
	.accordion-item-custom-home3.active-custom-home3 {
		min-height: 400px;
	}
	.accordion-content-custom-home3 {
		padding: 12px;
	}
	.stats-highlight-custom-home3 {
		flex-direction: column;
		gap: 8px;
	}
	.stat-item-custom-home3 {
		flex: 1;
		width: 100%;
	}
}

/* CSS específico para el carousel de cursos de la home */
.courses-section-carousel-cursos-home,
.section-header-carousel-cursos-home h2,
.section-header-carousel-cursos-home p,
.course-title-carousel-cursos-home,
.btn-info-carousel-cursos-home {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #fff;
}

.courses-section-carousel-cursos-home {
	background-color: #ffffff;
}

.section-header-carousel-cursos-home p,
.course-title-carousel-cursos-home {
	line-height: 1.6;
}

/* ========================================
   2. BOX-SIZING
======================================== */
.courses-section-carousel-cursos-home,
.section-header-carousel-cursos-home,
.slider-container-carousel-cursos-home,
.slider-track-carousel-cursos-home,
.course-card-carousel-cursos-home,
.course-image-carousel-cursos-home,
.title-container-carousel-cursos-home,
.btn-info-carousel-cursos-home {
	box-sizing: border-box;
}

/* ========================================
   3. RESET MARGIN/PADDING
======================================== */
.courses-section-carousel-cursos-home,
.section-header-carousel-cursos-home,
.slider-container-carousel-cursos-home,
.slider-track-carousel-cursos-home,
.course-card-carousel-cursos-home,
.course-image-carousel-cursos-home,
.title-container-carousel-cursos-home {
	margin: 0;
	padding: 0;
}

/* ========================================
   ESTILOS ESPECÍFICOS
======================================== */
.courses-section-carousel-cursos-home {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
}

.section-header-carousel-cursos-home {
	text-align: center;
	margin-bottom: 30px;
}

.section-header-carousel-cursos-home h2 {
	font-size: 2.5rem;
	color: #11448f;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.section-header-carousel-cursos-home h2::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background-color: #11448f;
	border-radius: 2px;
}

.section-header-carousel-cursos-home p {
	font-size: 1.1rem;
	color: #6c757d;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 8px;
}

.slider-container-carousel-cursos-home {
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	border-radius: 12px;
	margin-top: 10px;
}

.slider-track-carousel-cursos-home {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: grab;
	touch-action: pan-x;
}

.slider-track-carousel-cursos-home:active {
	cursor: grabbing;
}

.course-card-carousel-cursos-home {
	flex: 0 0 280px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	margin: 0 10px;
	height: 320px;
	flex-shrink: 0;
}

.course-card-carousel-cursos-home:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.course-image-carousel-cursos-home {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.course-image-carousel-cursos-home img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
	filter: brightness(0.95) saturate(1.1);
}

.course-image-carousel-cursos-home::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	z-index: 3;
	pointer-events: none;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 0;
}

.course-card-carousel-cursos-home:hover .course-image-carousel-cursos-home::before {
	opacity: 1;
	border-color: rgba(255, 255, 255, 0.6);
}

.color-overlay-carousel-cursos-home {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 68, 143, 0.75);
	transition: all 1.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
	opacity: 1;
}

.course-card-carousel-cursos-home:hover .color-overlay-carousel-cursos-home {
	opacity: 0.15;
	background: rgba(17, 68, 143, 0.15);
}

.course-card-carousel-cursos-home:hover .course-image-carousel-cursos-home img {
	filter: brightness(1.05) saturate(1.2);
	transform: scale(1.03);
}

.title-container-carousel-cursos-home {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	z-index: 2;
	padding: 25px;
	text-align: center;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.course-card-carousel-cursos-home:hover .title-container-carousel-cursos-home {
	transform: translateY(-5px);
}

.course-title-carousel-cursos-home {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
	position: relative;
	padding: 12px 0;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}

.course-card-carousel-cursos-home:hover .course-title-carousel-cursos-home::before {
	content: '';
	position: absolute;
	top: 0;
	left: -25px;
	right: -25px;
	bottom: 0;
	background-color: rgba(17, 68, 143, 0.5);
	border-radius: 8px;
	backdrop-filter: blur(5px);
	z-index: -1;
}

.course-title-carousel-cursos-home::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background: #ffffff;
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.course-card-carousel-cursos-home:hover .course-title-carousel-cursos-home::after {
	width: 80px;
	background: #1a5bb5;
	transform: translateX(-50%) scaleX(1.1);
}

.btn-info-carousel-cursos-home {
	position: relative;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 10px 24px;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 0.9rem;
	overflow: hidden;
	z-index: 1;
	backdrop-filter: blur(10px);
	transform: translateY(0);
	text-decoration: none;
	display: inline-block;
}

.btn-info-carousel-cursos-home::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #ffffff;
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.btn-info-carousel-cursos-home:hover {
	color: #11448f;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	border-color: #11448f;
}

.btn-info-carousel-cursos-home:hover::before {
	left: 0;
}

.course-card-carousel-cursos-home:hover .btn-info-carousel-cursos-home {
	transform: translateY(5px);
}

.btn-info-carousel-cursos-home span {
	position: relative;
	z-index: 2;
}

.slider-indicators-carousel-cursos-home {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 20px;
}

.slider-indicator-carousel-cursos-home {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ddd;
	cursor: pointer;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-indicator-carousel-cursos-home.active {
	background-color: #11448f;
	transform: scale(1.3);
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 768px) {
	.courses-section-carousel-cursos-home {
		max-width: 1200px;
		padding: 30px 20px 15px 20px;
	}
   
	.course-card-carousel-cursos-home {
		flex: 0 0 240px;
		height: 280px;
	}
   
	.course-image-carousel-cursos-home::before {
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
	}
   
	.section-header-carousel-cursos-home {
		margin-bottom: 20px;
	}
   
	.section-header-carousel-cursos-home h2 {
		font-size: 2rem;
		margin-bottom: 8px;
	}
   
	.section-header-carousel-cursos-home h2::after {
		bottom: -6px;
	}
   
	.section-header-carousel-cursos-home p {
		font-size: 1rem;
		margin-top: 6px;
	}
   
	.course-title-carousel-cursos-home {
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
   
	.course-card-carousel-cursos-home:hover .course-title-carousel-cursos-home::before {
		left: -20px;
		right: -20px;
	}
   
	.btn-info-carousel-cursos-home {
		padding: 8px 20px;
		font-size: 0.85rem;
	}
   
	.title-container-carousel-cursos-home {
		padding: 20px;
	}
   
	.slider-container-carousel-cursos-home {
		padding: 10px 0;
		margin-top: 8px;
	}
   
	.slider-indicators-carousel-cursos-home {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.courses-section-carousel-cursos-home {
		padding: 25px 20px 10px 20px;
	}
   
	.course-card-carousel-cursos-home {
		flex: 0 0 220px;
		height: 260px;
	}
   
	.course-image-carousel-cursos-home::before {
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px;
	}
   
	.section-header-carousel-cursos-home {
		margin-bottom: 15px;
	}
   
	.section-header-carousel-cursos-home h2 {
		font-size: 1.8rem;
		margin-bottom: 6px;
	}
   
	.section-header-carousel-cursos-home p {
		font-size: 0.9rem;
		margin-top: 4px;
	}
   
	.title-container-carousel-cursos-home {
		padding: 15px;
	}
   
	.course-title-carousel-cursos-home {
		font-size: 1rem;
		margin-bottom: 12px;
	}
   
	.course-card-carousel-cursos-home:hover .course-title-carousel-cursos-home::before {
		left: -15px;
		right: -15px;
	}
   
	.btn-info-carousel-cursos-home {
		padding: 6px 16px;
		font-size: 0.8rem;
	}
   
	.slider-track-carousel-cursos-home {
		padding: 0 10px;
	}
   
	.slider-container-carousel-cursos-home {
		padding: 8px 0;
		margin-top: 6px;
	}
   
	.slider-indicators-carousel-cursos-home {
		margin-top: 12px;
	}
}

@media (min-width: 1200px) {
	.courses-section-carousel-cursos-home {
		max-width: 1400px;
	}
   
	.course-card-carousel-cursos-home {
		flex: 0 0 280px;
	}
   
	.course-title-carousel-cursos-home {
		font-size: 1.3rem;
	}
}

.slider-container-carousel-cursos-home {
	-webkit-overflow-scrolling: touch;
}

.slider-track-carousel-cursos-home {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

/* ESTA PARTE CORRESPONDE A LA SECCIÓN DE NOSOTROS */

/* ========================================
   1. TIPOGRAFÍA (aplicada solo donde hay texto)
======================================== */
.content-container-nosotros-futuro,
.quality-content-nosotros-futuro h2,
.quality-content-nosotros-futuro p,
.point-content-nosotros-futuro h3,
.point-content-nosotros-futuro p,
.floating-stat-number-nosotros-futuro,
.floating-stat-label-nosotros-futuro {
	font-family: 'Poppins', sans-serif;
}

/* ========================================
   2. BOX-SIZING (solo elementos con dimensiones)
======================================== */
.content-container-nosotros-futuro,
.animated-section-nosotros-futuro,
.floating-stat-nosotros-futuro,
.info-section-nosotros-futuro,
.point-icon-nosotros-futuro,
.quality-content-nosotros-futuro {
	box-sizing: border-box;
}

/* ========================================
   3. RESET MARGIN/PADDING (solo contenedores)
======================================== */
.content-container-nosotros-futuro,
.animated-section-nosotros-futuro,
.floating-stats-nosotros-futuro,
.info-section-nosotros-futuro,
.quality-points-nosotros-futuro,
.point-nosotros-futuro,
.point-content-nosotros-futuro {
	margin: 0;
	padding: 0;
}

/* ========================================
   4. ESTILOS ESPECÍFICOS
======================================== */
.content-container-nosotros-futuro {
	display: flex;
	width: 100%;
	max-width: 1200px;
	align-items: center;
	position: relative;
	background: #ffffff;
	justify-content: center;
	padding: 40px 20px;
	margin: 0 auto;
}

.animated-section-nosotros-futuro {
	position: relative;
	width: 420px;
	height: 500px;
	flex-shrink: 0;
	overflow: hidden;
	animation: wave 12s ease-in-out infinite;
	z-index: 2;
	margin-right: -40px;
}

@keyframes wave {
	0%, 100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}
}

.animated-section-nosotros-futuro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #11448f;
	opacity: 0.7;
	z-index: 1;
}

.animated-section-nosotros-futuro img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.floating-stats-nosotros-futuro {
	position: absolute;
	top: 50%;
	right: -80px;
	transform: translateY(-50%);
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.floating-stat-nosotros-futuro {
	background: rgba(255, 255, 255, 0.95);
	padding: 20px 15px;
	border-radius: 15px;
	box-shadow: 0 12px 30px rgba(17, 68, 143, 0.25);
	text-align: center;
	min-width: 110px;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
	position: relative;
}

.floating-stat-nosotros-futuro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(17, 68, 143, 0.1), rgba(26, 91, 184, 0.05));
	border-radius: 15px;
	z-index: -1;
}

.floating-stat-nosotros-futuro:hover {
	transform: translateY(-8px) scale(1.05);
	box-shadow: 0 20px 40px rgba(17, 68, 143, 0.35);
}

.floating-stat-number-nosotros-futuro {
	font-size: 28px;
	font-weight: 700;
	color: #11448f;
	margin-bottom: 8px;
	display: block;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.floating-stat-label-nosotros-futuro {
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	display: block;
}

.info-section-nosotros-futuro {
	flex: 1;
	background: #fff;
	padding: 50px 50px 50px 70px;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.quality-content-nosotros-futuro {
	width: 100%;
}

.quality-content-nosotros-futuro h2 {
	color: #333;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 12px;
}

.quality-content-nosotros-futuro h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(to right, #11448f, #1a5bb8);
}

.quality-content-nosotros-futuro > p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.quality-points-nosotros-futuro {
	margin-top: 30px;
}

.point-nosotros-futuro {
	display: flex;
	margin-bottom: 25px;
	align-items: flex-start;
}

.point-icon-nosotros-futuro {
	width: 45px;
	height: 45px;
	background: linear-gradient(135deg, #11448f, #1a5bb8);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 18px;
	flex-shrink: 0;
	color: white;
	font-size: 18px;
	box-shadow: 0 5px 15px rgba(17, 68, 143, 0.3);
	transition: transform 0.3s ease;
}

.point-nosotros-futuro:hover .point-icon-nosotros-futuro {
	transform: scale(1.1);
}

.point-content-nosotros-futuro h3 {
	color: #444;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 6px;
}

.point-content-nosotros-futuro p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 1100px) {
	.content-container-nosotros-futuro {
		max-width: 900px;
	}
   
	.animated-section-nosotros-futuro {
		width: 380px;
		height: 480px;
	}
   
	.info-section-nosotros-futuro {
		padding: 45px 45px 45px 65px;
	}
   
	.floating-stats-nosotros-futuro {
		right: -60px;
	}
}

@media (max-width: 992px) {
	.content-container-nosotros-futuro {
		flex-direction: column;
		text-align: center;
		gap: 0;
	}
   
	.animated-section-nosotros-futuro {
		width: 400px;
		height: 400px;
		animation: none;
		border-radius: 20px;
		margin-right: 0;
		margin-bottom: -40px;
	}
   
	.info-section-nosotros-futuro {
		width: 100%;
		padding: 60px 40px 40px;
		min-height: auto;
	}
   
	.quality-content-nosotros-futuro h2::after {
		left: 50%;
		transform: translateX(-50%);
	}
   
	.floating-stats-nosotros-futuro {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		margin-top: 30px;
		margin-bottom: -10px;
	}
   
	.floating-stat-nosotros-futuro {
		min-width: 100px;
		padding: 15px 12px;
	}
   
	.floating-stat-number-nosotros-futuro {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.content-container-nosotros-futuro {
		padding: 20px 15px;
	}
   
	.animated-section-nosotros-futuro {
		width: 100%;
		max-width: 350px;
		height: 350px;
		margin-bottom: -30px;
	}
   
	.info-section-nosotros-futuro {
		padding: 50px 25px 30px;
	}
   
	.quality-content-nosotros-futuro h2 {
		font-size: 26px;
	}
   
	.point-nosotros-futuro {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
   
	.point-icon-nosotros-futuro {
		margin-bottom: 12px;
		margin-right: 0;
	}
   
	.floating-stats-nosotros-futuro {
		gap: 10px;
		margin-top: 25px;
	}
   
	.floating-stat-nosotros-futuro {
		min-width: 85px;
		padding: 12px 10px;
	}
   
	.floating-stat-number-nosotros-futuro {
		font-size: 22px;
	}
   
	.floating-stat-label-nosotros-futuro {
		font-size: 11px;
	}
}

@media (max-width: 400px) {
	.floating-stat-nosotros-futuro {
		min-width: calc(50% - 10px);
	}
}


/* Reset y propiedades base aplicadas específicamente */
.body-custom-ediciones {
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', system-ui, sans-serif;
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	min-height: 100vh;
	padding: 10px;
}

/* Box-sizing aplicado solo a elementos que lo necesitan */
.container-custom-ediciones,
.modal-content-custom-ediciones,
.btn-custom-ediciones,
.convocatoria-item-custom-ediciones,
.form-group-custom-ediciones input,
.tabs-custom-ediciones,
.tab-custom-ediciones,
.convocatorias-list-custom-ediciones,
.convocatoria-info-custom-ediciones,
.convocatoria-header-custom-ediciones,
.convocatoria-detalles-custom-ediciones,
.convocatoria-detalle-custom-ediciones,
.convocatoria-acciones-custom-ediciones,
.badge-custom-ediciones,
.convocatorias-extra-custom-ediciones,
.btn-contenedor-custom-ediciones,
.modal-header-custom-ediciones,
.form-grid-compact-custom-ediciones,
.form-row-custom-ediciones,
.checkbox-group-custom-ediciones,
.info-fechas-custom-ediciones,
.tooltip-header-custom-ediciones,
.tooltip-grid-custom-ediciones,
.tooltip-section-custom-ediciones,
.tooltip-detail-custom-ediciones,
.pasos-reserva-custom-ediciones,
.paso-custom-ediciones,
.contenido-paso-custom-ediciones,
.form-grid-custom-ediciones,
.form-group-checkbox-custom-ediciones,
.modal-actions-custom-ediciones,
.reserva-info-custom-ediciones,
.importe-reserva-custom-ediciones,
.clausulas-reserva-custom-ediciones,
.info-continuar-custom-ediciones {
	box-sizing: border-box;
}

/* Font-family heredado del body */
.container-custom-ediciones,
.modal-content-custom-ediciones,
.btn-custom-ediciones,
.convocatoria-nombre-custom-ediciones,
.convocatoria-detalle-custom-ediciones span,
.badge-custom-ediciones,
.modal-title-custom-ediciones,
.modal-subtitle-custom-ediciones,
.form-group-custom-ediciones label,
.form-group-custom-ediciones input,
.checkbox-group-custom-ediciones label,
.tooltip-title-custom-ediciones,
.tooltip-subtitle-custom-ediciones,
.tooltip-section-title-custom-ediciones,
.tooltip-detail-custom-ediciones,
.texto-paso-custom-ediciones,
.form-group-checkbox-custom-ediciones label,
.reserva-info-custom-ediciones,
.importe-reserva-custom-ediciones .cantidad-custom-ediciones,
.importe-reserva-custom-ediciones .texto-custom-ediciones,
.clausulas-reserva-custom-ediciones {
	font-family: inherit;
}

/* Margin y padding reset aplicado específicamente */
.container-custom-ediciones,
.tabs-custom-ediciones,
.tab-custom-ediciones,
.content-custom-ediciones,
.convocatorias-list-custom-ediciones,
.convocatoria-item-custom-ediciones,
.convocatoria-info-custom-ediciones,
.convocatoria-header-custom-ediciones,
.convocatoria-detalles-custom-ediciones,
.convocatoria-detalle-custom-ediciones,
.convocatoria-acciones-custom-ediciones,
.modal-header-custom-ediciones,
.form-grid-compact-custom-ediciones,
.form-row-custom-ediciones,
.checkbox-group-custom-ediciones,
.tooltip-header-custom-ediciones,
.tooltip-grid-custom-ediciones,
.tooltip-section-custom-ediciones,
.pasos-reserva-custom-ediciones,
.contenido-paso-custom-ediciones,
.form-grid-custom-ediciones,
.form-group-checkbox-custom-ediciones,
.modal-actions-custom-ediciones {
	margin: 0;
	padding: 0;
}

.container-custom-ediciones {
	max-width: 1200px;
	width: 100%;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.tabs-custom-ediciones {
	display: flex;
	background-color: #f1f5f9;
	border-bottom: 1px solid #e2e8f0;
	position: relative;
	align-items: center;
	padding: 0 16px;
}

.tab-custom-ediciones {
	flex: 0 0 auto;
	text-align: center;
	padding: 12px 16px;
	cursor: pointer;
	font-weight: 600;
	font-size: 1.6rem;
	color: #64748b;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

.tab-custom-ediciones.active-custom-ediciones {
	color: #11448f;
}

.tab-slider-custom-ediciones {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #11448f;
	transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
	z-index: 2;
}

.fechas-info-custom-ediciones {
	font-size: 1rem;
	color: #11448f;
	padding: 0;
	margin-left: 20px;
	text-align: left;
	line-height: 1.2;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	background: none;
	border: none;
	flex: 1;
	max-width: 600px;
}

.fechas-info-custom-ediciones strong {
	font-weight: 700;
}

.content-custom-ediciones {
	padding: 0;
	position: relative;
}

.tab-content-custom-ediciones {
	display: none;
}

.tab-content-custom-ediciones.active-custom-ediciones {
	display: block;
}

.convocatorias-list-custom-ediciones {
	display: flex;
	flex-direction: column;
}

.convocatoria-item-custom-ediciones {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-bottom: 1px solid #f1f5f9;
	transition: all 0.3s ease;
	min-height: 50px;
}

.convocatoria-item-custom-ediciones:hover {
	background-color: #f8fafc;
}

.convocatoria-item-custom-ediciones:last-child {
	border-bottom: none;
}

.convocatoria-info-custom-ediciones {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	gap: 20px;
}

.convocatoria-header-custom-ediciones {
	display: flex;
	align-items: center;
	min-width: 140px;
	gap: 20px;
}

.convocatoria-nombre-custom-ediciones {
	font-weight: 600;
	color: #1e293b;
	font-size: 1.1rem;
	white-space: nowrap;
}

.convocatoria-detalles-custom-ediciones {
	display: flex;
	gap: 20px;
	font-size: 1rem;
	color: #64748b;
	align-items: center;
	flex: 1;
	justify-content: flex-start;
}

.convocatoria-detalle-custom-ediciones {
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.convocatoria-detalle-custom-ediciones i {
	font-size: 0.7rem;
	color: #11448f;
	flex-shrink: 0;
}

.convocatoria-acciones-custom-ediciones {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-left: 0;
	flex-shrink: 0;
}

.btn-custom-ediciones {
	padding: 6px 12px;
	border: none;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-align: center;
	min-width: 100px;
}

.btn-custom-ediciones::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	transition: width 0.3s ease;
	z-index: 1;
}

.btn-custom-ediciones:hover::before {
	width: 100%;
}

.btn-reservar-custom-ediciones {
	background-color: #11448f;
	color: white;
}

.btn-reservar-custom-ediciones:hover {
	background-color: #0d356e;
}

.btn-info-custom-ediciones {
	background-color: #64748b;
	color: white;
}

.btn-info-custom-ediciones:hover {
	background-color: #475569;
}

.btn-ver-fechas-custom-ediciones {
	background-color: #11448f;
	color: white;
	padding: 6px 10px;
	font-size: 0.8rem;
	font-weight: 600;
	width: 100%;
}

.btn-ver-fechas-custom-ediciones:hover {
	background-color: #0d356e;
}

.btn-desplegar-custom-ediciones {
	background-color: #f1f5f9;
	color: #334155;
	border: 1px solid #e2e8f0;
	padding: 6px 12px;
	font-size: 0.75rem;
	width: auto;
	min-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 6px;
}

.btn-desplegar-custom-ediciones:hover {
	background-color: #e2e8f0;
}

.badge-custom-ediciones {
	background-color: #eff6ff;
	color: #11448f;
	padding: 3px 8px;
	border-radius: 6px;
	font-size: 0.7rem;
	font-weight: 600;
	white-space: nowrap;
	flex-shrink: 0;
}

.badge-custom-ediciones.urgencia-custom-ediciones {
	background-color: #fef3c7;
	color: #d97706;
}

.badge-custom-ediciones.completo-custom-ediciones {
	background-color: #ca0000;
	color: #ffffff;
}

.convocatorias-extra-custom-ediciones {
	display: none;
}

.convocatorias-extra-custom-ediciones.mostrar-custom-ediciones {
	display: block;
}

.btn-contenedor-custom-ediciones {
	display: flex;
	justify-content: center;
	padding: 10px;
}

/* Modal de Consulta de Fechas */
.modal-custom-ediciones {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.modal-content-custom-ediciones {
	background-color: white;
	padding: 16px;
	border-radius: 8px;
	width: 90%;
	max-width: 440px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.15);
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.3s ease;
	max-height: 85vh;
	overflow-y: auto;
}

.modal-small-custom-ediciones .modal-content-custom-ediciones {
	max-width: 420px;
}

.modal-custom-ediciones.show-custom-ediciones .modal-content-custom-ediciones {
	transform: scale(1);
	opacity: 1;
}

.modal-header-custom-ediciones {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e8f0;
}

.modal-title-custom-ediciones {
	font-size: 1.1rem;
	font-weight: 600;
	color: #11448f;
	margin-bottom: 4px;
}

.modal-subtitle-custom-ediciones {
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.3;
	margin-top: 4px;
}

.modal-subtitle-custom-ediciones.minimalista-custom-ediciones {
	font-size: 0.7rem;
	color: #64748b;
	line-height: 1.2;
}

.close-modal-custom-ediciones {
	background: transparent !important;
	border: none;
	font-size: 1.8rem !important;
	cursor: pointer;
	color: #11448f !important;
	transition: color 0.3s ease;
	margin-top: -20px !important;
}

.close-modal-custom-ediciones:hover {
	color: #334155;
}

.form-grid-compact-custom-ediciones {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 8px;
}

.form-group-custom-ediciones {
	margin-bottom: 0;
}

.form-group-custom-ediciones.full-width-custom-ediciones {
	grid-column: 1 / -1;
}

.form-group-custom-ediciones label {
	display: block;
	margin-bottom: 3px;
	font-weight: 500;
	color: #334155;
	font-size: 0.8rem;
}

.form-group-custom-ediciones input {
	width: 100%;
	padding: 6px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 0.8rem;
	transition: all 0.3s ease;
}

.form-group-custom-ediciones input:focus {
	border-color: #11448f;
	box-shadow: 0 0 0 2px rgba(17, 68, 143, 0.1);
	outline: none;
}

.form-row-custom-ediciones {
	display: grid;
	grid-template-columns: 40% 60%;
	gap: 10px;
	margin-top: 10px;
}

.checkbox-group-custom-ediciones {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-top: 12px;
	grid-column: 1 / -1;
}

.checkbox-group-custom-ediciones input {
	margin-top: 2px;
	flex-shrink: 0;
}

.checkbox-group-custom-ediciones label {
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.3;
}

.checkbox-group-custom-ediciones a {
	color: #11448f;
	text-decoration: none;
}

.checkbox-group-custom-ediciones a:hover {
	text-decoration: underline;
}

.info-fechas-custom-ediciones {
	display: none;
}

.info-fechas-custom-ediciones.mostrar-custom-ediciones {
	display: block;
}

.tooltip-header-custom-ediciones {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 12px;
}

.tooltip-title-custom-ediciones {
	font-weight: 600;
	color: #11448f;
	font-size: 1rem;
	margin-bottom: 4px;
}

.tooltip-subtitle-custom-ediciones {
	font-size: 0.85rem;
	color: #64748b;
}

.tooltip-badge-custom-ediciones {
	background-color: #eff6ff;
	color: #11448f;
	padding: 3px 6px;
	border-radius: 4px;
	font-size: 0.7rem;
	font-weight: 600;
	white-space: nowrap;
}

.tooltip-grid-custom-ediciones {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.tooltip-section-custom-ediciones {
	margin-bottom: 10px;
}

.tooltip-section-title-custom-ediciones {
	font-weight: 600;
	color: #334155;
	font-size: 0.8rem;
	margin-bottom: 4px;
}

.tooltip-detail-custom-ediciones {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.75rem;
	color: #64748b;
	margin-bottom: 2px;
}

.tooltip-detail-custom-ediciones i {
	color: #11448f;
	font-size: 0.65rem;
	width: 10px;
	text-align: center;
}

.btn-reservar-modal-custom-ediciones {
	background-color: #11448f;
	color: white;
	width: 100%;
	padding: 10px;
	margin-top: 16px;
	font-size: 0.85rem;
	font-weight: 600;
}

.btn-reservar-modal-custom-ediciones:hover {
	background-color: #0d356e;
}

/* Modal de Reserva Completa */
.pasos-reserva-custom-ediciones {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
	position: relative;
	gap: 80px;
}

.pasos-reserva-custom-ediciones::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #e2e8f0;
	z-index: 1;
}

.paso-custom-ediciones {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
}

.numero-paso-custom-ediciones {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #f8fafc;
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin-bottom: 4px;
	transition: all 0.3s ease;
	border: 2px solid #e2e8f0;
}

.paso-custom-ediciones.activo-custom-ediciones .numero-paso-custom-ediciones {
	background-color: #11448f;
	color: white;
	border-color: #11448f;
}

.paso-custom-ediciones.completado-custom-ediciones .numero-paso-custom-ediciones {
	background-color: #f8fafc;
	color: #94a3b8;
	border-color: #cbd5e1;
}

.texto-paso-custom-ediciones {
	font-size: 0.7rem;
	color: #64748b;
	text-align: center;
}

.paso-custom-ediciones.activo-custom-ediciones .texto-paso-custom-ediciones {
	color: #11448f;
	font-weight: 600;
}

.contenido-paso-custom-ediciones {
	display: none;
}

.contenido-paso-custom-ediciones.activo-custom-ediciones {
	display: block;
}

.form-grid-custom-ediciones {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 16px;
}

.form-group-checkbox-custom-ediciones {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-bottom: 12px;
}

.form-group-checkbox-custom-ediciones input {
	margin-top: 2px;
	flex-shrink: 0;
}

.form-group-checkbox-custom-ediciones label {
	font-size: 0.8rem;
	color: #64748b;
	line-height: 1.3;
}

.modal-actions-custom-ediciones {
	display: flex;
	gap: 10px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e2e8f0;
}

.modal-actions-custom-ediciones .btn-custom-ediciones {
	flex: 1;
	min-width: 0;
}

.btn-siguiente-custom-ediciones {
	background-color: #11448f;
	color: white;
}

.btn-siguiente-custom-ediciones:hover {
	background-color: #0d356e;
}

.btn-anterior-custom-ediciones {
	background-color: #64748b;
	color: white;
}

.btn-anterior-custom-ediciones:hover {
	background-color: #475569;
}

.btn-confirmar-custom-ediciones {
	background-color: #11448f;
	color: white;
}

.btn-confirmar-custom-ediciones:hover {
	background-color: #0d356e;
}

.reserva-info-custom-ediciones {
	background-color: #f8fafc;
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 16px;
	font-size: 0.8rem;
	border-left: 3px solid #11448f;
	line-height: 1.3;
}

.importe-reserva-custom-ediciones {
	background-color: #eff6ff;
	padding: 12px;
	border-radius: 6px;
	margin: 16px 0;
	text-align: center;
	border: 1px solid #11448f;
}

.importe-reserva-custom-ediciones .cantidad-custom-ediciones {
	font-size: 1.3rem;
	font-weight: 700;
	color: #11448f;
}

.importe-reserva-custom-ediciones .texto-custom-ediciones {
	font-size: 0.85rem;
	color: #64748b;
	margin-top: 3px;
}

.clausulas-reserva-custom-ediciones {
	background-color: #f8fafc;
	padding: 12px;
	border-radius: 6px;
	margin: 16px 0;
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.4;
}

.clausulas-reserva-custom-ediciones ul {
	padding-left: 18px;
	margin: 8px 0;
}

.clausulas-reserva-custom-ediciones li {
	margin-bottom: 4px;
}

.info-continuar-custom-ediciones {
	background-color: #eff6ff;
	padding: 8px 12px;
	border-radius: 4px;
	margin-bottom: 12px;
	font-size: 0.75rem;
	color: #11448f;
	border-left: 2px solid #11448f;
	line-height: 1.3;
}

/* Modal de confirmación */
.modal-confirmacion-custom-ediciones {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1001;
	justify-content: center;
	align-items: center;
}

.modal-confirmacion-custom-ediciones .modal-content-custom-ediciones {
	max-width: 360px;
}

.modal-confirmacion-custom-ediciones .modal-actions-custom-ediciones {
	justify-content: center;
	border-top: none;
	padding-top: 0;
}

.btn-cancelar-custom-ediciones {
	background-color: #64748b;
	color: white;
}

.btn-cancelar-custom-ediciones:hover {
	background-color: #475569;
}

.btn-aceptar-custom-ediciones {
	background-color: #ef4444;
	color: white;
}

.btn-aceptar-custom-ediciones:hover {
	background-color: #dc2626;
}

/*
.container-custom-ediciones { 
	width: fit-content; 
	max-width: 100%; 
}
*/

.close-modal-custom-ediciones { 
	background: transparent !important;  
	font-size: 1.8rem !important;  
	color: #11448f !important; 
	position: absolute !important;
	top: -20px !important;
	right: 14px !important;
	margin: 0 !important;
	padding: 4px !important;
	width: auto !important;
	height: auto !important;
}

.modal-header-custom-ediciones {
	position: relative !important;
}

.close-modal-custom-ediciones { 
	background: transparent !important;  
	font-size: 1.8rem !important;  
	color: #11448f !important; 
	position: absolute !important;
	top: -20px !important;
	right: -12px !important;
	margin: 0 !important;
	padding: 6px !important;
}

.modal-content-custom-ediciones {
	position: relative !important;
	overflow: visible !important;
}

/* ===== RESPONSIVE MEJORADO ===== */

/* Tablets grandes */
@media (max-width: 1024px) {
	.container-custom-ediciones {
		margin: 0 15px;
	}
	
	.convocatoria-item-custom-ediciones {
		padding: 10px 14px;
	}
	
	.convocatoria-detalles-custom-ediciones {
		gap: 16px;
	}
	
	.fechas-info-custom-ediciones {
		font-size: 0.65rem;
		max-width: 350px;
	}
}

/* Tablets medianas */
@media (max-width: 900px) {
	.convocatoria-item-custom-ediciones {
		padding: 10px 12px;
	}
	
	.convocatoria-detalles-custom-ediciones {
		gap: 14px;
	}
	
	.btn-custom-ediciones {
		min-width: 90px;
		padding: 5px 8px;
		font-size: 0.75rem;
	}
	
	.btn-desplegar-custom-ediciones {
		min-width: 110px;
		padding: 5px 10px;
	}
	
	.fechas-info-custom-ediciones {
		max-width: 300px;
	}
}

/* Tablets pequeñas */
@media (max-width: 768px) {
	.body-custom-ediciones {
		padding: 8px;
	}
	
	.container-custom-ediciones {
		margin: 0;
		border-radius: 6px;
	}
	
	.tabs-custom-ediciones {
		padding: 0 10px;
		flex-wrap: wrap;
	}
	
	.tab-custom-ediciones {
		padding: 10px 14px;
		font-size: 1rem;
	}
	
	.fechas-info-custom-ediciones {
		margin: 8px 0;
		font-size: 0.85rem;
		order: 2;
		flex: 0 0 100%;
		white-space: normal;
		line-height: 1.2;
		padding: 0;
		max-width: 100%;
	}
	
	.convocatoria-item-custom-ediciones {
		padding: 8px;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		min-height: auto;
	}
	
	.convocatoria-info-custom-ediciones {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 8px;
	}
	
	.convocatoria-header-custom-ediciones {
		min-width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 0;
		gap: 8px;
	}
	
	.convocatoria-nombre-custom-ediciones {
		min-width: 0;
		font-size: 0.85rem;
		flex: 1;
	}
	
	.convocatoria-detalles-custom-ediciones {
		min-width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin: 0 0 6px 0;
	}
	
	.convocatoria-detalle-custom-ediciones {
		flex: 1;
		justify-content: flex-start;
	}
	
	.convocatoria-acciones-custom-ediciones {
		min-width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		margin-left: 0;
		margin-top: 6px;
		gap: 8px;
	}
	
	.btn-custom-ediciones {
		flex: 1;
		min-width: 100px;
		max-width: 120px;
		padding: 6px 8px;
		font-size: 0.75rem;
	}
	
	.btn-desplegar-custom-ediciones {
		min-width: 100px;
		padding: 6px 10px;
		font-size: 0.7rem;
	}
	
	.modal-content-custom-ediciones {
		padding: 14px;
		margin: 8px;
		width: calc(100% - 16px);
	}
	
	.modal-actions-custom-ediciones {
		flex-direction: column;
	}
	
	.form-grid-compact-custom-ediciones {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	
	.form-row-custom-ediciones {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 8px;
	}
}

/* Móviles grandes */
@media (max-width: 640px) {
	.convocatoria-item-custom-ediciones {
		padding: 6px;
	}
	
	.convocatoria-header-custom-ediciones {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 6px;
		align-items: center;
		width: 100%;
	}
	
	.convocatoria-nombre-custom-ediciones {
		font-size: 0.8rem;
	}
	
	.convocatoria-detalles-custom-ediciones {
		grid-template-columns: 1fr 1fr;
		gap: 6px;
		width: 100%;
		margin: 0;
	}
	
	.convocatoria-acciones-custom-ediciones {
		flex-direction: row;
		gap: 6px;
		width: 100%;
	}
	
	.btn-custom-ediciones {
		min-width: 0;
		max-width: 50%;
		flex: 1;
		padding: 6px 5px;
		font-size: 0.7rem;
	}
	
	.tooltip-grid-custom-ediciones {
		grid-template-columns: 1fr;
	}
	
	.modal-content-custom-ediciones {
		padding: 12px;
		margin: 4px;
		width: calc(100% - 8px);
	}
	
	.form-grid-custom-ediciones {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

/* Móviles pequeños */
@media (max-width: 480px) {
	.body-custom-ediciones {
		padding: 5px;
	}
	
	.container-custom-ediciones {
		border-radius: 6px;
	}
	
	.tab-custom-ediciones {
		padding: 8px 10px;
		font-size: 1rem;
	}
	
	.fechas-info-custom-ediciones {
		padding: 0;
		font-size: 0.8rem;
	}
	
	.convocatoria-item-custom-ediciones {
		padding: 5px;
	}
	
	.convocatoria-nombre-custom-ediciones {
		font-size: 0.9rem;
	}
	
	.convocatoria-detalle-custom-ediciones span {
		font-size: 0.85rem;
	}
	
	.badge-custom-ediciones {
		font-size: 0.75rem;
		padding: 2px 6px;
	}
	
	.btn-custom-ediciones {
		font-size: 0.7rem;
		padding: 5px 4px;
	}
	
	.btn-desplegar-custom-ediciones {
		min-width: 100px;
		padding: 5px 8px;
		font-size: 0.75rem;
	}
	
	.modal-content-custom-ediciones {
		padding: 10px;
	}
}

/* Móviles muy pequeños */
@media (max-width: 360px) {
	.convocatoria-detalles-custom-ediciones {
		grid-template-columns: 1fr;
		gap: 5px;
	}
	
	.convocatoria-acciones-custom-ediciones {
		flex-direction: column;
		gap: 5px;
	}
	
	.btn-custom-ediciones {
		max-width: 100%;
		width: 100%;
	}
}


/* BOTÓN STICKY DE LAS EDICIONES */
/* Box-sizing aplicado solo a elementos que lo necesitan */
.button-container-custom-desplegable-ediciones,
.main-button-custom-desplegable-ediciones,
.dropdown-content-custom-desplegable-ediciones,
.simple-content-custom-desplegable-ediciones,
.info-grid-custom-desplegable-ediciones,
.info-item-custom-desplegable-ediciones {
	box-sizing: border-box;
}

/* Font-family heredado del body */
.main-button-custom-desplegable-ediciones,
.button-text-custom-desplegable-ediciones,
.content-text-custom-desplegable-ediciones,
.content-title-custom-desplegable-ediciones,
.info-item-custom-desplegable-ediciones,
.info-label-custom-desplegable-ediciones {
	font-family: 'Segoe UI', system-ui, sans-serif;
}

/* Margin y padding reset aplicado específicamente */
.button-container-custom-desplegable-ediciones,
.main-button-custom-desplegable-ediciones,
.dropdown-content-custom-desplegable-ediciones,
.simple-content-custom-desplegable-ediciones,
.content-text-custom-desplegable-ediciones,
.content-title-custom-desplegable-ediciones,
.info-grid-custom-desplegable-ediciones,
.info-item-custom-desplegable-ediciones {
	margin: 0;
	padding: 0;
}

.button-container-custom-desplegable-ediciones {
	position: fixed;
	bottom: 105px;
	left: 20px;
	z-index: 1000;
	width: fit-content;
}

.main-button-custom-desplegable-ediciones {
	background-color: white;
	color: #11448f;
	border: 2px solid #11448f;
	border-radius: 50px;
	padding: 8px 16px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: visible;
	gap: 6px;
	transition: all 0.3s ease;
}

.main-button-custom-desplegable-ediciones::after {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 54px;
	animation: pulse-border-custom-desplegable-ediciones 2s infinite;
	z-index: -1;
}

@keyframes pulse-border-custom-desplegable-ediciones {
	0% {
		box-shadow: 0 0 0 0 rgba(17, 68, 143, 0.6);
		opacity: 1;
	}
	70% {
		box-shadow: 0 0 0 8px rgba(17, 68, 143, 0);
		opacity: 0.7;
	}
	100% {
		box-shadow: 0 0 0 0 rgba(17, 68, 143, 0);
		opacity: 1;
	}
}

.main-button-custom-desplegable-ediciones:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(17, 68, 143, 0.3);
	/* Quitamos el cambio de fondo y color de texto */
}

.button-icon-custom-desplegable-ediciones {
	font-size: 0.9rem;
	color: #11448f;
}

.button-text-custom-desplegable-ediciones {
	color: #11448f;
	font-size: 0.85rem;
}

.pulse-indicator-custom-desplegable-ediciones {
	width: 6px;
	height: 6px;
	background-color: #11448f;
	border-radius: 50%;
	animation: pulse-dot-custom-desplegable-ediciones 2s infinite;
}

@keyframes pulse-dot-custom-desplegable-ediciones {
	0% {
		box-shadow: 0 0 0 0 rgba(17, 68, 143, 0.8);
	}
	70% {
		box-shadow: 0 0 0 6px rgba(17, 68, 143, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(17, 68, 143, 0);
	}
}

.dropdown-content-custom-desplegable-ediciones {
	display: none;
	position: fixed;
	bottom: 160px;
	left: 20px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	overflow: hidden;
	max-height: 85vh;
	overflow-y: auto;
	padding: 20px;
	min-width: 400px;
	max-width: 90vw;
	border: 1px solid #e5e7eb;
}

/* CONTENIDO COMPACTO Y NÍTIDO */
.simple-content-custom-desplegable-ediciones {
	width: 100%;
}

.content-text-custom-desplegable-ediciones {
	font-size: 0.95rem;
	color: #1f2937;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 12px;
	font-weight: 400;
}

.content-text-custom-desplegable-ediciones:last-child {
	margin-bottom: 0;
}

.highlight-custom-desplegable-ediciones {
	color: #11448f;
	font-weight: 600;
	background: rgba(17, 68, 143, 0.1);
	padding: 1px 4px;
	border-radius: 3px;
}

.content-title-custom-desplegable-ediciones {
	font-size: 1.1rem;
	color: #11448f;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #11448f;
}

.info-grid-custom-desplegable-ediciones {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 15px;
}

.info-item-custom-desplegable-ediciones {
	font-size: 0.9rem;
	color: #374151;
	line-height: 1.3;
}

.info-label-custom-desplegable-ediciones {
	font-weight: 600;
	color: #11448f;
	display: block;
	margin-bottom: 2px;
}

/* EFECTO GLASS SOLO EN ESCRITORIO */
@media (min-width: 769px) {
	.dropdown-content-custom-desplegable-ediciones {
		background: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		border: 1px solid rgba(255, 255, 255, 0.2);
	}
}

/* RESPONSIVE PARA MÓVILES - CONTENIDO SIEMPRE NÍTIDO */
@media (max-width: 768px) {
	.button-container-custom-desplegable-ediciones {
		bottom: 145px;
		left: 15px;
	}
	
	.main-button-custom-desplegable-ediciones {
		padding: 6px 14px;
		font-size: 0.65rem;
		gap: 5px;
	}
	
	.dropdown-content-custom-desplegable-ediciones {
		bottom: 115px;
		left: 15px;
		right: 15px;
		min-width: auto;
		width: calc(100vw - 30px);
		padding: 18px;
		background: #ffffff;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border: 1px solid #e5e7eb;
	}

	.info-grid-custom-desplegable-ediciones {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media (max-width: 480px) {
	.button-container-custom-desplegable-ediciones {
		bottom: 145px;
		left: 10px;
	}
	
	.main-button-custom-desplegable-ediciones {
		padding: 5px 12px;
		font-size: 0.65rem;
		gap: 4px;
	}
	
	.dropdown-content-custom-desplegable-ediciones {
		bottom: 100px;
		left: 10px;
		right: 10px;
		width: calc(100vw - 20px);
		padding: 15px;
		background: #ffffff;
	}
	
	.content-text-custom-desplegable-ediciones {
		font-size: 0.9rem;
	}

	.content-title-custom-desplegable-ediciones {
		font-size: 1rem;
	}
}

/* Para dispositivos que no soportan backdrop-filter */
@supports not (backdrop-filter: blur(10px)) {
	.dropdown-content-custom-desplegable-ediciones {
		background: #ffffff;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
}

.btn-outline-tienda {
  --bs-btn-color: #11448f;
  --bs-btn-border-color: #11448f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #11448f;
  --bs-btn-hover-border-color: #11448f;
  --bs-btn-focus-shadow-rgb: 17,68,143;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #11448f;
  --bs-btn-active-border-color: #11448f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #11448f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #11448f;
  --bs-gradient: none;
  
  /* Transiciones suaves */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  position: relative;
  overflow: hidden;
}

/* Efecto hover principal */
.btn-outline-tienda:hover,
.btn-outline-tienda.active {  /* Añadido el estado activo */
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(17, 68, 143, 0.3);
}

/* Efecto de onda luminosa */
.btn-outline-tienda::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.btn-outline-tienda:hover::after,
.btn-outline-tienda.active::after {  /* Añadido el estado activo */
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(40, 40);
    opacity: 0;
  }
}

.requisitos-btn2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 16px;
	font-size: 0.8rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #11448f;
	border: 1px solid #11448f;  /* Borde del mismo color que el fondo */
	border-radius: 0.375rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.requisitos-btn2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;  /* Fondo blanco sólido */
	z-index: -1;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.requisitos-btn2:hover {
	color: #11448f;
	background-color: transparent;  /* Fondo transparente para que se vea el pseudo-elemento blanco */
	border-color: #11448f;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.requisitos-btn2:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.requisitos-btn2:hover i {
	transform: rotate(15deg) scale(1.1);
}















/* ============================================
   CHECKOUT HERO - MOBILE FIRST
   ============================================ */

/* Variables */
.checkout-hero {
    --primary-color: #11448f;
    --primary-light: #1e5ac7;
    --primary-gradient: linear-gradient(135deg, #11448f 0%, #1e5ac7 100%);
    --secondary-color: #11448f;
    --secondary-light: #1e5ac7;
    --secondary-gradient: linear-gradient(135deg, #11448f 0%, #1e5ac7 100%);
    --success-color: #10b981;
    --badge-bg: #fee2e2;
    --badge-color: #991b1b;
    --badge-icon-bg: #fecaca;
    --stat-bg: #f8fafc;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --radius-sm: 0.25rem;
    --radius: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

/* ============================================
   MOBILE FIRST (base styles for mobile)
   ============================================ */

.checkout-hero-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.checkout-hero-left {
    width: 100%;
}

/* BADGE REDISEÑADO */
.checkout-badge-wrapper {
    margin-bottom: 1.25rem;
}

.checkout-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--badge-bg);
    color: var(--badge-color);
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.4;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(153, 27, 27, 0.1);
    width: auto;
    max-width: 100%;
}

.checkout-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: var(--badge-icon-bg);
    border-radius: 50%;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.checkout-badge-text {
    word-break: break-word;
}

/* TÍTULO */
.checkout-hero-title {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--gray-900);
    font-family: 'Montserrat', sans-serif;
}

.highlight {
    color: var(--primary-color);
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(17, 68, 143, 0.15);
    z-index: -1;
    border-radius: 10px;
}

/* DESCRIPCIÓN */
.checkout-hero-description {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gray-600);
    margin-bottom: 1.5rem;
}

/* STATS REDISEÑADOS */
.checkout-stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.checkout-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--stat-bg);
    padding: 1rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
}

.checkout-stat:active {
    transform: scale(0.98);
    background: white;
    border-color: var(--primary-color);
    box-shadow: var(--shadow-md);
}

.checkout-stat-icon-wrapper {
    position: relative;
}

.checkout-stat-icon {
    width: 48px;
    height: 48px;
    background: var(--primary-gradient);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.checkout-stat-icon::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.checkout-stat-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.checkout-stat-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gray-900);
    line-height: 1.2;
}

.checkout-stat-label {
    font-size: 0.875rem;
    color: var(--gray-600);
    line-height: 1.2;
}

/* BOTÓN ÚNICO REDISEÑADO */
.checkout-actions {
    width: 100%;
}

.checkout-cta-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--primary-gradient);
    color: white;
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.checkout-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.checkout-cta-button:active::before {
    left: 100%;
}

.checkout-cta-button:active {
    transform: scale(0.98);
    box-shadow: var(--shadow-md);
}

.checkout-cta-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.checkout-cta-icon-group {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-cta-icon {
    font-size: 1.25rem;
    position: absolute;
    transition: all 0.3s ease;
}

.checkout-cta-icon:first-child {
    opacity: 1;
    transform: rotate(0deg);
}

.checkout-cta-icon-secondary {
    opacity: 0;
    transform: rotate(-90deg);
}

.checkout-cta-button:hover .checkout-cta-icon:first-child,
.checkout-cta-button:active .checkout-cta-icon:first-child {
    opacity: 0;
    transform: rotate(90deg);
}

.checkout-cta-button:hover .checkout-cta-icon-secondary,
.checkout-cta-button:active .checkout-cta-icon-secondary {
    opacity: 1;
    transform: rotate(0deg);
}

.checkout-cta-text {
    display: flex;
    flex-direction: column;
}

.checkout-cta-main {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.checkout-cta-sub {
    font-size: 0.75rem;
    opacity: 0.9;
    line-height: 1.2;
}

.checkout-cta-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.checkout-cta-button:hover .checkout-cta-arrow,
.checkout-cta-button:active .checkout-cta-arrow {
    background: white;
    color: var(--primary-color);
    transform: translateX(3px);
}

/* TARJETA DE PREVIEW */
.checkout-hero-right {
    width: 100%;
}

.checkout-preview-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.25rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.checkout-preview-card h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--gray-800);
}

.checkout-preview-items {
    margin-bottom: 1rem;
}

.checkout-preview-item {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--gray-200);
}

.checkout-preview-item:last-child {
    border-bottom: none;
}

.checkout-preview-img {
    width: 50px;
    height: 50px;
    border-radius: var(--radius);
    object-fit: cover;
    border: 2px solid white;
    box-shadow: var(--shadow-sm);
}

.checkout-preview-details {
    flex: 1;
}

.checkout-preview-name {
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.3;
}

.checkout-preview-price {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.875rem;
}

.checkout-preview-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-top: 2px dashed var(--gray-300);
    font-weight: 700;
    margin-top: 0.5rem;
}

.checkout-total-amount {
    font-size: 1.25rem;
    color: var(--primary-color);
}

.checkout-preview-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem;
    background: rgba(16, 185, 129, 0.1);
    color: #047857;
    border-radius: var(--radius);
    font-size: 0.8125rem;
    line-height: 1.4;
}

/* ============================================
   TABLET (640px and up)
   ============================================ */
@media screen and (min-width: 640px) {
    .checkout-hero {
        padding: 1.5rem;
    }
    
    .checkout-stats {
        flex-direction: row;
        gap: 1.5rem;
    }
    
    .checkout-stat {
        flex: 1;
    }
    
    .checkout-hero-title {
        font-size: 2rem;
    }
    
    .checkout-badge {
        font-size: 0.875rem;
        padding: 0.5rem 1.25rem;
    }
    
    .checkout-preview-card {
        padding: 1.5rem;
    }
}

/* ============================================
   DESKTOP (1024px and up)
   ============================================ */
@media screen and (min-width: 1024px) {
    .checkout-hero {
        padding: 2rem;
    }
    
    .checkout-hero-content {
        flex-direction: row;
        gap: 3rem;
    }
    
    .checkout-hero-left {
        flex: 1;
    }
    
    .checkout-hero-right {
        flex: 1;
    }
    
    .checkout-hero-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .checkout-hero-description {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .checkout-stat {
        padding: 1.25rem;
    }
    
    .checkout-stat-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
    
    .checkout-stat-number {
        font-size: 1.25rem;
    }
    
    .checkout-stat-label {
        font-size: 0.9375rem;
    }
    
    .checkout-cta-button {
        padding: 1.25rem 2rem;
    }
    
    .checkout-cta-main {
        font-size: 1.125rem;
    }
    
    .checkout-cta-sub {
        font-size: 0.875rem;
    }
    
    .checkout-cta-button:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-xl);
    }
    
    .checkout-preview-card {
        padding: 2rem;
    }
    
    .checkout-preview-card h4 {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .checkout-preview-item {
        gap: 1rem;
        padding: 1rem 0;
    }
    
    .checkout-preview-img {
        width: 60px;
        height: 60px;
    }
    
    .checkout-preview-name {
        font-size: 0.9375rem;
    }
    
    .checkout-total-amount {
        font-size: 1.5rem;
    }
}

/* ============================================
   LARGE DESKTOP (1280px and up)
   ============================================ */
@media screen and (min-width: 1280px) {
    .checkout-hero {
        padding: 2.5rem;
    }
    
    .checkout-hero-content {
        gap: 4rem;
    }
    
    .checkout-hero-title {
        font-size: 3rem;
    }
    
    .checkout-stat-icon {
        width: 64px;
        height: 64px;
    }
}











/* Opción 1: Tarjeta Moderna */
.tarjeta-alumno-moderna {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 2px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.tarjeta-alumno-header {
    background: white;
    border-radius: 18px 18px 0 0;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.tarjeta-alumno-icono {
    background: linear-gradient(135deg, #667eea, #764ba2);
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.tarjeta-alumno-titulo {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.tarjeta-alumno-cuerpo {
    background: white;
    padding: 1.5rem;
}

.tarjeta-alumno-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.tarjeta-alumno-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tarjeta-alumno-etiqueta {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    font-weight: 500;
}

.tarjeta-alumno-valor {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #667eea;
}

.tarjeta-alumno-footer {
    background: white;
    border-radius: 0 0 18px 18px;
    padding: 1rem 1.5rem;
    border-top: 2px solid #f0f0f0;
    text-align: right;
}

.badge-verificado {
    background: #10b981;
    color: white;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
}

/* ========================================
   EFECTO HOVER PARA EL CARRITO EN LA IMAGEN (OPCIÓN A - FADE)
   ======================================== */

/* Contenedor principal de la imagen (necesario para posicionar el overlay) */
.image-container {
    position: relative; /* Asegura que el overlay se posicione dentro de este contenedor */
    overflow: hidden; /* Para que el efecto de deslizamiento no se salga del contenedor */
}

/* El overlay que aparecerá al hacer hover */
.image-container .cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 68, 143, 0.85); /* Un azul con transparencia, tu color primario */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; /* Empieza siendo invisible */
    transition: opacity 0.4s ease; /* Transición suave para la aparición */
    z-index: 10; /* Para que se superponga a la imagen */
    pointer-events: none; /* Permite que los clics pasen a través del overlay si no hubiera botón */
}

/* Estilo del contenido del overlay (el icono y el texto) */
.image-container .cart-overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px); /* Empieza un poco desplazado hacia abajo */
    transition: transform 0.4s ease; /* Transición suave para el movimiento */
}

/* Icono del carrito */
.image-container .cart-overlay-content i {
    font-size: 2.5rem; /* Tamaño del icono */
    margin-bottom: 10px;
    display: block;
}

/* Texto pequeño opcional */
.image-container .cart-overlay-content span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Efecto al hacer hover sobre el enlace que contiene la imagen */
.image-container:hover .cart-overlay {
    opacity: 1; /* Hace visible el overlay */
}

.image-container:hover .cart-overlay-content {
    transform: translateY(0); /* Devuelve el contenido a su posición original */
}


@media (max-width: 767px) {
    
    /* El contenedor del modal ocupa todo el ancho */
    .modal-dialog {
        margin: 0.5rem !important; /* Un pequeño margen en los bordes */
        width: auto !important;
        max-width: none !important;
    }
    
    /* El contenido del modal se centra y ocupa el ancho completo */
    .modal-content {
        width: 100% !important; /* Anula el 75% que tenía */
        margin: 0 auto !important;
        border-radius: 25px !important; /* Mantenemos los bordes redondeados */
    }
    
    /* Ajustamos el padding del cuerpo para que no quede muy justo */
    .modal-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    /* El texto descriptivo se adapta mejor */
    .modal-body p {
        max-width: 100% !important; /* Anula el max-width de 250px */
        padding: 0 10px !important;
    }
    
    /* El footer con el botón también se ajusta */
    .modal-footer {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    /* El botón ocupa todo el ancho disponible pero con márgenes */
    .modal-footer .btn {
        width: 100% !important;
        max-width: 280px !important; /* Evita que el botón sea demasiado ancho */
        margin: 0 auto !important;
        padding: 12px !important; /* Un poco más compacto para móvil */
    }
}

/* Para móviles muy pequeños (menos de 400px) */
@media (max-width: 400px) {
    .modal-dialog {
        margin: 0.25rem !important;
    }
    
    .modal-content {
        border-radius: 20px !important;
    }
    
    .modal-body h5 {
        font-size: 1.3rem !important; /* Reduce ligeramente el tamaño del título */
    }
    
    .modal-body p {
        font-size: 0.95rem !important;
    }
}



/* ========================================
   TABLA DEL CARRITO - VERSIÓN MÓVIL MEJORADA (CON GRID)
   ======================================== */

@media (max-width: 767px) {
    
    /* FORZAMOS QUE LA TABLA SE COMPORTE COMO BLOQUE */
    .table,
    .table tbody,
    .table tr,
    .table td,
    .table th {
        display: block !important;
        width: 100% !important;
    }
    
    /* OCULTAMOS LA CABECERA DE LA TABLA */
    .table thead {
        display: none !important;
    }
    
    /* CADA FILA SE CONVIERTE EN UNA TARJETA */
    .table tbody tr {
        background: white !important;
        margin-bottom: 20px !important;
        padding: 15px !important;
        border-radius: 15px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
        border: 1px solid rgba(17, 68, 143, 0.1) !important;
        position: relative !important;
    }
    
    /* ========================================
       FILA SUPERIOR: FOTO + NOMBRE
       ======================================== */
    
    .table tbody tr td:first-child {
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        margin-bottom: 15px !important;
    }
    
    .table tbody tr td:first-child a {
        display: block !important;
        text-decoration: none !important;
    }
    
    .table tbody tr td:first-child .row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin: 0 !important;
        gap: 12px !important;
    }
    
    .table tbody tr td:first-child .col-2 {
        flex: 0 0 65px !important;
        max-width: 65px !important;
        padding: 0 !important;
        background-color: #f8f9fa !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        height: 65px !important;
    }
    
    .table tbody tr td:first-child img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        border-radius: 8px !important;
    }
    
    .table tbody tr td:first-child .col-10 {
        flex: 1 !important;
        padding: 0 !important;
        font-size: 1rem !important;
        line-height: 1.4 !important;
        color: #11448f !important;
        font-weight: 600 !important;
        word-break: break-word !important;
    }
    
    /* ========================================
       FILA INFERIOR: PRECIO | CANTIDAD | IMPORTE (EN UNA SOLA LÍNEA)
       ======================================== */
    
    /* Contenedor grid para las 3 celdas */
    .table tbody tr {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important; /* 3 columnas iguales */
        gap: 8px !important;
        align-items: stretch !important;
    }
    
    /* La primera celda (foto+nombre) ocupa las 3 columnas */
    .table tbody tr td:first-child {
        grid-column: 1 / -1 !important; /* Ocupa de columna 1 a la última */
        margin-bottom: 8px !important;
    }
    
    /* Estilo para las 3 celdas de métricas */
    .table tbody tr td:nth-child(2),
    .table tbody tr td:nth-child(3),
    .table tbody tr td:nth-child(4) {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding: 10px 6px !important;
        background-color: #f8f9fa !important;
        border-radius: 8px !important;
        border: none !important;
        margin: 0 !important;
        width: auto !important;
        min-height: 70px !important;
        text-align: center !important;
    }
    
    /* Etiquetas */
    .table tbody tr td:nth-child(2)::before,
    .table tbody tr td:nth-child(3)::before,
    .table tbody tr td:nth-child(4)::before {
        content: attr(data-label) ":";
        display: block !important;
        font-weight: 600 !important;
        color: #11448f !important;
        font-size: 0.7rem !important;
        text-transform: uppercase !important;
        margin-bottom: 4px !important;
        width: 100% !important;
    }
    
    /* Valores */
    .table tbody tr td:nth-child(2):not(.valor),
    .table tbody tr td:nth-child(3):not(.valor),
    .table tbody tr td:nth-child(4):not(.valor) {
        font-size: 1rem !important;
        font-weight: 700 !important;
        color: #2d3436 !important;
        line-height: 1.3 !important;
    }
    
    /* Aseguramos que el párrafo del precio no desconfigure */
    .table tbody tr td p.qty-price {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 1rem !important;
        font-weight: 700 !important;
        min-width: auto !important;
        justify-content: center !important;
    }
    
    /* ========================================
       BOTÓN DE BORRAR
       ======================================== */
    
    .table tbody tr td:last-child {
        position: absolute !important;
        top: 15px !important;
        right: 15px !important;
        width: auto !important;
        background: transparent !important;
        padding: 0 !important;
        border: none !important;
        grid-column: auto !important; /* Quitamos del grid */
    }
    
    .table tbody tr td:last-child::before {
        display: none !important;
    }
    
    .table tbody tr td:last-child a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 34px !important;
        height: 34px !important;
        background-color: rgba(220, 53, 69, 0.1) !important;
        border-radius: 50% !important;
        color: #dc3545 !important;
        transition: all 0.3s ease !important;
    }
    
    .table tbody tr td:last-child a:hover {
        background-color: #dc3545 !important;
        color: white !important;
        transform: scale(1.1) !important;
    }
    
    /* ========================================
       TOTAL DE LA FACTURA
       ======================================== */
    
    .col-lg-3 {
        margin-top: 20px !important;
        padding: 0 !important;
    }
    
    .col-lg-3 .table {
        background: white !important;
        border-radius: 15px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    }
    
    .col-lg-3 .table tbody tr {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 15px !important;
        margin: 0 !important;
        box-shadow: none !important;
        border: 1px solid rgba(17, 68, 143, 0.1) !important;
        grid: none !important; /* Importante: quitamos el grid para esta tabla */
    }
    
    .col-lg-3 .table td {
        display: inline-block !important;
        width: auto !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
    }
    
    .col-lg-3 .table td.text-end {
        text-align: right !important;
    }
    
    .col-lg-3 .table td strong {
        font-size: 1.1rem !important;
    }
}

/* Para móviles más pequeños */
@media (max-width: 480px) {
    .table tbody tr td:first-child .col-2 {
        flex: 0 0 55px !important;
        max-width: 55px !important;
        height: 55px !important;
    }
    
    .table tbody tr td:first-child .col-10 {
        font-size: 0.9rem !important;
    }
    
    .table tbody tr td:nth-child(2),
    .table tbody tr td:nth-child(3),
    .table tbody tr td:nth-child(4) {
        padding: 8px 4px !important;
        min-height: 65px !important;
    }
    
    .table tbody tr td:nth-child(2)::before,
    .table tbody tr td:nth-child(3)::before,
    .table tbody tr td:nth-child(4)::before {
        font-size: 0.65rem !important;
    }
    
    .table tbody tr td:nth-child(2):not(.valor),
    .table tbody tr td:nth-child(3):not(.valor),
    .table tbody tr td:nth-child(4):not(.valor),
    .table tbody tr td p.qty-price {
        font-size: 0.9rem !important;
    }
    
    .col-lg-3 .table td:last-child strong {
        margin-bottom: 30px !important;
        display: inline-block !important; /* Necesario para que el margin-bottom funcione */
    }
}




/* ========================================
   MINI CARRITO - CENTRADO EN MÓVILES
   ======================================== */

@media (max-width: 767px) {
    
    /* Contenedor del dropdown */
    .header-nav-features .header-nav-features-dropdown {
        position: fixed !important; /* Cambiamos a fixed para control total */
        top: 70px !important; /* Ajusta según la altura de tu header */
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important; /* Esto lo centra perfectamente */
        width: 90% !important; /* Ancho del 90% de la pantalla */
        max-width: 350px !important; /* Máximo 350px para que no sea muy grande */
        margin: 0 auto !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        border-radius: 15px !important;
        max-height: 80vh !important; /* Altura máxima del 80% de la pantalla */
        overflow-y: auto !important; /* Scroll si hay muchos productos */
    }
    
    /* Ajustamos la flechita superior */
    .header-nav-features-dropdown:before {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        top: -6px !important;
    }
    
    /* Para que el contenido se vea mejor */
    .header-nav-features-dropdown .mini-products-list li {
        padding: 12px !important;
    }
    
    .header-nav-features-dropdown .totals {
        padding: 12px 15px !important;
    }
    
    .header-nav-features-dropdown .actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 0 15px 15px !important;
    }
    
    .header-nav-features-dropdown .actions .btn {
        width: 100% !important;
        margin: 0 !important;
        text-align: center !important;
        justify-content: center !important;
    }
}

/* Para móviles muy pequeños */
@media (max-width: 480px) {
    .header-nav-features .header-nav-features-dropdown {
        width: 95% !important;
        max-width: 95% !important;
        top: 60px !important;
    }
}


