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

[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-email:before {
  content: "\e900";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}





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


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


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

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

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

#logotipo img{
	width: 100%;
}


#cabecerad{
	width: 73%;
	float: right;
}

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

#datos strong{
	width: 30%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	float: left;
}

#datos span{
	width: 17.5%;
	font-size: 18px;
	text-align: center;
	float: left;
}

#datos img{
	float: right;
}


#menu{
	border: 0px solid red;
	width: 80%;
	float: right;
	margin: 37px 0 0 0;
}

#menu-r{
	border: 3px solid gray;
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;

	border-radius: 7px 7px 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{
	position: relative;
	width: 31.33%;
	float: left;
}

.menu{
	border: 3px solid gray;
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 12px 0;

	border-radius: 7px 7px 0 0;

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

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


#menu ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	position: absolute;
	top: 50px;
	left: -25%;
	z-index: 10000;
	border: 3px solid gray;
	background: white;
	width: 150%;
	display: none;
}

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

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

.menu-secundario{
	background:  #b1c4ba;
	width: 100%;
	color: #373435;
	font-size: 20px;
	text-align: center;
	float: left;
	padding: 12px 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-secundario:hover{
	background: #373435;
	font-weight: bold;
	color: white;
}


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

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

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


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

.cuadro{
	border: 0px solid red;
	width: 26.33%;
	float: left;
	margin: 0 0 20px 0;

	box-shadow: inset 20px 20px 100px black;
}

.enmedio{
	margin: 0 10%;
}

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

.titulo-cuadro{
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.8);
	width: 100%;
	color: white;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	float: left;
}

.color1{
	background:rgba(220,220,184,0.7);
	color: black;
}
.color2{
	background: rgba(163,201,212,0.7);
	color: black;
}
.color3{
	background: rgba(177,196,186,0.7);
}


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

.titulo div{
	background: rgba(220,220,184,0.7);
	display: inline-block;
	padding: 12px;

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

.producto{
	border: 2px solid #ddd;
	width: 24%;
	float: left;
	margin: 0 0.5% 50px;

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

.imagen-producto{
	width: 100%;
	height: 230px;
	float: left;
	overflow: hidden;
}
.imagen-producto img{
	width: 100%;
}
.height{
	border: 0px solid red;
	width: auto;
	height: 200px;
}

.titulo-producto{
	background: #ddd;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	float: left;
	padding: 7px 0;
}


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


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

.seccion{
	width: 62%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}

.imagen-seccion{
	width: 37%;
	font-size: 20px;
	line-height: 30px;
	float: right;
}

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


.catalogo{
	width: 100%;
	height: 800px;
	float: left;
	margin: 30px 0 0;
}

.catalogo iframe{
	width: 100%;
	height: 100%;
}


#footer{
	background: #b1c4ba;
	width: 100%;
	text-align: center;
	font-size: 18px;
	float: left;
	padding: 12px 0;
}

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

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

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1000px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#cabecerad{
		width: 100%;
		margin: 10px 0 0 0;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.producto{
		width: 45%;
		margin: 0 2.5% 30px;
	}
	#datos strong, #datos span{
		width: 33.33%;
	}
}
@media screen and (max-width: 800px){
	#logotipo img{
		width: 50%;
	}
	.cuadro{
		width: 45%;
		margin: 0 2.5% 20px;
	}
}
@media screen and (max-width: 700px){
	#datos strong{
		width: 100%;
		text-align: center;
		margin: 0 0 10px 0;
	}
	#datos span{
		width: 50%;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.seccion{
		width: 100%;
		float: left;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
	}
	.imagen-seccion img{
		width: 80%;
	}
}
@media screen and (max-width: 600px){
	#logotipo img{
		width: 70%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0 !important;
	}
	.menu, .menu-secundario, #menu-secundario{
		border: 0;
	}
	#menu-secundario{
		position: relative;
		top: 0;
	}
	.cuadro, .producto{
		width: 90%;
		margin: 0 5% 20px;
	}
	.imagen-producto{
		height: auto;
	}
	.imagen-producto img{
		width: 100%;
	}
}