footer
{
	background: #000;
	width: 100%;
	padding: 70px 0 20px 0;
}
footer ul
{
	display: block;
}
footer ul li
{
	width: 100%;
	position: relative;
}
#footer-img
{
	width: 50%;
	margin-bottom: 20px;
}
footer a
{
	display: table;
	/* width: 100%; */
}
footer a, footer p
{
	color: #fff;
	font-size: 12pt;
	text-decoration: none
}
#copyright
{
	margin-top: 40px;
	font-size: 10pt;
}
#descargar-app
{
	width: 60%;
	border: 2px solid var(--color-gray-1);
	padding: 10px;
	border-radius: 10px;
	margin: 20px 0;
}


footer ul li:nth-child(2)
{
	text-align: center;
}

@media only screen and (min-width: 600px)
{

	#footer-img
	{
		width: 40%;
	}
	footer ul
	{
		display: flex;
	}

	#descargar-app
	{
		width: 250px;
		border: 2px solid var(--color-gray-1);
		padding: 20px;
		border-radius: 10px;
		margin: 0;
	}

	footer ul li
	{
		width: 50%;
	}

	footer ul li:nth-child(2)
	{
		text-align: right;
	}

	/* #aviso-privacidad
	{
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
	} */

	#copyright
	{
		margin-top: 80px;
	}
}