#hero{
	background-size: cover;
	background-position: 5% center;
	background-repeat: no-repeat;
}
.top-50{
	top: 50% !important;
}

.slide-1, .slide-2{
	max-width: 1700px;
}

.slide-1 h2, .slide-2 h2{
	margin-top: 300px;
}

.ciencias-style{
	font-size: 14px;
}

/* Declaración de la fuente HelveticaNeue */
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeue.ttc') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeue.ttc') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

#carreras #modalidadJornada {
	padding: 10px !important;
}

h2 {
	font-size: 48px !important; 
	font-weight:600 !important;
}

.subtitulo {
	font-size:26px !important;
}

.container-form-centralizada{
	width: 100%;
}

#hero {
	min-height: 100vh;
	height: auto;
}

#hero h1, #hero .h1{
	z-index: 1;
}

/* Animación para el título del banner */
@keyframes slideInFromLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

#hero .text-white h1 {
	animation: slideInFromLeft 1s ease-out;
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	margin-top: 300px;
}

#hero .text-white h2 {
	animation: slideInFromLeft 1s ease-out 0.3s both;
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.accordion-button::after {
	transform: rotate(180deg) !important;
	background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 14L12.5 8L6.5 14" stroke="%23101820" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

.accordion-button:not(.collapsed)::after { 
	transform: rotate(0deg) !important;
	background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 14L12.5 8L6.5 14" stroke="%23101820" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

/* Estilos para el swiper en móviles */
.swiper-facultades {
	display: none;
	padding: 0 20px;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background: white;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.swiper-button-prev {
	left: -16px;
}

.swiper-button-next {
	right: -16px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #f8f9fa;
}

@media (max-width: 768px) {
	.slide-1 h2, .slide-2 h2{
		margin-top: 80px;
		font-size: 28px !important;
		line-height: 1.2;
		padding: 0 15px;
	}
	.slide-1 .subtitle, .slide-2 .subtitle{
		text-align: center;
		font-size: 18px !important;
		margin-top: 10px;
		padding: 0 15px;
	}
	.content-slide {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.btn-vias-de-ingreso, .btn-becas{
		margin-top: 10px;
	}
	.hubspot-form {
		margin-top: 0px !important;
	}
	.slide-1 , .slide-2{
		justify-content: end !important;
	}
	.ciencias-style{
		font-size: 11px;
	}
	#hero{
		background-position:center;
	}
	#hero .text-white h1, #hero .text-white h2 {
		margin: 0px !important;
	}
	.swiper-facultades {
		display: block;
	}
	
	.facultades-tab-desktop {
		display: none;
	}
	
	.swiper-slide {
		text-align: center;
		cursor: pointer;
		padding: 8px 16px;
		border-radius: 25px;
		background: #f8f9fa;
		margin: 0 5px;
		transition: all 0.3s ease;
		flex-shrink: 0;
		width: auto;
		min-width: 120px;
		max-width: 180px;
	}
	
	.swiper-slide.active {
		background: #F68D2E;
		color: white;
	}
	
	.swiper-slide h3 {
		margin: 0;
		font-size: 14px;
		font-weight: 500;
	}
	
	.swiper-wrapper {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	
	.swiper-wrapper::-webkit-scrollbar {
		display: none;
	}
	
	/* Estilos responsivos para tablas de WordPress */
	.accordion .wp-block-table {
		overflow-x: auto;
		margin: 1rem 0;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
	
	.accordion .wp-block-table table {
		width: 100%;
		border-collapse: collapse;
		min-width: 600px;
	}
	
	.accordion .wp-block-table th,
	.accordion .wp-block-table td {
		padding: 12px 16px;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
		vertical-align: top;
		white-space: normal;
		word-wrap: break-word;
		hyphens: auto;
	}
	
	.accordion .wp-block-table th {
		background-color: #F68D2E;
		color: white;
		font-weight: 600;
		font-size: 14px;
	}
	
	.accordion .wp-block-table tr:nth-child(even) {
		background-color: #f8f9fa;
	}
	
	.accordion .wp-block-table tr:hover {
		background-color: #fff3e0;
	}
	
	@media (max-width: 768px) {
		#hero{
			background-position:center;
		}
		#hero .text-white h1, #hero .text-white h2 {
			margin-left: 0px;
		}
		.accordion .wp-block-table {
			font-size: 13px;
			margin: 0.5rem 0;
		}
		
		.accordion .wp-block-table table {
			min-width: 800px;
		}
		
		.accordion .wp-block-table th,
		.accordion .wp-block-table td {
			padding: 6px 8px;
			font-size: 11px;
			line-height: 1.2;
			white-space: normal;
			word-wrap: break-word;
			hyphens: auto;
		}
		
		.accordion .wp-block-table td:first-child {
			min-width: 120px;
			max-width: 150px;
			font-weight: 600;
			position: sticky;
			left: 0;
			background: white;
			z-index: 2;
			border-right: 2px solid;
			white-space: normal;
			word-wrap: break-word;
			hyphens: auto;
		}
		
		.accordion .wp-block-table td:nth-child(2),
		.accordion .wp-block-table td:nth-child(3) {
			min-width: 50px;
			text-align: center;
			font-weight: 600;
			width: 70px;
		}
		
		.accordion .wp-block-table td:nth-child(4),
		.accordion .wp-block-table td:nth-child(5),
		.accordion .wp-block-table td:nth-child(6),
		.accordion .wp-block-table td:nth-child(7) {
			min-width: 80px;
			text-align: center;
			font-weight: 500;
		}
		
		.accordion .wp-block-table tr:nth-child(even) td:first-child {
			background: #f8f9fa;
		}
		
		.accordion .wp-block-table tr:hover td:first-child {
			background: #fff3e0;
		}
	}
	
	@media (max-width: 480px) {
		#hero{
			background-position:center;
		}
		.accordion .wp-block-table table {
			min-width: 700px;
		}
		
		.accordion .wp-block-table th,
		.accordion .wp-block-table td {
			padding: 4px 6px;
			font-size: 10px;
			white-space: normal;
			word-wrap: break-word;
			hyphens: auto;
		}
		
		.accordion .wp-block-table td:first-child {
			min-width: 100px;
			max-width: 120px;
			font-size: 9px;
			white-space: normal;
			word-wrap: break-word;
			hyphens: auto;
		}
		
		.accordion .wp-block-table td:nth-child(2),
		.accordion .wp-block-table td:nth-child(3) {
			min-width: 40px;
			font-size: 10px;
		}
		
		.accordion .wp-block-table td:nth-child(4),
		.accordion .wp-block-table td:nth-child(5),
		.accordion .wp-block-table td:nth-child(6),
		.accordion .wp-block-table td:nth-child(7) {
			min-width: 60px;
			font-size: 10px;
		}
	}
	
	/* Colores específicos para cada facultad en el swiper */
	.swiper-slide.facultad-comunicaciones-y-diseno.active {
		background-color: rgba(248, 141, 42, 0.1) !important;
		color: rgb(248 141 42) !important;
	}
	
	.swiper-slide.facultad-ciencias.active,
	.swiper-slide.facultad-ciencias-de-la-vida.active {
		background-color: rgba(4, 156, 125, 0.1) !important;
		color: rgb(6 174 215) !important;
	}
	
	.swiper-slide.facultad-ciencias-agricolas-y-veterinarias.active {
		background-color: rgba(4, 123, 88, 0.1) !important;
		color: rgb(4 123 88) !important;
	}
	
	.swiper-slide.facultad-ciencias-de-la-salud.active {
		background-color: rgba(9, 175, 214, 0.1) !important;
		color: rgb(9 175 214) !important;
	}
	
	.swiper-slide.facultad-ciencias-juridicas-y-sociales.active,
	.swiper-slide.facultad-ciencias-juridicas-sociales-y-de-la-educacion.active {
		background-color: rgba(118, 38, 132, 0.1) !important;
		color: rgb(118 38 132) !important;
	}
	
	.swiper-slide.facultad-educacion.active {
		background-color: rgba(174, 55, 140, 0.1) !important;
		color: rgb(174 55 140) !important;
	}
	
	.swiper-slide.facultad-ingenieria-y-negocios.active,
	.swiper-slide.facultad-ingenieria-negocios-y-ciencias-agroambientales.active {
		background-color: rgba(0, 127, 198, 0.1) !important;
		color: #007853 !important;
	}
}

@media (max-width: 768px) {
	#hero{
		background-position:center;
	}
	#hero .text-white h1, #hero .text-white h2 {
		margin-left: 0px;
	}
	.container-hero{
		margin-top: 10px !important;
	}
	#hero .banner-title {
		opacity: 0 ;
		font-size: 2rem;
	}
	#hero .banner-title span {
		font-size: 1.5rem;
	}

	#hero{
		background-size: contain !important;
		background-position: top !important;
		background-repeat: no-repeat !important;
	}

	#hero .hubspot-form {
		position: static;
		margin-top: 150px;
	}	

	h2 {
		font-size: 32px !important; 
	}
	.subtitulo {
		font-size:20px !important;
	}

	.container-form-centralizada{
		width: 100%;
	}

	h3.font-btn-acordeon{
		font-size: 16px !important;
	}

	#vias-de-ingreso { 
		text-align: justify !important;
	}

	/* Estilos para el título del banner en móviles */
	#hero .display-4 {
		font-size: 2rem !important;
	}
	#hero .h3 {
		font-size: 2.25rem !important;
		text-align: center;
	}

	#hero h2, #hero .h2{
		font-size: 3rem !important;
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
		text-align: center;
	}
	
	#hero h1, #hero .h1{
		text-align: center !important;
		font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
		margin-left: 0px;
	}
	
	#hero h3, #hero .h3{
		text-align: center !important;
		font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	} 
} 

