.mobHid {
	display: block;
}

.mobShow {
	display: none;
}

@media (max-width: 768px) {
	html, body {
		height: auto;
	}
	
	.container-fluid.principal, .principal .row {
		height: 100%;
	}
	
	.mobHid {
		display: none;
	}

	.mobShow {
		display: block;
	}
	
	.logo {
		position: relative;
		top: auto;
		left: auto;
		margin: 30px auto 0!important;
		width: 40vw;
		height: 100px;
	}
	
	.boxPrin {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto!important;
		background: none;
	}
	
	.bepi {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0!important;
		width: 100%;
		background-image: url(../images/vagonetaMob.png);
	}
	
	.inputpal {
		width: 100%;
		max-width: 260px;
		margin-bottom: 10px;
	}
	
	.boxStores.mobShow {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		text-align: center;
	}
}
