/* Estilos completos de la sección Formar Parte */
.formar-parte {
	padding: 80px 0;
	background-color: #F8F9FA;
}

.formar-content {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.formar-left {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
}

.formar-left-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.formar-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #0B7BBB;
	font-size: 15px;
	font-weight: 600;
	margin-top: 0;
}

.formar-tag .tag-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.formar-tag .aef-logo-tag {
	width: 16px;
	height: 21px;
	flex-shrink: 0;
}

.formar-parte h2 {
	font-size: 56px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.1;
	text-align: right;
}

.formar-actions {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-end;
}

.btn-formar-primary {
	background-color: #0B7BBB;
	color: white;
	border: none;
	padding: 14px 28px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.btn-formar-primary i {
	font-size: 13px;
}

.btn-formar-outline {
	background-color: #F8F9FA;
	color: #0B7BBB;
	border: 2px solid #0B7BBB;
	padding: 12px 28px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.btn-formar-outline:hover {
	background-color: #0B7BBB;
	color: white;
}

.btn-formar-outline i {
	font-size: 13px;
}

@media (max-width: 1024px) {
	.formar-left {
		flex-direction: column;
		gap: 30px;
	}

	.formar-left-text {
		align-items: flex-start;
	}

	.formar-parte h2 {
		font-size: 38px;
		text-align: left;
	}

	.formar-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.formar-parte {
		padding: 60px 0;
	}

	.formar-parte h2 {
		font-size: 32px;
	}

	.formar-actions {
		flex-direction: column;
		width: 100%;
		align-items: stretch;
	}

	.btn-formar-primary,
	.btn-formar-outline {
		width: 100%;
		justify-content: center;
	}
}
