﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ziiitv');
  src:  url('../fonts/icomoon.eot?ziiitv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ziiitv') format('truetype'),
    url('../fonts/icomoon.woff?ziiitv') format('woff'),
    url('../fonts/icomoon.svg?ziiitv#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;
  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-check:before {
  content: "\e904";
}
.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: 'Lato', sans-serif;
}


#efecto{
	background: url(../images/fondo-efecto.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 600px;
	float: left;
}

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

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

#logotipo{
	width: 10%;
	float: left;
	margin: 15px 0 0 0;
}

#logotipo img{
	width: 100%;
}

#menu{
	width: 60%;
	float: left;
	margin:10px 0 0 30px;
}

#menu a{
	color: black;
	text-decoration: none;
}

#logotipo-principal{
	width: 30%;
	margin: 0 30%;
}

.menu-r{
	background: rgba(256,256,256,0.7);
	width: 100%;
	color: #f8ab60;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 12px 0;
	float: left;
	display: none;
	cursor: pointer;

	transition: all 0.2s;
}
#menu ul{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

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

.menu{
	background: rgba(256,256,256,0.7);
	width: 100%;
	color: #f8ab60;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 12px 0;

	transition: all 0.2s;
}


#datos{
	border: 0px solid red;
	width: 26%;
	float: right;
	padding: 12px;
	margin: 15px 0 0 0;

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

#datos p{
	width: 100%;
	font-size: 19px;
	line-height: 23px;
	color: gray;
	text-align: right;
	float: left;
}

#datos p strong{
	color: #e63f2f;
	font-size: 23px;
}


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

#fondo-negro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}
#fondo-blanco{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(256,256,256,0.8);
	width: 100%;
	height: 100%;
}

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

.texto-uno{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: 40px;
	float: left;
	padding: 150px 200px;

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

.verdeEspecial{
	font-family: 'Gabriola';
	color: #0aff00;
	font-size: 32px;
	font-weight: bold;
}



#cuadros{
	width: 100%;
	float: left;
	padding: 30px 0;
}

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

