.patrocinadores-footer p.title{
	font-family: var(--fuente-bold);
	border-bottom: 2px solid white;
	display: block;
}

.patrocinadores-footer ul.listado-patrocinador-control{
	display: flex;
	flex-wrap: wrap;
	gap:40px;
	align-items: center;
}
.patrocinadores-footer ul.listado-patrocinador-control li{
	width: 120px;
	flex-shrink: 0;
	list-style-type: none;
}