@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Comfortaa);


*{
	margin:0;
	padding:0;
	text-decoration: none;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
	

h1{margin:0;}


#contenedor{ /*Contenedor Principal de la tienda */
	width: 80%;
	height: auto;
	margin-left:100px;
	
}


.galeria_cel{
	width: 100%;
	height: auto;
	display:block;
	box-sizing: border-box;
	overflow: hidden;
	
	
}

.boton_whats{
	display: none;
}



#MENU{
	
	width:100%;
	background-color:#d86001;
	text-align:left;
	box-sizing:border-box;
	margin:0px;


}


/*** LOGO y NOMBRE DE LA TIENDA
*********************************************************/

.div-logo-tienda{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 10px 10px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	
}


.logo-redondo-tienda{
		width:80px;
	height:auto;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
	vertical-align:middle;

}

.nombre-tienda{
  width: auto;
  font-family: 'Comfortaa', cursive;
  font-size:1.1em;
  font-style:normal;
  line-height: 1.3;
  color:#333;
	padding-top: 8px;
		
}

	.bajada-logo-tienda{
  width: 100%;
  font-family: 'Comfortaa', cursive;
  font-size:0.9em;
  font-style:normal;
  line-height:1.4;
  color:#333;
	}
	
	.bajada-whatsapp-tienda{
	width: auto;
	font-family: "Arial", sans-serif;
	font-size:0.8em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
  text-decoration:none;
  
	}


/*** Listado - Grilla Articulos
*********************************************************/
.CajaRecuadros-tiendacliente{
	
	width:23%;
	height:320px;
	padding:10px;
	overflow:hidden;
	box-sizing:border-box;
	float:left;
	background:#FFF;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#ecc;
	border-width:1px;
	z-index:0;
	opacity:0;

	}
	
		.CajaRecuadros-tiendacliente:hover{
	
				
	-webkit-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
-moz-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
			}
			
		.logo-listado-secciones-tiendacliente{
	width:60px;
	height:auto;
	background:#FFF;
	border-radius: 100%;
	margin-top:-35px;
	position:absolute;
	text-align:center;
	padding:5px;
	/* margin-left:60px;*/
	margin-left:70px;
	z-index:99999;
	}
	
	.titulo-producto-listado-tiendacliente {
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
}

	.cliente-chico-listado-tiendacliente{
	
	width: auto;
	font-family: "Arial", sans-serif;
	font-size:0.8em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	padding:5px 0px 0px;
}

		.img-foto-tienda-listado-tiendacliente{
	width:100%;
	height:190px;
	max-height:225px;
	margin-bottom:5px;
	
	}


/** DESTACADOS 
***********************************************/

.CajaRecuadros-destacado{
	
	width:90%;
	height:320px;
	padding:10px;
	overflow:hidden;
	box-sizing:border-box;
	float:left;
	background:#FFF;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;

	z-index:0;
	
		-webkit-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
-moz-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);


	}
	
		.CajaRecuadros-destacado:hover{
			
	border-style:solid;
	border-color:#ecc;
	border-width:1px;
	
				
	-webkit-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
-moz-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
			}
			
	
	.titulo-producto-listado-destacado {
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
}

	.cliente-chico-listado-destacado{
	
	width: auto;
	font-family: "Arial", sans-serif;
	font-size:0.8em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	padding:5px 0px 0px;
}

		.img-foto-tienda-listado-destacado{
	width:100%;
	height:190px;
	max-height:225px;
	margin-bottom:5px;
	
	}
	
	
/* DETALLES TIENDA LISTADO */

.detalle{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 30px 40px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	
}

.detalle-1{
	width: 40%;
	height: auto;
	background-color: #FFF;
	padding:20px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;

}

.detalle-2{
	width: 60%;
	height: auto;
	background-color: #FFF;
	padding:20px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;

}


.Titulo{
	
	font-weight: 600;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	font-family: "Oswald", sans-serif;
	color:#f67003;
	
}

.logo-detalle-tienda{

	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:2em;
	font-weight: 500;
	line-height: 1.4;
	color:#fff;	
	padding: 8px 140px 8px;
}

.Bajada{
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.8em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
}

.bajada-listado{
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.4em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
}

.precio-detalle-tienda{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:2em;
	font-style:normal;
	line-height: 1.4;
	color:#f67003;	
}

.Bajada_texto{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.3em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	margin-top: 15px;
	margin-bottom: 10px;
}

.Bajada_datos{
	
  width: 100%;
  font-family: 'Comfortaa', cursive;
  font-size:1em;
  font-style:normal;
  line-height:1.4;
  color:#333;
		padding: 15px 0px 0px 0px;

}

	.bajada_salon2{
  width: 100%;
  font-family: 'Comfortaa', cursive;
  font-size:1em;
  font-style:normal;
  line-height:1.4;
  color:#333;
		padding: 15px 0px 0px 0px;
	}
	
		.texto-zona-cobertura{
  width: 100%;
  font-family: 'Comfortaa', cursive;
  font-size:0.9em;
  font-style:normal;
  line-height:1.4;
  color:#333;
		padding: 15px 0px 0px 0px;
	}

.texto{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;	
	
	margin-bottom: 10px;
}

.mostrar-tienda-online{
	
	width: auto;
	font-family: "Arial", sans-serif;
	font-size:0.8em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	padding-left:5px;
	padding-bottom:3px;
}

.fecha-publicacion{
	
	width: auto;
	font-family: "Arial", sans-serif;
	font-size:0.8em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	padding:5px;
}