.btn-vias-de-ingreso{
		background-color: transparent;
		box-shadow: none;
		border: 1px solid #10182086;
		color: #101820;
}

.btn-vias-de-ingreso:hover{
	background-color: #101820;
	color: white;
}

.btn-becas{
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #fff;
	color: #fff;
}

.btn-becas:hover{
	background-color: #fff;
	color: #101820;
}

/* Estilos para el simulador */
.simulator-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

.simulator-card {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border: 2px solid #e9ecef;
	border-radius: 16px;
	padding: 40px;
	text-align: center;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.simulator-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #007bff, #6610f2, #007bff);
	background-size: 200% 100%;
	animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.simulator-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
	border-color: #007bff;
}

.simulator-icon {
	margin-bottom: 24px;
	color: #007bff;
}

.simulator-card h3 {
	font-size: 28px;
	font-weight: 700;
	color: #101820;
	margin-bottom: 16px;
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.simulator-card p {
	font-size: 18px;
	color: #6c757d;
	margin-bottom: 32px;
	line-height: 1.6;
}

.simulator-features {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
}

.feature {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #495057;
	font-size: 16px;
}

.feature svg {
	color: #28a745;
	flex-shrink: 0;
}

.btn-simulator {
	padding: 16px 32px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
	border: none;
	color: white;
	box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-simulator:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
	background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
	color: white;
	text-decoration: none;
}

.btn-simulator:active {
	transform: translateY(0);
}

@media (max-width: 768px) {
	.simulator-card {
		padding: 30px 20px;
		margin: 0 10px;
	}
	
	.simulator-card h3 {
		font-size: 24px;
	}
	
	.simulator-card p {
		font-size: 16px;
	}
	
	.btn-simulator {
		padding: 14px 24px;
		font-size: 16px;
		width: 100%;
	}
	
	.simulator-features {
		gap: 12px;
	}
	
	.feature {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.h-100{
		height: auto !important;
	}
	#hero .carousel-item .content-slide .title{
		margin-top: 20px !important;
		font-size: 29px !important;
		width: 300px;
	}
	#hero .carousel-item .content-slide .subtitle{
		font-size: 36px !important;
	}
	.swiper-facultades {
		display: block;
	}
	
	.facultades-tab-desktop {
		display: none;
	}
	
	.swiper-slide {
		text-align: center;
		cursor: pointer;
		padding: 8px 16px;
		border-radius: 25px;
		background: #f8f9fa;
		margin: 0 5px;
		transition: all 0.3s ease;
		flex-shrink: 0;
		width: auto;
		min-width: 120px;
		max-width: 180px;
	}
	
	.swiper-slide.active {
		background: #F68D2E;
		color: white;
	}
	
	.swiper-slide h3 {
		margin: 0;
		font-size: 14px;
		font-weight: 500;
	}
	

	
	.swiper-wrapper {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	
	.swiper-wrapper::-webkit-scrollbar {
		display: none;
	}
	
	/* Estilos responsivos para tablas de WordPress */
	.accordion .wp-block-table {
		overflow-x: auto;
		margin: 1rem 0;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
	
	.accordion .wp-block-table table {
		width: 100%;
		border-collapse: collapse;
		min-width: 600px;
	}
	
	.accordion .wp-block-table th,
	.accordion .wp-block-table td {
		padding: 12px 16px;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
		vertical-align: top;
		white-space: normal;
		word-wrap: break-word;
		hyphens: auto;
	}
	
	.accordion .wp-block-table th {
		background-color: #F68D2E;
		color: white;
		font-weight: 600;
		font-size: 14px;
	}
	
	.accordion .wp-block-table tr:nth-child(even) {
		background-color: #f8f9fa;
	}
	
	.accordion .wp-block-table tr:hover {
		background-color: #fff3e0;
	}
	
	@media (max-width: 768px) {
		.accordion .wp-block-table {
			font-size: 13px;
			margin: 0.5rem 0;
		}
		
		.accordion .wp-block-table table {
			min-width: 800px;
		}
		
		.accordion .wp-block-table th,
		.accordion .wp-block-table td {
			padding: 6px 8px;
			font-size: 11px;
			line-height: 1.2;
			white-space: normal;
			word-wrap: break-word;
			hyphens: auto;
		}
		
		.accordion .wp-block-table td:first-child {
			min-width: 120px;
			max-width: 150px;
			font-weight: 600;
			position: sticky;
			left: 0;
			background: white;
			z-index: 2;
			border-right: 2px solid;
			white-space: normal;
			word-wrap: break-word;
			hyphens: auto;
		}
		
		.accordion .wp-block-table td:nth-child(2),
		.accordion .wp-block-table td:nth-child(3) {
			min-width: 50px;
			text-align: center;
			font-weight: 600;
			width: 70px;
		}
		
		.accordion .wp-block-table td:nth-child(4),
		.accordion .wp-block-table td:nth-child(5),
		.accordion .wp-block-table td:nth-child(6),
		.accordion .wp-block-table td:nth-child(7) {
			min-width: 80px;
			text-align: center;
			font-weight: 500;
		}
		
		.accordion .wp-block-table tr:nth-child(even) td:first-child {
			background: #f8f9fa;
		}
		
		.accordion .wp-block-table tr:hover td:first-child {
			background: #fff3e0;
		}
	}
	
	@media (max-width: 480px) {
		.accordion .wp-block-table table {
			min-width: 700px;
		}
		
		.accordion .wp-block-table th,
		.accordion .wp-block-table td {
			padding: 4px 6px;
			font-size: 10px;
			white-space: normal;
			word-wrap: break-word;
			hyphens: auto;
		}
		
		.accordion .wp-block-table td:first-child {
			min-width: 100px;
			max-width: 120px;
			font-size: 9px;
			white-space: normal;
			word-wrap: break-word;
			hyphens: auto;
		}
		
		.accordion .wp-block-table td:nth-child(2),
		.accordion .wp-block-table td:nth-child(3) {
			min-width: 40px;
			font-size: 10px;
		}
		
		.accordion .wp-block-table td:nth-child(4),
		.accordion .wp-block-table td:nth-child(5),
		.accordion .wp-block-table td:nth-child(6),
		.accordion .wp-block-table td:nth-child(7) {
			min-width: 60px;
			font-size: 10px;
		}
	}
	
	/* Colores específicos para cada facultad en el swiper */
	.swiper-slide.facultad-comunicaciones-y-diseno.active {
		background-color: rgba(248, 141, 42, 0.1) !important;
		color: rgb(248 141 42) !important;
	}
	
	.swiper-slide.facultad-ciencias.active,
	.swiper-slide.facultad-ciencias-de-la-vida.active {
		background-color: rgba(4, 156, 125, 0.1) !important;
		color: rgb(6 174 215) !important;
	}
	
	.swiper-slide.facultad-ciencias-agricolas-y-veterinarias.active {
		background-color: rgba(4, 123, 88, 0.1) !important;
		color: rgb(4 123 88) !important;
	}
	
	.swiper-slide.facultad-ciencias-de-la-salud.active {
		background-color: rgba(9, 175, 214, 0.1) !important;
		color: rgb(9 175 214) !important;
	}
	
	.swiper-slide.facultad-ciencias-juridicas-y-sociales.active,
	.swiper-slide.facultad-ciencias-juridicas-sociales-y-de-la-educacion.active {
		background-color: rgba(118, 38, 132, 0.1) !important;
		color: rgb(118 38 132) !important;
	}
	
	.swiper-slide.facultad-educacion.active {
		background-color: rgba(174, 55, 140, 0.1) !important;
		color: rgb(174 55 140) !important;
	}
	
	.swiper-slide.facultad-ingenieria-y-negocios.active,
	.swiper-slide.facultad-ingenieria-negocios-y-ciencias-agroambientales.active {
		background-color: rgba(0, 127, 198, 0.1) !important;
		color: #007853 !important;
	}
}
@media (max-width: 768px) {
   #hero .banner-title {
	   opacity: 0 ;
	   font-size: 2rem;
   }
   #hero .banner-title span {
	   font-size: 1.5rem;
   }

   #hero{
	   background-size: contain !important;
	   background-position: top !important;
	   background-repeat: no-repeat !important;
   }

   #hero .hubspot-form {
	   position: static;
	   margin-top: 200px;
   }	

   h2 {
	   font-size: 32px !important; 
   }
   .subtitulo {
	   font-size:20px !important;
   }

   .container-form-centralizada{
	   width: 100%;
   }

   .font-btn-acordeon{
	   font-size: 16px !important;
   }

   #vias-de-ingreso { 
	   text-align: justify;
   }

   /* Estilos para el título del banner en móviles */
   #hero .display-4 {
	   font-size: 2rem !important;
   }
   #hero .h3 {
	   font-size: 2.25rem !important;
	   text-align: center;
   }

   #hero h2, #hero .h2{
	   font-size: 3rem !important;
	   margin-bottom: 1rem !important;
	   margin-top: 1rem !important;
	   text-align: center;
   }
   
   #hero h1, #hero .h1{
	   text-align: center !important;
	   font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
   }
   
   #hero h3, #hero .h3{
	   text-align: center !important;
	   font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
   } 
}