﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6erfzd');
  src:  url('../fonts/icomoon.eot?6erfzd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6erfzd') format('truetype'),
    url('../fonts/icomoon.woff?6erfzd') format('woff'),
    url('../fonts/icomoon.svg?6erfzd#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-tiempo:before {
	color: black;
  content: "\e906";
}
.icon-ubication:before {
	color: black;
  content: "\e9000";
}
.icon-buscar:before {
	color: #08bff1;
  content: "\e901";
}
.icon-carr:before {
	background: black;
	color: white;
	padding: 4px;
	border-radius: 50%;
  content: "\e902";
}
.icon-whatsapp:before {
	background: #25e47a;
	color: white;
	padding: 4px;
	border-radius: 50%;
  content: "\e903";
}
.icon-telefono:before {
	background: #eee318;
	color: white;
	padding: 4px;
	border-radius: 50%;
  content: "\e904";
}
.icon-email:before {
	background: #eee318;
	color: white;
	padding: 4px;
	border-radius: 50%;
  content: "\e905";
}

.icon-transferencia:before {
	background: #a4e8fe;
	color: white;
	padding: 5px;
	font-size: 25px;
	border-radius: 50%;
  content: "\10ffff";
}
.icon-bank:before {
	background: #a4e8fe;
	color: white;
	padding: 5px;
	font-size: 25px;
	border-radius: 50%;
  content: "\e908";
}
.icon-tarjeta:before {
	background: #a4e8fe;
	color: white;
	padding: 5px;
	font-size: 25px;
	border-radius: 50%;
  content: "\e907";
}



@font-face {
	src:url(../fuentes/gill-sans-mt/GillSansMTPro-Book.otf);
	font-family: 'gill';
	font-weight: normal;
}
@font-face {
	src:url(../fuentes/gill-sans-mt/GillSansMTPro-Bold.otf.otf);
	font-family: 'gill';
	font-weight: bold;
}


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


#cintillo{
	background: #a4e8fe;
	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	font-size: 16px;
	color: white;
	float: right;
	margin: 0 0 0 30px;
	padding: 12px 0;
}

#cintillo-conten a{
	color: white;
	text-decoration: none;
}

.left{
	margin: 0 !important;
	float: left !important;
}



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

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

#logotipo{
	border: 0px solid red;
	width: 32%;
	font-size: 40px;
	float: left;
	padding: 12px 0;
}

#logotipo span{
	width: 100%;
	font-size: 19px;
	color: black;
	font-family: 'Arial Narrow';
	float: left;
}

#logotipo img{
	width: 37%;
	float: left;
}

.logo1{
	color: #08bff1;
}

.logo2{
	color: #fffa81;
}


#lineas{
	width: 100%;
	float: left;
	margin: 10px 0;
}

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

.linea1{
	background: #fffa81;
	width: 31.33%;
	height: 6px;
	float: left;
	margin: 0 1%;
}
.linea2{
	background: #08bff1;
	width: 31.33%;
	height: 6px;
	float: left;
	margin: 0 1%;
}
.linea3{
	background: #a4e8fe;
	width: 31.33%;
	height: 6px;
	float: left;
	margin: 0 1%;
}






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

#buscar input[type='search']{
	border: 2px solid #fffa81;
	width: 75%;
	font-family: "gill", sans-serif;;
	font-size: 18px;
	float: left;
	padding: 7px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#buscar input[type='search']::placeholder{
	color: #08bff1;
}

#buscar button[type='submit']{
	border: 0px solid red;
	background: white;
	width: 25%;
	font-weight: bold;
	font-size: 30px;
	color: #08bff1;
	padding: 7px 0;

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



#carr{
	border: 0px solid red;
	width: 5%;
	text-align: right;
	font-size: 18px;
	float: right;
	margin: 10px 0 0 0;
}



#menu{
	width: 100%;
	float: left;
	margin: 12px 0;
}

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

#menu-conten a{
	color: black;
}

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

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

.menu{
	border-right: 4px solid #fffa81;
	width: 100%;
	font-size: 18px;
	text-align: center;
	float: left;
	padding: 12px 30px;

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

.menu:hover{
	color: #08bff1;
}

.sin{
	border: 0 !important;
}


#anuncio{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 12px 0;
}

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

