/* ----- ----- FOOTER ----- ----- */

footer .redes-sociales{
	background: #1b4320;	
	max-height: 55px;
}

footer .redes-sociales .contenedor{
	text-align: right;
	margin: 0 auto;	
}

/*footer .redes-sociales .contenedor img{
	width: 15%;
	float: left;
}*/

footer .redes-sociales a,
footer .redes-sociales p{	
	color: #9c9b9b;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	padding: 15px 7px;
}

footer .redes-sociales p{	
	color: #fff;
}

footer .redes-sociales a:hover,
footer .redes-sociales p:hover{
	color:#fff;
}

footer .informaciones .contenedor{
 	padding: 40px 0;	
}

footer .informaciones .contenedor .formatocaja{	
	color: #1b4320;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	padding: 0 5px;	
	margin-bottom: 40px;
	text-align: left;
	vertical-align: top;
	width: 25%
}

footer .informaciones .contenedor .formatocaja a{	
	color: #1b4320;
	display: inline-block;
	font-size: 12px;
	font-weight: 300px;
	text-decoration: none;
	width: 100%;
}

footer .informaciones .contenedor .formatocaja a:hover{	
	text-decoration: underline;
}

footer .informaciones .contenedor .formatocaja h3{	
	padding-bottom: 5px;
}

footer .informaciones .contenedor .infotienda{	
	border-left: 1px solid rgba(27,67,32,.3);
	padding-left: 25px;
	margin-left: 90px;
	width: 35%
}

footer .informaciones .contenedor .infotienda p{		
	font-size: 12px;
	font-weight: 300px;	
}

footer .informaciones .contenedor .infotienda span{
	color:#656565;
}

footer .informaciones .contenedor .infotienda .email a{
	color:#656565;
	padding-left: 3px;
	width:auto;
}

footer hr{
	border-top: 1px solid rgba(27,67,32,.3);
}

footer .derechos{
	color: #656565;
	font-size: 12px;
	font-weight: 300px;
	/*padding: 20px 0;*/
	padding-top: 10px;
}

@media screen and (max-width: 805px){
	footer .informaciones .contenedor .infotienda{
		width: 44%;
		margin-left: 5px;
	}	
}

@media screen and (max-width: 630px){
	footer .informaciones .contenedor .formatocaja.infotienda{
		display: block;
	}	
	footer .informaciones .contenedor .formatocaja.micuenta,
	footer .informaciones .contenedor .formatocaja.informacion{
		width: 48%;
	}
	footer .informaciones .contenedor .formatocaja.infotienda{
		border: none;
		padding-left: 0;
		width: 100%;
	}	
}

@media screen and (max-width: 350px){
	footer .informaciones .contenedor {
		display: flex;
		flex-direction: column;
	}	

	footer .informaciones .contenedor .formatocaja{
		width: 100%;
	}
	footer .informaciones .contenedor .formatocaja.infotienda{
		border: none;
		padding-left: 0;
	}

	footer .informaciones .contenedor .formatocaja h3{
		display: block;
	}		
}

@media screen and (max-width: 330px){
	footer .redes-sociales .contenedor{
		text-align: center;
	}
	footer .redes-sociales .contenedor #siguenos{
		display: none;
	}
