@charset "UTF-8";
/* CSS Document */

.inscripcion-section {
	padding: 80px 0 60px;
}

.inscripcion-section .content-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
}

.inscripcion-section h2 {
	margin-top: 40px;
	font-size: 4rem;
	color: #fff;
	margin-bottom: 30px;
	font-family: "gelion_black";
	text-align: left;
}

.inscripcion-section h3 {
	font-size: 3rem;
	color: #FFB300;
	margin-top: 40px;
	margin-bottom: 15px;
	font-family: "gelion_black";
}

.inscripcion-section h4 {
	font-size: 2.5rem;
	color: #FFB300;
	margin-top: 25px;
	margin-bottom: 12px;
	font-family: "gelion_medium";
}

.inscripcion-section p,
.inscripcion-section li {
	font-size: 2rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 15px;
	font-family: "gelion_light";
}

.inscripcion-section ul,
.inscripcion-section ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

.inscripcion-section li {
	margin-bottom: 12px;
}

.inscripcion-section strong {
	font-family: "gelion_medium";
}

.inscripcion-section a {
	color: #FFB300;
	text-decoration: underline;
}

.inscripcion-section a:hover {
	color: #fff;
}

.inscripcion-section code {
	background: rgba(255, 255, 255, 0.1);
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 2rem;
}

/* Tablas */
.inscripcion-section table {
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
	background: rgba(0, 0, 0, 0.3);
}

.inscripcion-section table th {
	background: #FFB300;
	color: #000;
	padding: 15px;
	text-align: left;
	font-family: "gelion_black";
	font-size: 2rem;
}

.inscripcion-section table td {
	padding: 12px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 2rem;
	font-family: "gelion_light";
}

.inscripcion-section table td.price-cell{
	text-align: right;
}

.inscripcion-section table tr:last-child td {
	border-bottom: none;
}

.inscripcion-section table td {
	color: #fff;
}

.inscripcion-section table strong {
	color: #FFB300;
}

/* Secciones especiales */
.checklist-item {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.checklist-item:last-child {
	border-bottom: none;
}

.special-box {
	background: rgba(255, 179, 0, 0.1);
	border: 2px solid #FFB300;
	padding: 30px;
	margin: 40px 0;
	border-radius: 5px;
}

.special-box h3 {
	margin-top: 0;
	text-align: center;
}

.special-box p {
	text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
	.inscripcion-section .content-wrapper {
		padding: 0 20px;
	}

	.inscripcion-section h2 {
		font-size: 3rem;
	}

	.inscripcion-section h3 {
		font-size: 2.5rem;
	}

	.inscripcion-section h4 {
		font-size: 2rem;
	}

	.inscripcion-section p,
	.inscripcion-section li {
		font-size: 1.5rem;
	}

	.inscripcion-section table {
		font-size: 1.5rem;
	}

	.inscripcion-section table th,
	.inscripcion-section table td {
		padding: 8px;
		font-size: 1.5rem;
	}
}
