.navbar {
	margin: 0;
}

a {
	color: white;
}

.nav-item a {
	color: #919496;
	font-size: 15px;
}

header {
	height: 88px;
}

footer div ul li a {
	
}

.footerfooter {
	width: 90%;
	height: 100%;
}

.seccion2 {
	height: 100% !important;
}

div.col-md-3 ul li {
	padding: 0 0 50px 0;
	list-style-type: none;
}

div.col-md-11 li {
	display: inline-flex;
	text-align: center;
	padding: 0 70px 0 0;
	font-weight: 400;
	font-size: 23px;
}

div.row div.col-md-1 {
	color: white;
	float: right;
	text-align: center;
	font-weight: 400;
	font-size: 23px;
}



.page-wrap {
	min-height: 100%;
	position: relative;
}

.page-wrap:after {
  content: "";
  display: block;
  height: 142px; 
}

.stores {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px !important /*calc(100vh - 540px - 174px - 142px)*/;
	width: 100%
}

.seccion1 {
	background-image: url('../imagenes/f04.png');
	background-position: center;
	background-size: cover;
	height: 540px;
	position: relative;
}

html, body {
	height: 100%;
}

@media only screen and (max-height: 630px) {
	.seccion1 {
		height: calc(100vh - 90px);
	}
}

@media only screen and (max-height: 450px) {
	.seccion1 {
		height: 360px;
	}
}

footer div.container-fluid div div.footerfooter div.row div.col-md-11 ul li  {
	font-size: 15px;
}
footer div.container-fluid div div.footerfooter div.row div.col-md-1 p  {
	font-size: 15px;
}

footer {
	height: 142px;
	width: 100%;

	position: absolute;
	bottom: 0;
}

.footerfooter {
	width: 90%;
	height: 70px;
}

@media only screen and (max-width: 992px) {
	div.footerfooter div.row {
		display: block !important;
	}
	div.footerfooter div.row div.col-md-11 ul {
		
		padding: 0;
	}
	div.footerfooter div.row div.col-md-11 ul li {
		display: block;
		padding: 0;
		padding-top: 10px;
	}
	div.footerfooter div.row div.col-md-1, div.footerfooter div.row div.col-md-1 p {
		display: block;
		padding: 0;
		width: 100%;
		font-size: 30px;
		text-align: center;
	}
	footer {
		height: 200px;
	}
	.breakpoint {
		display: block;
	}
	.centrado {
		justify-content: center;
		width: 100%;
		max-width: 100%;
	}
	div.centrado ul {
		margin-bottom: 10px !important;
	}
	.centrado p {
		width: 100%;
	}
}

/*footer	{
	background-size: cover;
	height: 142px;
	position: absolute;
	bottom: 0;
	width: 100%;
	
	display: flex;
	align-items: center;
	
}

footer div.row div:last-child {
	width: 100%;
	padding: 0 50px;
	font-size: 25px;
	color: white;
	text-align: right;
}

footer div.row div:first-child {
	width: 100%;
	padding: 0 50px;
	font-size: 25px;
	color: white;
}

footer div ul {
	margin: 0;
}

footer div ul li {
	padding: 0 25px;
}

footer div ul li a {
	color: white;
}*/