﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?uly9do');
  src:  url('../fonts/icomoon.eot?uly9do#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?uly9do') format('truetype'),
    url('../fonts/icomoon.woff?uly9do') format('woff'),
    url('../fonts/icomoon.svg?uly9do#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e905";
}
.icon-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-horario:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}




body{
	font-family: 'Open Sans', sans-serif;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}


#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 44px;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #af7f39;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
}

#cintillo-conten span{
	color: white;
	font-size: 22px;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 60px 0 0;
	float: left;
}

.right{
	float: right !important;
	margin: 0 !important;
}

#cintillo-conten span a{
	color: white;
}


#cabecera{
	width: 100%;
	float: left;
	padding: 12px 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 14%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#leyenda{
	width: 30%;
	font-size: 40px;
	font-family: 'Merriweather', serif;
	color: #d5ae76;
	float: left;
	margin: 50px 0 0 40px;
}

#menu{
	width: 45%;
	float: right;
	margin: 56px 0 0 0;
}

#menu-r{
	background: #ddd;
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

#menu ul{
	width: 90%;
	float: left;
}

#menu ul li{
	width: 33.33%;
	float: left;
}

.menu{
	background: #ddd;
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 12px 0;
}
.menu:hover, .activo, #menu-r:hover{
	background: black;
	color: white;
}

#redes{
	width: 10%;
	text-align: center;
	float: left;
}
#redes img{
	width: 40px;
}


#efecto{
	width: 100%;
	float: left;
}


#contenido{
	background: #f5eed2;
	width: 100%;
	float: left;
	padding: 50px 0;
}

#contenido-conten{
	width: 1200px;
	margin: 0 auto;
}

.titulo{
	width: 100%;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

.texto{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 0 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#dos{
	width: 1200px;
	margin: 0 auto;
}

#dos-conten{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.parte{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.seccion{
	width: 62%;
	font-size: 20px;
	line-height: 30px;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}



.producto{
	width: 31.33%;
	float: left;
	margin: 0 1% 30px;
}

.imagen-producto{
	width: 100%;
	float: left;
}
.imagen-producto img{
	width: 100%;
}

.texto-producto{
	background: white;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.separacion{
	width: 100%;
	float: left;
}


#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	color: white;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding:20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px #af7f39;
}

.seccion-footer a{
	color: white;
}

.seccion-footer img{
	width: 35px;
}

@media screen and (max-width: 1200px){
	#cintillo-ayuda{
		display: none;
	}
	#cintillo{
		position: relative;
	}
	#cintillo-conten, #cabecera-conten, #contenido-conten, #dos{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-conten{
		width: 100%;
	}
	#leyenda{
		margin: 10px 0 0 30px;
	}
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 20%;
	}
	#leyenda{
		width: 73%;
	}
	#menu{
		width: 100%;
		margin: 10px 0;
	}
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 700px){
	.d700{
		display: none;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		width: 90%;
		display: block;
		float: left;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.producto{
		width: 80%;
		margin: 0 10% 30px;
	}
}