#anuncio-conten span{
	border: 0px solid red;
	width: 50%;
	text-align: right;
	font-size: 24px;
	font-weight: lighter;
	float: left;
	margin: 8px 0 0 0;
}

#anuncio-conten img{
	width: 130px;
	float: left;
	margin: -10px 0 0 10px;
}




#efecto{
	width: 100%;
	float: left;
	margin: 20px 0;
}




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

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

.titulo{
	width: 100%;
	text-align: center;
	color: #08bff1;
	font-size: 30px;
	float: left;
	padding: 20px 0;
}

.titulo img{
	position: relative;
	top: 35px;
	height: 90px;
	display: inline-block;
}

.titulo span{
	display: inline-block;
}


.texto{
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 0 40px;
	margin: 0 0 30px 0;
}

.texto img{
	width: 25px;
}
.texto strong{
	color: #08bff1;
}
.texto a{
	color: #08bff1;
}



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

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

#linea-amarilla{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

#linea-amarilla-conten{
	background: #fffa81;
	width: 1200px;
	height: 20px;
	margin: 0 auto;
}


.seccion-footer{
	position: relative;
	border-bottom:2px solid white;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	float: left;
	padding: 20px 12px;

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

.seccion-footer a{
	color: white;
	text-decoration: none;
}

.seccion-footer strong{
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}

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



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

.seccion{
	width: 62%;
	float: left;
}

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

.imagen-seccion img{
	width: 80%;
	margin: 0 10%;
}


.cuadrote{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 50px 0 25px 0;
}

.c3{
	width: 33.33%;
	float: left;
	padding: 0 15px;

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

.c3 b{
	color: #08bff1;
}




.dejanos{
	position: absolute;
	right: 0;
	bottom: 0;
	border: 2px solid white;
	background: #fffa81;
	border-bottom: 0;
	color: #4468b0;
	font-weight: bold;
	font-size: 22px;
	float: left;
	padding: 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dejanos a{
	color: #1ca9e9 !important;
}



#titulo-productos-t{
	display: none !important;
}

.parte-t{
	border: 0px solid red !important;
	padding: 10px 0 !important;
}

.producto-t{
	width: 18% !important;
}

.producto-t a{
	text-decoration: none !important;
}

.titulo-producto-t{
	background: white !important;
	text-decoration: none !important;
	font-size: 17px !important;
	color: #1ca9e9 !important;
	font-weight: bold !important;
}




.mensaje{
	border-top: 20px solid #96e2fd;
	background: #fffd72;
	width: 100%;
	float: left;
	padding: 12px 10px;
	margin: 30px 0 0 0;

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

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

.productoNi{
	border: 0px solid red;
	width: 40%;
	float: left;
}

.productoNi img{
	width: 50% !important;
	height: auto !important;
	margin: 0 25%;
}

.productoNd{
	border: 0px solid green;
	width: 58%;
	float: right;
}

.titulo-productoN{
	width: 100%;
	text-align: center;
	font-size: 30px;
	padding: 0 100px 10px;

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



.precio-productoN{
	border: 0px solid red;
	width: 100%;
	margin: 20px 0 0 0;
}

.precioi{
	border-right: 4px solid #fffd72;
	width: 50%;
	text-align: center;
	float: left;
}

#precio-productoN strong{
	color: #fdbf2d;
	font-size: 30px;
}


.preciod{
	border:0px solid red;
	width: 49%;
	text-align: center;
	float: left;
}

#cantidad-select{
	width: 100% !important;
}

.agregar{
	border-bottom: 0 !important;
	width: 60% !important;
	color: black !important;
	margin: 0 20% !important;
}

.precio-producto{
	background: white !important;
	color: #57b3fe !important;
	font-family: 'helvetica' !important;
	font-size: 15px !important;
	font-weight: bold;
	padding: 12px 0 !important;

	border-radius: 10px 0 10px 0 !important;
}

.precio-producto span{
	color: white !important;
}

.boton-agregar-productos-miniaturas-conten, .agregar{
	font-family: 'gill' !important;
}

.titulo-producto-t{
	font-family: 'helvetica' !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	overflow: auto !important;
	white-space:normal !important;
	text-overflow: unset !important;
}








