footer{
	width: 100%;
	background: black;

}
	footer>div:first-child{
		width: 1500px;
		margin: auto;
		display: flex;
		padding: 30px 0px 30px;
	}
		footer>div:first-child>img{
			margin: auto;
			margin-left: 0px;
			height: 50px;
			color: white;
		}
		footer>div:first-child>div{
			margin: auto;
			margin-right: 0px;
			text-align: right;
		}
			footer>div:first-child>div>a{
				text-decoration: none;
				margin-left: 10px;
				color: white;
			}
				footer>div:first-child>div>a:nth-child(3){
					margin-top: 10px;
				}
				footer>div:first-child>div>a:nth-child(3),footer>div>div>a:nth-child(4){
					display: block;
				}
				footer>div:first-child>div>a>img{
					width: 30px;
				}
			footer>div:first-child>div>img[src*="yo_amo_gdl.svg"]{
				margin-top: 5px;
				height: 25px;
			}
	footer>div:nth-child(2){
		display: none;
		width: 100%;
		padding: 20px;
		color: white;
		text-align: center;
		background: #3c3c3c;
	}