﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?j2cut3');
  src:  url('../fonts/icomoon.eot?j2cut3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?j2cut3') format('truetype'),
    url('../fonts/icomoon.woff?j2cut3') format('woff'),
    url('../fonts/icomoon.svg?j2cut3#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;
  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-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}





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


#cabecera{
	border: 0px solid red;
	width: 100%;
	float: left;
}

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

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

#logotipo img{
	width: 100%;
}


#datos{
	border: 0px solid red;
	width: 30%;
	float: right;
	margin: 12px 0 0 0;
}

#datos span{
	width: 100%;
	text-align: right;
	font-size: 18px;
	float: left;
	padding: 0 0 6px 0;
}

#datos span strong{
	font-size: 22px;
	color: #ef7e2d;
}

#datos span img{
	width: 25px;
	float: right;
	margin: -5px 0 0 0;
}



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

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

#menu{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background:rgba(256,256,256,0.8);
	width: 100%;
	float: left;
}

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

#menu-r{
	width: 100%;
	text-align: center;
	font-size: 23px;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	font-weight: bold;
	color: #973529;
}

#menu-conten ul{
	width: 100%;
	list-style: none;
	padding: 0;
	float: left;
	margin-bottom: 0;
}

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

.menu{
	width: 100%;
	color: black;
	font-size: 23px;
	text-align: center;
	float: left;
	padding: 12px 0;
}
.menu:hover, .activo{
	font-weight: bold;
	color: #973529;
}

#efecto-conten{
}


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

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #ef7e2d;
	font-weight: bold;
	float: left;
}


.subtitulo{
	width: 100%;
	text-align: center;
	color: gray;
	font-size: 18px;
	float: left;
	margin: 20px 0 0 0;
}

.p{
	width: 31.33%;
	text-align: center;
	float: left;
	margin: 30px 1% 0;
	cursor: pointer;
}

.p img{
	width: 70%;
}

.p strong{
	width: 100%;
	text-align: center;
	font-size: 30px;
	float: left;
	padding: 12px 0;
}


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



#banner{
	background: url(../images/fondo-banner.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 20px 0;
}

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

.texto-banner{
	background: rgba(151,53,41,0.8);
	width: 62%;
	color: white;
	font-size: 20px;
	line-height: 25px;
	float: right;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.texto-banner strong{
	font-size: 25px;
	text-shadow: 2px 2px 2px black;
}


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

.seccion{
	width: 62%;
	font-size: 20px;
	line-height: 25px;
	float: left;
}
.seccion strong{
	color: #ef7e2d;
	font-size: 25px;
}

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




#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;
}



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

.galeria img{
	
}



.float{
	width: 100%;
	float: left;
	margin-top: 30px;
}


.productos{
	margin-top: 30px !important;
	padding-bottom: 30px;
}

.img1{
	cursor: pointer;
}
.img1 strong{
	width: 100%;
	text-align: center;
	font-size: 20px;
	display: inline-block;
}
.img1 img, .img0 img{
	width: 100%;
}




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

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

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

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

.seccion-footer a{
	color: white;
}

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

.seccion-footer strong{
	font-size: 24px;
	text-shadow: 2px 2px 2px black;
}


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

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu-conten, #contenido, #banner-conten, #footer-conten{
		width: 100%;
	}
	.galeria{
		width: 100%;
		text-align: center;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#ladoi .imagen{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	#datos{
		width: 50%;
	}
	#logotipo{
		width: 45%;
	}
}
@media screen and (max-width: 800px){
	.producto{
		width: 48%;
	}
	.fixed{
		position: relative !important;
		top: 0 !important;
	}
}
@media screen and (max-width: 700px){
	#menu{
		position: relative;
	}
}
@media screen and (max-width: 600px){
	#logotipo{
		width: 100%;
	}
	#datos{
		width: 100%;
	}
	#datos span{
		text-align: center;
	}
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	.p{
		width: 90%;
		margin: 0 5% 30px;
	}
	.texto-banner{
		width: 100%;
	}
	.seccion{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.imagen-seccion{
		width: 100%;
		margin: 30px 0 0 0 !important;
	}
	.seccion-footer{
		width: 100% !important;
	}

	#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;
	}
	.separacion2{
		width: 100%;
		float: left;
	}
}
@media screen and (max-width: 500px){
	.galeria img{
		width: 70%;
		height: auto !important;
		margin: 0 15% 20px;
	}
}














