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





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



#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 35px;
	float: left;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #0099ff;
	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	color: white;
	font-size: 18px;
	float: left;
	padding: 9px 0;
	margin: 0 100px 0 0;
}
#cintillo-conten span a{
	color: white;
}
#cintillo-conten span img{
	height: 25px;
	float: right;
	margin: -5px 0 0 0;
}

.right{
	float: right !important;
	margin: 0 !important;
}
.right img{
	margin: -6px 2px 0 2px !important;
}



#cabecera{
	width: 100%;
	float: left;
	padding: 10px 0;
}

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

#logotipo{
	border: 0px solid blue;
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	float: left;
}
#logotipo img{
	width: 25%;
}


#buscador{
	border: 0px solid red;
	width: 35%;
	margin: 25px 0 0 15px;
	float: left;
}

#buscador form{
	width: 100%;
	float: left;
}

#buscador input[type=search]{
	border: 1px solid #ddd;
	width: 80%;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	float: left;
	padding: 5px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#buscador input[type=submit]{
	border: 0;
	background: black;
	width: 20%;
	font-size: 18px;
	color: white;
	font-family: 'Montserrat', sans-serif;
	float: left;
	padding: 6px 0;
}


#carrr{
	border: 2px solid #0099ff;
	background: black;
	width: 20%;
	font-size: 18px;
	float: right;
}

#carrr a{
	color: white;
}

#login{
	width: 100%;
	color: white;
	float: left;
	padding: 9px 0;
}

#login span{
	width: 50%;
	text-align: center;
	color: white;
	float: left;
}

#carrito-de-compras{
	width: 100%;
	text-align: center;
	color: white;
	padding: 9px 0;
}



#menu{
	background: #0099ff;
	width: 100%;
	float: left;
}

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

#menu-r{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: white;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: black;
}

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

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

.menu{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	float: left;
	padding:12px 0;
}

.dos{
	padding: 3px 0 3px;
}

.menu:hover, .activo{
	background: black;
	text-decoration: underline;
}



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


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


#productos{
	width: 100%;
	float: left;
	padding: 50px 0;
}

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

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

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

.producto img{
	height: 200px;
}

.producto strong{
	width: 100%;
	color: #0099ff;
	font-size: 20px;
	float: left;
	margin: 0 0 10px 0;
}

.producto span{
	font-size: 18px;
}

.texto-producto{
	text-align: left;
	padding: 20px 0 0 0;
}

.boton{
	border: 2px solid black;
	background: #0099ff;
	width: 50%;
	text-align: center;
	color: white;
	margin: 12px 25% 0;
	padding: 4px 10px;

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

.boton:hover{
	background: black;
}

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


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

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

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

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

.mitad{
	width: 50%;
	float: left;
}

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


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

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

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

.texto-banner{
	background: rgba(256,256,256,0.8);
	width: 65%;
	font-size: 22px;
	line-height: 27px;
	float: right;
	padding: 20px;

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



.p{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 12px;
	margin: 0 0 30px 0;

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

.imagen-p{
	width: 30%;
	text-align: center;
	float: left;
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imagen-p img{
	width: 75%;
}

.texto-p{
	width: 70%;
	font-size: 18px;
	line-height: 23px;
	float: left;
}
.texto-p strong{
	color: #09f;
	font-size: 23px;
}
.texto-p .mitad{
	width: 50%;
	float: left;
	padding-right: 10px;

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



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

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

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

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.seccion-footer a{
	color: white;
}
.seccion-footer strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
}
.seccion-footer img{
	width: 30px;
}
.seccion-footer input{
	border: 0;
	font-size: 17px;
	padding: 8px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.seccion-footer button{
	border: 0;
	font-size: 17px;
	padding: 10px;
	cursor: pointer;

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


@media screen and (max-width: 1200px){
	.d1200{display: none;}

	#cintillo-ayuda{
		display: none;
	}
	#cintillo{
		position: relative;
	}

	#cintillo-conten, #cabecera-conten, #menu-conten, #banner, #footer-conten{
		width: 100%;
	}
	#productos-conten, #contenido-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 900px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	.menu{
		padding:12px 0 !important;
	}

	.imagen-p{
		width: 100%;
		text-align: center;
	}
	.imagen-p img{
		width: 30%;
	}
	.texto-p{
		width: 100%;
		margin: 20px 0 0 0;
	}

	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 800px){
	#logotipo img{
		width: 50%;
	}
	.producto{
		width: 48% !important;
	}
}
@media screen and (max-width: 600px){
	.producto{
		width: 98% !important;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 80%;
	}

	#banner-conten{
		padding: 5px;
	}
	.texto-banner{
		width: 100%;
	}

	.mitad{
		width: 100% !important;
	}
}
@media screen and (max-width: 500px){
	.right{display: none;}

	#cintillo-conten span{
		width: 100%;
		text-align: center;
		padding: 3px 0;
	}

	#logotipo img{
		width: 80%;
	}

	.imagen-p img{
		width: 50%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}














