



.pie-de-pagina{
	width: 100%;
	height: 50px;
	background-color: #2A0088;
	
}

.contenedor-pie{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 80%;
	text-align: center;
	margin:  auto;	
		
}

.texto-pie{
	font-family: 'gilroybold';
	font-size: 15px;
	color:  white;
	/*cursor: pointer;*/
	text-align: center;
	margin-top: 15px;
	
	
}


.lista-links{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.texto-pie:hover{
	color:#FFD51C;
}

@media (max-width: 959px){
	
.texto-pie{
		font-size: 12px;
		top: 5px;
}
}

@media (max-width: 619px){
	
.texto-pie{
		font-size: 12px;
		margin-top: 10px;
}
}

