.cw-colocaciones{
	font-family: 'Figtree', sans-serif;
}
.cw-colocaciones,
.cw-colocacion-detalle {
	--arco-col-accent: #265CF6;
	--arco-col-border: #dfe5f1;
	--arco-col-muted: #667085;
	--arco-col-teal: #35c6bd;
}

.cw-colocaciones__search {
	margin-bottom: 30px;
	padding: 18px 24px 26px;
	background: #f7f8fb;
}

.cw-colocaciones__search h2 {
	margin: 0 0 28px;
	color: var(--arco-col-accent);
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.cw-colocaciones__filters {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: end;
}

.cw-colocaciones__filters label {
	display: block;
	width: auto;
	margin: 0;
}

.cw-colocaciones__filters span {
	display: block;
	margin: 0 0 8px;
	color: #262c36;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.cw-colocaciones__filters select {
	width: 100%;
	min-height: 44px;
	border: 1px solid #e6e9ef;
	border-radius: 6px;
	background: #fff;
	color: #7A7A7A;
	font-family: 'Figtree', sans-serif;
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 14px;
	box-shadow: none;
}

.cw-colocaciones button,
.cw-colocaciones input[type="button"],
.cw-colocaciones input[type="submit"],
.cw-colocacion-detalle button,
.cw-colocacion-detalle input[type="button"],
.cw-colocacion-detalle input[type="submit"],
.bst-col-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #265CF6;
	border-radius: 8px;
	background: #fff;
	color: #265CF6;
	font-size: 16px;
	font-family: 'Figtree', sans-serif;
	font-weight: 600;
	line-height: 1.4;
	padding: 8px 16px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.cw-colocaciones button:hover,
.cw-colocaciones input[type="button"]:hover,
.cw-colocaciones input[type="submit"]:hover,
.cw-colocacion-detalle button:hover,
.cw-colocacion-detalle input[type="button"]:hover,
.cw-colocacion-detalle input[type="submit"]:hover,
.bst-col-card__link:hover,
.cw-colocaciones button:focus,
.cw-colocaciones input[type="button"]:focus,
.cw-colocaciones input[type="submit"]:focus,
.cw-colocacion-detalle button:focus,
.cw-colocacion-detalle input[type="button"]:focus,
.cw-colocacion-detalle input[type="submit"]:focus,
.bst-col-card__link:focus {
	background: #eef3ff;
	border-color: #265CF6;
	color: #265CF6;
}

.cw-colocaciones__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
	padding: 0 0 0 140px;
	background: linear-gradient(90deg, #fff 0, #fff 120px, transparent 120px);
}

.bst-col-card {
	border: 0;
	border-radius: 0;
	padding: 32px 24px 28px;
	background: #f7f8fb;
}

.bst-col-card__tags {
	display: flex;
	gap: 8px;
	margin: 0 0 18px;
}

.bst-col-card__tags span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 23px;
	border-radius: 5px;
	background: var(--arco-col-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 10px;
	text-transform: none;
}

.bst-col-card__tags .bst-col-card__tag--type {
	background: #cfd3dc;
	color: #265CF6;
}

.bst-col-card__tags .bst-col-card__tag--status {
	background: #265CF6;
	color: #fff;
}

.bst-col-card__tags .bst-col-card__tag--status-licita_hoy,
.bst-col-card__tags .bst-col-card__tag--status-en_curso {
	background: var(--arco-col-teal);
	color: #0f3557;
}

.bst-col-card__tags .bst-col-card__tag--status-resultados,
.bst-col-card__tags .bst-col-card__tag--status-cerrado {
	background: #cfd3dc;
	color: #4b5563;
}

.bst-col-card h3,
.cw-colocacion-detalle h2 {
	margin-top: 0;
}

.bst-col-card h3 {
	min-height: 68px;
	margin: 0 0 18px;
	color: var(--arco-col-accent);
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.22;
}

.cw-colocacion-detalle {
	max-width: 1180px;
	margin: 0 auto;
	padding: 28px 24px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
	font-family: 'Figtree', sans-serif;
}

.cw-colocacion-detalle__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: start;
	padding-bottom: 18px;
	border-bottom: 1px solid #9bb6ff;
}

.cw-colocacion-detalle__header h2 {
	max-width: 720px;
	margin: 0;
	color: var(--arco-col-accent);
	font-family: 'Barlow', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}

.cw-colocacion-detalle__badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	padding-top: 8px;
}

.cw-colocacion-detalle__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	border-radius: 4px;
	background: var(--arco-col-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 10px;
}

.cw-colocacion-detalle__tag--light {
	background: #e9efff;
	color: var(--arco-col-accent);
}

.bst-col-card dl,
.cw-colocacion-detalle dl {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0 6px;
}

.bst-col-card dt,
.cw-colocacion-detalle dt {
	color: #262c36;
	font-weight: 700;
}

.bst-col-card dt,
.bst-col-card dd {
	padding: 10px 0;
	border-bottom: 1px solid #e5e7eb;
	font-size: 13px;
	line-height: 1.35;
}

.bst-col-card dd,
.cw-colocacion-detalle dd {
	margin: 0;
}

.bst-col-card dd {
	color: #5b6472;
}

.bst-col-card__link {
	min-width: 112px;
	margin-top: 16px;
	background: #265CF6;
	border-color: #265CF6;
	color: #fff;
	font-size: 13px;
	padding: 11px 18px;
}

.bst-col-card__link:hover,
.bst-col-card__link:focus {
	background: #123fbf;
	border-color: #123fbf;
	color: #fff;
}

