﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7exsbg');
  src:  url('../fonts/icomoon.eot?7exsbg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7exsbg') format('truetype'),
    url('../fonts/icomoon.woff?7exsbg') format('woff'),
    url('../fonts/icomoon.svg?7exsbg#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-email:before {
  content: "\e900";
}
.icon-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-check:before {
  content: "\ea10";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}




body{
	background: url(../images/fondo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
}

#fondo-blanco{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgb(256,256,256,0.9);
	width: 100%;
	height: 100%;
}


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

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

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

#logotipo img{
	width: 100%;
}


.menuS{
	width: 100%;
	float: left;
}
.menuS ul{
	width: 100%;
	float: left;
}
.menuS ul li{
	position: relative;
	width: 16.66%;
	float: left;
}

#menu{
	width: 80%;
	float: right;
	margin: 65px 0 0 0;
}

#menu a{
	color: black;
}

#car{
	border: 0px solid blue;
	width: 40%;
	float: right;
}

#car span{
	width: 33.33%;
	text-align: center;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.car-enmedio{
	border-left: 1px solid gray; 
	border-right: 1px solid gray; 
}


.menuS ul li:hover #menu-secundario{
	display: block !important;
}

#menu-secundario{
	position: absolute;
	top: 40px;
	left: -25%;
	z-index: 100;
	width: 150% !important;
}

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

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

.menu-secundario{
	border: 0px solid red;
	width: 100%;
	font-weight: bold;
	color: #c00202;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 12px 10px;

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

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

#menu ul{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin-top: 20px;
}

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

.menu{
	border: 0px solid red;
	width: 100%;
	font-weight: bold;
	color: #c00202;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 12px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dosM{
	padding-top: 1px;
	padding-bottom: 1px;
}

.menu:hover, .activo{
	background: #c00202;
	color: white;
}

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

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


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


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

#contenido-conten{
	width: 100%;
	float: left;
	padding: 40px 0;
}

#contenido .seccion, #contenido .titulo{
	color: black;
}

.titulo{
	width: 100%;
	text-align: center;
	color: #c00202;
	font-size: 35px;
	float: left;
	margin:0 0 40px 0;
}

.producto{
	width: 24%;
	float: left;
	margin: 0 0.5% 30px;
	cursor: pointer;
}

.titulo-producto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 0 5px;

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

.comprar{
	width: 100%;
	text-align: center;
	float: left;
}

.boton{
	background: -webkit-linear-gradient(90deg, yellow 10%, orange 90%);
	background: -moz-linear-gradient(90deg, yellow 10%, orange 90%);
	background: -ms-linear-gradient(90deg, yellow 10%, orange 90%);
	background: -o-linear-gradient(90deg, yellow 10%, orange 90%);
	background: linear-gradient(90deg, yellow 10%, orange 90%);

	display: inline-block;
	padding: 9px 12px;
	cursor: pointer;

	border-radius: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boton:hover{
	font-weight: bold;
}


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

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

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

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

.seccion{
	width: 62%;
	text-align: justify;
	color: white;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 0 20px 0 0;

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

.imagen-seccion{
	width: 37%;
	font-size: 22px;
	line-height: 32px;
	float: left;
}
.imagen-seccion img{
	width: 100%;
}

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

#imagenes img{
	height: 240px;
	margin: 0 13px;
}


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

.seccion-footer a{
	color: white;
}













