﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qbs17z');
  src:  url('../fonts/icomoon.eot?qbs17z#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qbs17z') format('truetype'),
    url('../fonts/icomoon.woff?qbs17z') format('woff'),
    url('../fonts/icomoon.svg?qbs17z#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";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}





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


.chat{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 60px;
}
.chat img{
	width: 100%;
}


#cabecera{
	position: relative;
    background: url(../images/fondo-titulos.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
	width: 100%;
	float: left;
}

#fondo-verde{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(97,191,26,0.8);
    width: 100%;
    height: 100%;
}

#cabecera-conten{
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
}

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

#datos span{
	width: 25%;
	text-shadow: 2px 2px 2px black;
	text-align: center;
	font-size: 23px;
	font-weight:bold;
	color: white;
	float: left;
	padding: 12px 0;
}

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

#logotipo{
	background: white;
	width: 30%;
	text-align: center;
	float: left;

	border-radius: 7px 7px 0 0;
}

#logotipo img{
	width: 80%;
}


#menu{
	width: 67%;
	float: right;
	margin: 55px 0 0 0;
}

#menu-r{
	background: #006a32;
	width: 100%;
	color: white;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding:12px 0;
	cursor: pointer;
	display: none;

	border-radius: 10px 10px 0 0;

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

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

#menu ul li{
	float: left;
}

.menu{
	background: #006a32;
	color: white;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding:12px 27px;

	border-radius: 10px 10px 0 0;

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

.menu:hover, .activo, #menu-r:hover{
	background: white;
	color: #006a32;
}


.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	float: left;
	margin: 0 0 30px 0;
}


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

#contenido-conten{
	width: 100%;
	float: left;
	margin: 30px 0;
}

#ladoi{
	border: 1px solid #006a32;
	width: 40%;
	float: left;
	padding: 7px;

	border-radius: 10px;

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

#leyenda{
	border-bottom: 10px solid #006a32;
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: lighter;
	margin: 0 0 30px 0;
}

.cuadro{
	border: 1px solid #006a32;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;

	border-radius: 7px;
	padding: 5px;

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

.titulo-cuadro{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
	cursor: pointer;
}
.titulo-cuadro:hover{
	background: #006a32;
	color: white;
}
.texto-cuadro{
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 10px;
	display: none;

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

.cuadrito{
	width: 100%;
	float: left;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cuadrito strong{
	color:#006a32;
	font-size: 27px;
}

#ladod{
	border: 0px solid red;
	width: 57%;
	float: right;
	padding: 12px;

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

.producto{
	border: 3px solid #006a32;
	width: 47%;
	float: left;
	margin: 0 1.5% 20px;

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

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

.titulo-producto{
	background: #006a32;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 23px;
	font-weight: bold;
	float: left;
	padding: 12px;

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


#efecto{
	width: 100%;
	float: left;
	margin: 30px 0;
}


#footer{
	position: relative;
    background: url(../images/fondo-titulos.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
	width: 100%;
	float: left;
	padding: 20px 0;
}

#footer-conten{
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto;
}

#datos-footer{
	background: white;
	width: 70%;
	float: left;

	border-radius: 10px;
}

#datos-footer span{
	width: 33.33%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 19px 0;
}

#datos-footer strong{
	width: 100%;
	text-align: center;
	font-size: 23px;
	float: left;
	padding: 20px 0;
}

#ubicacion{
	width: 29%;
	font-size: 18px;
	font-weight: bold;
	float: right;
}

@media screen and (max-width: 1200px){
	#cabecera-conten, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-conten{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	#datos span{
		width: 33.33%;
		font-size: 20px;
		text-align: center;
	}
	.d800{
		display: none;
	}
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.producto{
		width: 97%;
	}
	#datos-footer{
		width: 100%;
	}
	#ubicacion{
		width: 100%;
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 600px){
	#logotipo img{
		width: 60%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		width: 100%;
		padding: 12px 0;
	}
	#ladoi{
		width: 100%;
	}
	#ladod{
		width: 100%;
	}
	#datos-footer span{
		width: 100%;
	}
}
















