/*
	Página de prueba del gestor. Vive en su propio archivo para no tocar el CSS
	del sitio: si algún día se saca la sección, se borra esto y nada más.
*/
.main-test { padding: 120px 0 80px; }
.main-test .wrapper { max-width: 860px; margin: 0 auto; padding: 0 24px; }

.test-aviso {
	background: #fff6e0; border: 1px solid #f0d79a; border-left: 4px solid #8a5b00;
	color: #6b4700; padding: 12px 16px; border-radius: 6px;
	font-size: 14px; margin-bottom: 28px;
}
.main-test h3 { margin: 0 0 8px; }
.test-descripcion { color: #5a6b86; margin: 0 0 24px; }
.test-portada {
	height: 260px; background: #eef1f6 center/cover no-repeat;
	border-radius: 8px; margin-bottom: 32px;
}
.main-test .img img, .main-test .imagenes img { max-width: 100%; height: auto; }
.main-test .imagenes { display: flex; gap: 14px; flex-wrap: wrap; margin: 20px 0; }
.main-test .imagenes img { width: calc(33.333% - 10px); object-fit: cover; }
.main-test hr { border: 0; border-top: 1px solid #c9d3e4; margin: 28px 0; }
