@media only screen and (max-width: 767px) {
	.nueces{
		text-align: center;
	}
	.fresh{
		display: none;
	}
	
	input.input-cuenta{
		width: 100%!important;
}
	.crear-cuenta form span{
		text-align: left;
	}
	.separador{
		height: 200px!important;
	}


}

@media (min-width: 768px) {
	.sesion-responsive{
		display: none!important;
	}

}

@media only screen and (max-width: 991px) {
	.crear-cuenta{
		width: 90%;
}
}

.deli-tabla{
	color: #93121b;
	margin-top: 0;
}

.info-delicorn{
	border: solid 2px #84bd49;
	padding: 1rem;
	border-radius: 10%;
	background: #fefefe;
}

.hast{
	color: #93121b;
	margin-top: 60px;
}

.deli{
	margin-top: 1.5rem;
}

.deli div{
	padding-top: 2rem;
}

.tabla-nut img{
	width: 200px;
}

.novisible{
	display: none;
}


.multipack{
	background: #84bd49;
	margin-bottom: 30px;
	color: #fff;
	border-radius: 1rem;
}


.cuchara{
	margin-top: 30px;
}

.cuchara img{
	max-width: 100%;
}

.tabla{
	margin-bottom: 30px;
	margin-top: 30px;
}

.tab img{
	width: 180px;
}

.infocoor{
	list-style: none;
	margin-left: -3.5rem;
	width: 110%;
	margin-top: 1rem;
}

span.tenedor{
	color: #84bd49;
	margin-right: 5px;
}

p.terminos{
	margin-left:0 !important;
}

.menu-footer ul{
	margin-left: -60px!important;
}

#insesion{
	display: none;
	position: absolute;
	z-index: 9999;
	border-radius: 10%;
	width: 350px;
	right: 1%;
	top: 50px;
	padding: 1rem;
	box-sizing: border-box;
	color: #fff;
}

#insesion .row{
	background: #84bd49;
	padding: 20px;
	border-radius: 10%;
	width: 80%;
	margin: 0 auto;
}

#insesion .row form{
	background: none;
}

#insesion .row form input{
	color: #aaa;
}


.sub{
	margin-top: 5px;
	background: #fff;
	color: #fff;
	border:none;
}

.crear-cuenta{
	margin:0 auto;
	width: 50%;
}

.crear-cuenta h2{
	color: #c0264b;
	text-align: center;
	
}

.crear-cuenta form{
	text-align: right;
}

input.input-cuenta{
	width: 50%;
	border: solid 1px #84bd49;
	margin-top: 1rem;
}

.sub2{
	margin-top: 5px;
	background: #84bd49;
	color: #fff;
	border:none;
	text-align: center !important;
	width: 100px!important;
}

.separador{
	height: 400px;
	clear: both;
}

.ir-arriba {
	display:none;
	padding: 10px;
	background:#84bd49;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed!important;
	bottom:45px;
	right:10px;
	border:solid 1px #fff;
	z-index: 9999;
	border-radius: 3px;
	font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400
}


#confirmacion{
	z-index: 9999;
	position: fixed;
	background:rgba(0,0,0,0.5);
	width: 100%;
	height: 100vh;
	display: none;

}

#confirmacion h2{
	background-color: #84bd49;
	height: 180px;
	color: #fff;
	padding: 50px;
	margin-top: 50px;
	border-radius: 10px;
}
#confirmacion h2 p{
	font-size: 1.2rem;
}


.error404{
	background-color: #84bd49;
	color: #fff;
}


