.colaboremos-header-form {
	box-sizing: border-box;
	background: var(--pma-blanco);
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--pma-font-principal);
}

.colaboremos-header-form *,
.colaboremos-header-form :before,
.colaboremos-header-form :after {
	box-sizing: border-box;
}

.colaboremos-header-section {
	background: var(--pma-blanco);
	width: var(--pma-full-width);
}

.colaboremos-content-wrapper {
	margin: 0 auto;
	width: var(--pma-max-width);
}

.colaboremos-title-container {
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 50px;
	display: flex;
}

.colaboremos-circle {
	background: var(--pma-amarillo-acento);
	border-radius: 50%;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.colaboremos-title {
	color: var(--pma-azul-principal);
	text-align: center;
	margin: 0;
	font-family: var(--pma-font-principal);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
}

.colaboremos-cards-container {
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin: 0 auto;
	display: grid;
}

.colaboremos-card {
	background: var(--pma-blanco);
	text-align: center;
	border-radius: 8px;
	padding: 0 16px;
	transition: all 0.3s;
}

.colaboremos-card-icon {
	border: 2px solid var(--pma-azul-principal);
	width: 60px;
	height: 60px;
	color: var(--pma-azul-principal);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin: 0 auto 24px;
	font-size: 28px;
	display: flex;
}

.colaboremos-card-title {
	color: var(--pma-azul-principal);
	margin: 0 0 16px;
	font-family: var(--pma-font-principal);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.colaboremos-card-description {
	color: var(--pma-negro);
	margin: 0;
	font-family: var(--pma-font-secundaria);
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
}

.colaboremos-cta-section {
	background-image: url(https://sinergia.dnp.gov.co/images/home-sinergia-bg-preguntas.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: var(--pma-full-width);
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.colaboremos-cta-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: space-evenly;
	width: var(--pma-max-width);
}

.colaboremos-cta-text {
	color: var(--pma-blanco);
	text-align: center;
	font-family: var(--pma-font-secundaria);
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
}

.colaboremos-button-container {
	justify-content: center;
	display: flex;
}

.colaboremos-button {
	background: var(--pma-blanco);
	color: var(--pma-azul-boton) !important;
	cursor: pointer;
	border: none;
	border-radius: 50px;
	padding: 16px 42px;
	font-family: var(--pma-font-principal);
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
	display: inline-block;
	box-shadow: 0 4px 15px #0003;
}

.colaboremos-button:hover {
	background: #0052a3;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px #0000004d;
	text-decoration: none;
	color: var(--pma-blanco) !important;
}

.colaboremos-button:active {
	transform: translateY(0);
}

@media (width <= 1024px) {
	.colaboremos-header-section {
		padding: 32px 20px 24px;
	}

	.colaboremos-title-container {
		gap: 12px;
		margin-bottom: 48px;
	}

	.colaboremos-circle {
		width: 18px;
		height: 18px;
	}

	.colaboremos-title {
		font-size: 36px;
	}

	.colaboremos-cards-container {
		gap: 24px;
	}

	.colaboremos-card {
		padding: 18px 16px;
	}

	.colaboremos-card-icon {
		width: 56px;
		height: 56px;
	}

	.colaboremos-card-title {
		font-size: 18px;
	}

	.colaboremos-card-description {
		font-size: 15px;
	}

	.colaboremos-cta-section {
		padding: 32px 20px;
	}

	.colaboremos-cta-text {
		margin-bottom: 26px;
		font-size: 17px;
	}

	.colaboremos-button {
		padding: 12px 28px;
		font-size: 15px;
	}
}

@media (width <= 768px) {
	.colaboremos-header-section {
		padding: 24px 16px 20px;
	}

	.colaboremos-title-container {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 40px;
	}

	.colaboremos-circle {
		width: 16px;
		height: 16px;
	}

	.colaboremos-title {
		font-size: 28px;
	}

	.colaboremos-cards-container {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.colaboremos-card {
		padding: 18px 16px;
	}

	.colaboremos-card-icon {
		width: 56px;
		height: 56px;
	}

	.colaboremos-card-title {
		font-size: 18px;
	}

	.colaboremos-card-description {
		font-size: 15px;
	}

	.colaboremos-cta-section {
		padding: 24px 16px;
	}

	.colaboremos-cta-text {
		margin-bottom: 24px;
		font-size: 16px;
	}

	.colaboremos-button {
		padding: 12px 24px;
		font-size: 15px;
	}
}

@media (width <= 480px) {
	.colaboremos-header-section {
		padding: 20px 16px;
	}

	.colaboremos-title-container {
		gap: 8px;
		margin-bottom: 32px;
	}

	.colaboremos-circle {
		width: 14px;
		height: 14px;
	}

	.colaboremos-title {
		font-size: 24px;
	}

	.colaboremos-card {
		padding: 16px;
	}

	.colaboremos-card-icon {
		width: 52px;
		height: 52px;
		font-size: 24px;
	}

	.colaboremos-card-title {
		font-size: 17px;
	}

	.colaboremos-card-description {
		font-size: 14px;
	}

	.colaboremos-cta-section {
		padding: 20px 16px;
	}

	.colaboremos-cta-text {
		margin-bottom: 22px;
		font-size: 15px;
	}

	.colaboremos-button {
		width: 100%;
		max-width: 280px;
		padding: 10px 20px;
		font-size: 14px;
	}
}
