html,
body{
	height: 100%;
	background-color: #999999;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.marcaPeru {
	width: 180px;
	right: 0;
	padding: 2rem;
}

.fill{
		width: 100%;
		height: 100%;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
}

.footer-izquierdo{
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
}

.slogan{
	background: transparent;
	max-width: 500px;
	max-height: 300px;
	color: #FFF;
	padding: 2rem;
}

.slogan hr{
    max-width: 200px;
    height: 0.5rem;
    background: #FFF;
    margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px; 
}

@media (max-width: 1160px) {
	.slogan{
		max-width: 300px;
	}
}

@media (max-width: 960px) {
	.footer-izquierdo{
		visibility: hidden;
		width: 0px;

	}

	.slogan{
		visibility: hidden;
		width: 0px;
		padding: 0;
	}

	.marcaPeru{
		visibility: hidden;
		width: 0px;
		padding: 0;
	}
}