.rec_form{
	width: 45%;
	height: auto;
	background-color: #FFF;
	padding: 30px 20px 30px 20px;
	box-sizing: border-box;
	overflow: hidden;
	background:#EEEEEE;

	
}



.mapa{
	width: 100%;
	height: 270px;
	margin-top: 10px;
	border: 0px;



}


.boton {
	width:100%;
	background: rgba(37,211,102, 1); 
	border: none;
	border-radius: 0.31em;
	padding: 0.93em 1.87em;
	color: #fff;
	margin-right: 1.25em;
	cursor: pointer;
	transition: .3s ease all;
	font-size: 1.12em;
	text-decoration: none;
}

.boton:hover {
	background: rgba(37,211,102, 0.7);
	color: #FFF;
}

.boton i {
	margin-right: 1.25em;
}


	
			
/* FOOTER */

.Footer {
	width:100%;
	height:auto;
	background-color:#d86001;
	padding:30px;
	overflow:hidden;
	box-sizing: border-box;
	
}
	.TextoFooter {
	width: auto;
	font-family: "Trebuchet Ms", sans-serif;
	font-size:1em;
	font-style:normal;
	line-height: 1.4;
	color:#fff;	
	
	}
	
	
	
	.whats2{
		display:none;
	}


.rec_galeria{
	width: 100%;
	height:auto;
	margin-top: 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin-left:30px;
	
}
	

.galeria{
	width: 30%;
	height: 350px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	
}

.separador-linea{
	width:100%;
	height:3px;
	margin-top:25px;
	margin-bottom:25px;
	background-color:#F0F0F0;
	overflow: hidden;
	box-sizing: border-box;
	}

	
/*** MUESTRA y OCULTA DELIVERY Y DOMICILIO
****************************************************/

#si-retira-domicilio{
	display:block;
	}

#no-retira-domicilio{
	display:none;
	}
	
#si-retira-delivery{
	display:block;
	}

#no-retira-delivery{
	display:none;
	}		




.redessociales{
	width:100px;
	height:auto;
	float:left;
	overflow: hidden;
	box-sizing: border-box;
	
	}
	
	
	/* # PARA CELULARES 400
***************************************************************************************************************************/
@media screen and (max-width: 768px){
	
	.logo-detalle-tienda{

	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:2em;
	font-weight: 500;
	line-height: 1.4;
	color:#fff;	
	padding: 8px 8px 8px;
}


/** DESTACADOS 
***********************************************/

.CajaRecuadros-destacado{
	
	width:80%;
	height:auto;
	padding:10px;
	overflow:hidden;
	box-sizing:border-box;
	float:left;
	background:#FFF;
	margin-left:37px;
	margin-top:10px;
	margin-bottom:20px;
	
	border-style:none;
	border-color:#ecc;
	border-width:1px;
	z-index:0;
	
		-webkit-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
-moz-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);


	}
	
		.CajaRecuadros-destacado:hover{
	
				
	-webkit-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
-moz-box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
box-shadow: -1px 5px 11px -3px rgba(163,158,163,0.94);
			}
			
	
	.titulo-producto-listado-destacado {
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
}

	.cliente-chico-listado-destacado{
	
	width: auto;
	font-family: "Arial", sans-serif;
	font-size:0.8em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	padding:5px 0px 0px;
}

		.img-foto-tienda-listado-destacado{
	width:100%;
	height:auto;
	max-height:310px;
	margin-bottom:5px;
	
	}


/*** Listado - Grilla Articulos
*********************************************************/

.CajaRecuadros-tiendacliente{
	width:47%;
	height:320px;
	padding:8px;
	overflow:hidden;
	box-sizing:border-box;
	float:left;
	background:#FFF;
	margin-left:8px;
	margin-top:10px;
	margin-bottom:25px;
	z-index:0;
	}
	

	/* BANNER PRINCIPAL */
	
	.LogoElsitiodelpelotero{
    content:url("../images/banner-elsitio-movil.png");
}
	

/* DETALLE Y FORM*/

#contenedor{
	width: 100%;
	height: auto;
	background-color: #fff;
	margin-left:0px;
	
}

.detalle{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 8px;
	box-sizing: border-box;
	overflow: hidden;
	float: none;
	
}

.detalle-1{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding:0px;
	box-sizing: border-box;
	overflow: hidden;

}

.detalle-2{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding:8px;
	box-sizing: border-box;
	overflow: hidden;

}


.rec_galeria{
	width: 100%;
	height:auto;
	margin-top: 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin-left:0px;
	
}





.Titulo{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:2em;
	font-style:normal;
	line-height: 1.4;
	color:#f67003;	
}

.Bajada{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.6em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;	
}



.Bajada_texto{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.2em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;
	margin-top: 15px;
	margin-bottom: 10px;
}

.Bajada_datos{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1.1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;

}

.texto{
	
	width: auto;
	font-family: "Oswald", sans-serif;
	font-size:1em;
	font-style:normal;
	line-height: 1.4;
	color:#414141;	
	
	margin-bottom: 10px;
}




.rec_form{
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	overflow: hidden;
	background:#EEEEEE;
	

	
}



.mapa{
	width: 100%;
	height: 270px;
	margin-top: 10px;
	border: 0px;



}


.whats2{
	display:block;
	width:100%;
	height:auto;
	
	color:#666;
	font-family: "Oswald", sans-serif;
	font-size:1.3em;
	font-style:normal;
	text-align:center;


	}
	
	.icon_whats{
	
	width:18px;
	height:18px;

	}
		
	
	.galeria{
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 20px;
	float: none;
	
}


.boton_whats{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 9999;
	
}





.desaparece{
	
	display:none;

}

}