/**
 * Página: Servicios de Corretaje
 * Misma estructura que Administración: barra azul, secciones alternas blanco/celeste, barras verde lima.
 * Se carga junto con page-administracion.css (clases adm-* compartidas).
 */

/* Hero: solo barra "Corretaje", sin cuerpo de sección */
.page-corretaje .adm-section:first-of-type .adm-wrapper {
	margin-bottom: 0;
}

.page-corretaje .adm-section:first-of-type .adm-title-bar {
	margin-bottom: 0;
}

/* Fondos por sección: 2 y 4 blanco, 3 y 5 celeste #effbff */
.page-corretaje .adm-section:nth-of-type(2),
.page-corretaje .adm-section:nth-of-type(3),
.page-corretaje .adm-section:nth-of-type(4),
.page-corretaje .adm-section:nth-of-type(5) {
	padding: 0;
	margin-top: 1.5rem;
}

.page-corretaje .adm-section:nth-of-type(2) .adm-wrapper,
.page-corretaje .adm-section:nth-of-type(4) .adm-wrapper {
	background: #fff;
	padding: 2.5rem 20px;
	box-sizing: border-box;
}

.page-corretaje .adm-section:nth-of-type(3) .adm-wrapper,
.page-corretaje .adm-section:nth-of-type(5) .adm-wrapper {
	background: #effbff;
	padding: 2.5rem 20px;
	box-sizing: border-box;
}

/* Títulos dentro del contenido (no en barra azul) */
.adm-content-title {
	font: 700 18px var(--font-main);
	color: #222;
	letter-spacing: 0.02em;
	margin: 0 0 0.25rem;
}

.adm-content-subtitle {
	font: 400 16px var(--font-main);
	color: #555;
	letter-spacing: 0.02em;
	margin: 0 0 1rem;
}

.adm-content .adm-list {
	margin-top: 0;
}

.adm-content a:not(.adm-btn) {
	color: var(--color-accent, #c3ef0f);
	text-decoration: underline;
}

.adm-content a:not(.adm-btn):hover {
	color: #0a193a;
}

@media (max-width: 768px) {
	.page-corretaje .adm-section:nth-of-type(2),
	.page-corretaje .adm-section:nth-of-type(3),
	.page-corretaje .adm-section:nth-of-type(4),
	.page-corretaje .adm-section:nth-of-type(5) {
		margin-top: 1rem;
	}

	.adm-content-title {
		font-size: 16px;
	}

	.adm-content-subtitle {
		font-size: 14px;
	}
}