.cuadro{
	border: 0px solid red;
	width: 27.33%;
	float: left;
	margin:0 3% 30px;
	padding: 100px 0;

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

.cuadro:hover strong{
	color: orange;
}

.cuadro strong{
	background: rgba(256,256,256,0.7);
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	float: left;

	transition: all 0.2s;
}

.c1{
	background: url(../images/c1.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.c2{
	background: url(../images/c2.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.c3{
	background: url(../images/c3.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}


.titulo{
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #e63f2f;
	font-weight: bold;
	float: left;
	margin:0 0 30px 0;
}

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

.rayita{
	background: black;
	width: 200px;
	height: 3px;
	margin: 0 0 30px 0;
	display: inline-block;
}


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

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

#ladoi{
	position: relative;
	border: 0px solid blue;
	width: 40%;
	height: 500px;
	float: left;

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


.fixed{
	position: fixed;
}
#ladoi .imagen{
	border: 0px solid red;
	width: 478px;
}

#ladoi .imagen img{
	width: 100%;
}


#ladod{
	width: 60%;
	float: left;
}

.producto{
	border: 5px solid transparent;
	width: 23%;
	text-align: center;
	margin: 20px 1%;
	float: left;
	cursor: pointer;

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

.producto:hover{
	border: 5px solid #ef7e2d;
}

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

.titulo-producto{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	float: left;
}

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


#gris{
	background: #ddd;
	width: 100%;
	float: left;
	padding: 40px 0;
}

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

#grisi{
	border: 0px solid red;
	width: 30%;
	font-size: 21px;
	line-height: 31px;
	float: left;

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

#grisi strong{
	width: 100%;
	color: red;
	font-size: 30px;
	float: left;
	margin: 0 0 30px 0;
}


#grisd{
	border: 0px solid red;
	width: 70%;
	float: right;
	padding: 0 20px 0 50px;

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


.area{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

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

.imagenes{
	width: 100%;
	text-align: center;
	float: left;
}
.imagenes img, .tres img{
	cursor: pointer;
}

.tres{
	width: 33.33%;
	float: left;
}

.mitad{
	width: 50%;
	float: left;
	padding: 0 10px;

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

.cuatro-mitad{
	width: 25%;
	float: left;
	padding: 0 10px;

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

.tres img, .mitad img, .cuatro-mitad img{
	width: 100%;
	margin: 0 0 10px 0;
}


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

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

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

.subtitulo-galeria{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	float: left;
	margin: 0 0 40px 0;
}


.m{
	width: 32.33%;
	float: left;
}



#negro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	display: none;
}

#blanco{
	width: 800px;
	text-align: center;
	margin: 40px auto 0;
}

#blanco-conten{
	position: relative;
	border: 0px solid red;
	width: 100%;
	float: left;
}

#cerrar{
	position: absolute;
	top: -10px;
	right: -10px;
	background: red;
	width: 40px;
	font-weight: lighter;
	font-size: 22px;
	color: white;
	padding: 10px;
	cursor: pointer;

	border-radius: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cerrar:hover{
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}

.lado{
	border: 0px solid white;
	width: 5%;
	text-align: center;
	color: white;
	font-size: 40px;
	font-weight: lighter;
	float: left;
	padding: 280px 0;
	cursor: pointer;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lado:hover{
	font-weight: bold;
	text-shadow: 3px 3px 3px black;
}

.imagen{
	border: 0px solid blue;
	width: 90%;
	text-align: center;
	float: left;
	overflow: hidden;

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

#blanco img{
	height: 600px;
}




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

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

#fondo-negro2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}

.seccion-footer{
	width: 100%;
	text-align:center;
	color: white;
	font-size: 19px;
	line-height: 34px;
	float: left;
	padding: 20px 12px;

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

.seccion-footer strong{
	width: 100%;
	text-align: center;
	font-size: 24px;
	text-shadow: 2px 2px 2px #e63f2f;
	float: left;
	margin:0 0 10px 0;
}


#pie{
	background: black;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	float: left;
	padding: 12px 0;
}

@media screen and (max-width:1300px){
	#cabecera-conten, #uno-conten, #cuadros-conten, #footer-conten, #contenido, #galeria-conten, #gris-conten{
		width: 100%;
		padding:0 10px;

		box-sizing:border-box;
	}
	#logotipo-principal{
		display: none;
	}
	#logotipo{
		width: 20%;
	}
	#menu{
		width: 75%;
	}
	#datos{
		width: 50%;
	}
	#efecto{
		height: auto !important;
	}
	.fixed{
		position: relative !important;
		top: 0 !important;
	}
	#ladoi .imagen{
		width: 100%;
	}
	#ladoi .imagen img{
		width: 100% !important;
	}
}
@media screen and (max-width:1000px){
	.texto-uno{
		padding: 10px;
	}
}
@media screen and (max-width:900px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 22%;
	}
	#menu{
		width: 100%;
		margin: 0;
	}
	#datos, #datos p{
		width: 100%;
		text-align: center;
	}

	.cuadro{
		width: 45%;
		margin: 0 2.5% 30px;
	}
}
@media screen and (max-width:800px){
	#blanco{
		width: 100%;
	}
	#blanco img{
		height: auto;
	}
	#grisi, #grisd{
		width: 100%;
	}
	#grisd{
		padding: 20px 0;
	}
}
@media screen and (max-width:700px){
	#logotipo img{
		width: 32%;
	}

	.menu-r{
		display: block;
	}

	#menu ul{
		display: none;
	}

	#menu ul li{
		width: 100%;
	}
}
@media screen and (max-width:600px){
	.cuadro{
		width: 95%;
	}
	#ladoi{
		width: 100%;
		height: auto;
		padding: 0 20px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#ladod{
		width: 100%;
		margin: 30px 0 0 0;
	}
	.producto{
		width: 45%;
		margin: 0 2.5% 30px;
	}
	.separacion2{
		width: 100%;
		float: left;
	}
	.tres{
		width: 90%;
		margin: 0 5% 30px;
	}
	.thumbnails ul li{
		width: 90% !important;
		text-align: center;
		margin: 0 5% 30px !important;
	}
	.thumbnails ul li img{
		width: 100%;
		height: auto !important;
	}
}
@media screen and (max-width:500px){
	#logotipo img{
		width: 50%;
	}
}