.cw-colocacion-detalle__summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 30px 0 42px;
}

.cw-colocacion-detalle__summary-card {
	min-height: 118px;
	padding: 18px 20px;
	border: 1px solid #eef1f6;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.cw-colocacion-detalle__summary-icon {
	display: block;
	margin-bottom: 14px;
	color: var(--arco-col-teal);
	font-size: 22px;
	line-height: 1;
}

.cw-colocacion-detalle__summary-label {
	display: block;
	margin-bottom: 8px;
	color: #262c36;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.cw-colocacion-detalle__summary-card strong {
	display: block;
	color: var(--arco-col-accent);
	font-family: 'Barlow', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.15;
	word-break: break-word;
}

.cw-colocacion-detalle__cronograma {
	margin: 24px 0;
	border: 1px solid var(--arco-col-border);
	border-radius: 16px;
	padding: 20px;
	background: #f8fafc;
}

.cw-colocacion-detalle__cronograma h3 {
	margin-top: 0;
}

.cw-colocacion-detalle__timeline {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cw-colocacion-detalle__timeline-item {
	display: flex;
	gap: 12px;
	border: 1px solid var(--arco-col-border);
	border-radius: 12px;
	padding: 14px;
	background: #fff;
}

.cw-colocacion-detalle__timeline-dot {
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	border-radius: 50%;
	background: var(--arco-col-accent);
}

.cw-colocacion-detalle__timeline-label,
.cw-colocacion-detalle__timeline-item time {
	display: block;
}

.cw-colocacion-detalle__timeline-label {
	margin-bottom: 4px;
	color: var(--arco-col-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.cw-colocacion-detalle__timeline-item time {
	color: #101828;
	font-size: 18px;
	font-weight: 700;
}

.cw-colocacion-detalle__timeline-empty {
	color: var(--arco-col-muted);
	font-style: italic;
}

.cw-colocaciones__pagination {
	display: flex;
	gap: 8px;
	margin-top: 24px;
}

.cw-colocaciones__pagination a {
	border: 1px solid var(--arco-col-border);
	border-radius: 8px;
	padding: 6px 10px;
	text-decoration: none;
}

.cw-colocaciones__pagination a.is-active {
	background: var(--arco-col-accent);
	color: #fff;
}

.cw-colocacion-detalle__table-wrap {
	overflow-x: auto;
}

.cw-colocacion-detalle__table {
	width: 100%;
	border-collapse: collapse;
	color: #3f4652;
	font-size: 14px;
}

.cw-colocacion-detalle__table th,
.cw-colocacion-detalle__table td {
	border: 0;
	border-bottom: 1px solid #edf0f5;
	padding: 10px 0;
	text-align: left;
	vertical-align: middle;
}

.cw-colocacion-detalle__table th {
	background: #fff;
	border-bottom: 1px solid #9bb6ff;
	color: var(--arco-col-accent);
	font-weight: 700;
	padding-bottom: 12px;
}

.cw-colocacion-detalle__table td:first-child,
.cw-colocacion-detalle__table th:first-child {
	width: 28%;
	padding-right: 24px;
	color: #262c36;
	font-weight: 700;
}

.cw-colocacion-detalle__table tr:last-child td {
	border-bottom: 0;
}

.cw-colocacion-detalle__conditions {
	margin-top: 0;
}

.cw-colocacion-detalle__attachments {
	margin-top: 34px;
}

.cw-colocacion-detalle__attachments h3 {
	margin: 0 0 28px;
	border-bottom: 2px solid var(--arco-col-accent);
	color: var(--arco-col-accent);
	font-size: 28px;
	line-height: 1.2;
	padding-bottom: 14px;
}

.cw-colocacion-detalle__attachments-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: start;
}

.cw-colocacion-detalle__adjuntos {
	margin: 0;
	padding-left: 24px;
	columns: 2;
	column-gap: 56px;
	color: var(--arco-col-accent);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
}

.cw-colocacion-detalle__adjuntos li {
	break-inside: avoid;
	margin: 0 0 8px;
}

.cw-colocacion-detalle__adjuntos a {
	color: var(--arco-col-accent);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cw-colocacion-detalle__adjuntos a:hover,
.cw-colocacion-detalle__adjuntos a:focus {
	text-decoration: underline;
}

.cw-colocacion-detalle__download-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 214px;
	min-height: 74px;
	border-radius: 14px;
	background: var(--arco-col-accent);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 28px;
	text-decoration: none;
}

.cw-colocacion-detalle__download-all:hover,
.cw-colocacion-detalle__download-all:focus {
	background: #123fbf;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 760px) {
	.cw-colocaciones__filters {
		grid-template-columns: 1fr;
	}

	.cw-colocaciones__grid {
		grid-template-columns: 1fr;
		padding-left: 0;
		background: transparent;
	}

	.cw-colocacion-detalle {
		padding: 22px 16px;
	}

	.cw-colocacion-detalle__header {
		grid-template-columns: 1fr;
	}

	.cw-colocacion-detalle__badges {
		justify-content: flex-start;
	}

	.cw-colocacion-detalle__summary {
		grid-template-columns: 1fr;
		margin: 22px 0 30px;
	}

	.cw-colocacion-detalle__timeline {
		grid-template-columns: 1fr;
	}

	.cw-colocacion-detalle__attachments-body {
		grid-template-columns: 1fr;
	}

	.cw-colocacion-detalle__adjuntos {
		columns: 1;
		font-size: 18px;
	}

	.cw-colocacion-detalle__download-all {
		width: 100%;
	}
}