*{
	font-family: 'Bebas Neue', cursive;
}
body{
	background-color: #000;
}
.body-container{
	border-left: solid 4px #93702d;
	border-right: solid 4px #93702d;
	/*max-width: 92%;*/
}
.container{
	max-width: 1400px;
}
.links{
	margin: 0;
	padding: 0;
	list-style: none;
}
.links li a{
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	text-align: center;
	display: block;
}
.links li a:hover{
	text-decoration: none;
	color: #fff;
}
.btn-carrito{
	display:inline-block;
	border-left: solid 2px #fff;
}

.section-login{
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	min-height: 60vh;
}

.mayor{
	cursor: pointer;
	display: inline-block;
	border-bottom: solid 3px #000;
	transition: all .3s;
}

.mayor:hover, .mayor.active{
	border-bottom: solid 3px #fff;
	transition: all .3s;
}

.form-control{
	border-radius: 2px;
}

.btn-enviar{
	background-color: transparent;
	color: #fff;
	font-size: 24px;
	border: solid 2px #fff;
}

.with-errors ul li{
	color: red;
	margin-top: 3px;
}

@media only screen and (max-width: 600px) {
	.body-container{
		border-left: solid 2px #93702d;
		border-right: solid 2px #93702d;
		/*max-width: 92%;*/
	}
	.redes img{
		width: 40px;
	}
	.btn-carrito{
		display:inline-block; border-left: 0;
	}
}