@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
body,html{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}
html{
	width: 100%;
	height: 100%;
}
body,html,p,ul,li,table,td,tr,div,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

/*
* Globals
*/

/* Links */
a,
a:focus,
a:hover {
	color: #fff;
}




/*
* Base structure
*/

html {
	height: 100%;
	background-color: #FFF;
}

body {
	display: -ms-flexbox;
	/*display: flex;*/
	color: #1a1a1a;

}


/*
* Header
*/
.masthead {
	background: #1b191e;
	padding-top: 9px;
	padding-bottom: 9px;
}

.masthead ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-weight: 500;
}
.masthead ul li{
	display: inline-block;
}
.car-number{
	color: #FFF;
	font-size: 0.9rem;
	font-weight: 700;
	background: #E48205;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;;
	-webkit-border-radius: 30px 30px 30px 30px;
}

/*
* Menu INt
*/
.menu-int-g{
	background: #f2690c;
	padding-top: 18px;
	padding-bottom: 18px;
}

.menu-int{
	display: none;
}
.menu-int .activo{
	color: #FFF;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.carrito{
	text-align: center;
	margin-top: 15px;
}
.menu-int ul,.menu-sec ul, .carrito ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-int ul li, .menu-sec ul li,.carrito ul li{
	display: inline-block;
	margin-top: 14px;
}
.menu-int ul li a,.menu-sec ul li a{
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 36px 12px 36px;
	color:#FFF;
	background: #f17e3a;
}
.menu-int ul li a:hover,.menu-sec ul li a:hover{
	color: #FFF;
}

.menu-int ul .redes a,.menu-sec ul .redes a{
	color:#FFF;
	background: none;
	padding: 0px 0px 0px 0px;
	margin-left: 3px;
	vertical-align: sub;
}
.menu-int2{
	background: #f17e3a;
	margin-top: 15px;
	display: none;
}
.menu-int2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-int2 ul li a{
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	color:#FFF;
	display: block;
}

.carrito .car {
	background: #000;
	padding: 12px 26px 12px 26px;
	font-size: 0.9rem;
	margin-top: -10px;
}
.carrito .car a{
	color:#FFF;
	font-size: 0.8rem;
}
.carrito .lupa{
	margin-left: 10px;
}
.slide{
	margin-top: 25px;
	margin-bottom: 60px;
}
.slide-int{
	margin-bottom: 30px;
}
/*
* Home
*/
.texto-c-h{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 300;
	margin-top: 0px;
	color: #FFF;
}
.text-home h3{
	font-size: 1.8rem;
	color: #f2690c;
	font-weight: 300;
	margin-bottom: 40px;
}
.logo{
	padding-top: 0px;
}
/*
* Contacto
*/
.formulario{
	color:#808080;
}
.formulario .label{
	color:#808080;
	font-size: 1.1rem;
	text-transform: uppercase;
}
.formulario input, .formulario textarea{
	background: #dddddd;
	border: #6b6a6a;
	padding: 10px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 1px solid #6b6a6a;
}
.formulario .input{
	background: #f2690c;
	color: #FFF;
	font-size: 1.1rem;
	text-transform: uppercase;
	border: 0px solid #6b6a6a;
	padding-right: 25px;
	padding-left: 25px;
}
.formulario .input2{

	font-size: 0.8rem;
	padding-right: 15px;
	padding-left: 15px;
}
/*
* Red Comercial
*/

/*
* Productos
*/
.pestnias ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pestnias ul li{
	display: inline-block;
	color: rgba(255,255,255,0.4);
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	padding-top:10px;
	padding-bottom: 10px;
	width: 117px;
	text-align: center;
}
.c-green{
	background: #849a6b;
}
.c-orange{
	background: #e59a45;
}
.c-blue{
	background: #5c9ac6;
}
.filtros,.filtros2{
	text-transform: uppercase;
}
.filtros h3,.filtros2 h3{
	font-size: 1.1rem;
	background: #f2690c;
	padding: 20px 16px 20px 16px;
	margin-bottom: 2px;
	color: #FFF;
	font-weight: 700;
}
.filtros ul,.filtros2 ul{
	margin: 0;
	padding: 0;
	list-style: none;

}
.filtros ul li,.filtros2 ul li{
	padding: 0px;
	margin-bottom: 1px;
	background: #e6e6e6;
}
.filtros ul li a,.filtros2 ul li a{
	padding: 6px 15px 6px 15px;
	color: #1a1a1a;
	text-decoration: none;
	width: 90%;
	display: inline-block;
}

.filtros ul li ul,.filtros2 ul li ul{
	background: #f8f8f8;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.filtros ul li ul li,.filtros2 ul li ul li{
	background: #f8f8f8;

}
.filtros ul li ul li a,.filtros2 ul li ul li a {
	font-size: 0.9rem;
}
.plus{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 1rem;
	padding-bottom: 2px;
	padding-top: 2px;
	float: right;
	font-size: 0.6rem;
	width: 10%;
	margin-top: 7px;
}
.card {
	word-wrap: break-word;

	background-clip: border-box;
	border: 0px solid rgba(0,0,0,.125);
	border-radius: 0rem;
	color: #636466;
	font-size: 0.8rem;
	margin-bottom: 34px;
	position: relative;
}
.card h4{
	font-weight: 700;
	color: #1a1a1a;
	font-size: 1rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px;
	background: #d6d6d6;
}
.card ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}
.card ul li{
	display: inline-block;
	color: #636466;
	font-size: 0.8rem;
	margin-right: 26px;
}
.agregar-carrito{
	width: 100%;
	margin-top: 30px;
}
.agregar-carrito input{
	background: #FFF;
	border: 1px solid #999999;
	padding: 5px;
	display: inline-block;
	width: 30px;
	text-align: center;
}
.agregar-carrito .btnAddAction{
	background: #f2690c;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 12px;
	display: inline-block;
	font-weight: 700;
	width: 100px;
	border: 0px solid #999999;
}
.bt-agregar{
	background: #f2690c;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 12px;
	display: inline-block;
	font-weight: 700;
}
.cintillo{
	background: #000000;
	color: #FFF;
	padding: 6px 12px;
	text-align: center;
	font-size: 0.8rem;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}
.cintillo2{
	background: #f2690c;
	color: #FFF;
	padding: 6px 12px;
	text-align: center;
	font-size: 0.8rem;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 300;
}
/*
* Footer
*/
.footer {
	color: #FFF;
	padding-top: 45px;
	padding-bottom: 45px;
	font-size: 1rem;
	font-weight: 400;
	color: #fdfdfd;
	text-align: right;
	border-top: 4px solid #f2690c;
}
/*
* Estilos Comunes
*/

.bck-white{
	background-color: #FFF;
}
.bck-morado{
	background-color: #70304b;
}
.bck-red{
	background-color: #e51836;
}
.bck-l-blue{
	background-color: #59afc8;
}
.bck-green-lg{
	background-color: #198e7b;
}
.bck-grey{
	background-color: #666666;
}
.bck-l-grey{
	background-color: #dbdbdb;
}
.pbt42{
	padding-top: 42px;
	padding-bottom: 42px;
}
.pbt30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.mt38{
	margin-top: 38px;
}
.mb12{
	margin-bottom: 12px;
}
.mb28{
	margin-bottom: 28px;
}
.mb100{
	margin-bottom: 100px;
}
.mb50{
	margin-bottom: 50px;
}
.mt50{
	margin-top: 50px;
}
.font-c-black{
	color:#1b191e;
}
.font-c-red{
	color:#da291c;
}
.font-s-075{
	font-size: 0.8rem;
}
.font-w-bold{
	font-weight: 700;
}
.font-w-black{
	font-weight: 900;
}
.titulo-seccion h3{
	font-weight: 600;
	color: #FFF;
	font-size: 1rem;
	margin-bottom: 30px;
}
.modelo .texto{
	font-size: 0.8rem;
	text-align: center;
}
.btn-pointer{
	cursor: pointer;
}
.menu-iconos{
	margin-bottom: 20px;
}
/* Bloques*/
.menu-iconos .bloque{
	background: #ababab;
	text-align: center;
	padding-top: 30px;
	display: inline-block;
	margin-bottom: 15px;
	width: 17.5%;
	margin-left: 1.25%;
}
.menu-iconos .bloque .img-sub{
	padding-bottom: 30px;
	border-bottom: 3px solid #f2690c;
}
.menu-iconos .bloque .texto-subclas{
	padding: 15px 15px 15px 15px;
	text-align: right;
	background-image: url("../img/square.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
	font-weight: 700;
	background-color: #f2f2f2;
	display: none;
}
.menu-iconos .bloque .texto-subclas a{
	text-decoration: none;
	color: #f2690c;
	font-size: 0.9rem;
}
.menu-iconos .bloque:first-child{
	margin-left: 0%;
}

.menu-iconos .bloque:hover{
	background: #f2690c;
	text-align: center;
}
.menu-iconos .bloque:hover .img-sub{
	border-bottom: 3px solid #999999;
}
.menu-iconos .bloque:hover .texto-subclas{
	background-color: #000000;
}

.menu-iconos .bloque:hover .texto-subclas a{
	color: #d1d1d1;
}

.menu-iconos .bloque-activo{
	background: #f2690c;
}
.menu-iconos .bloque-activo .img-sub{
	border-bottom: 3px solid #999999;
}
.menu-iconos .bloque-activo .texto-subclas{
	background-color: #000000;
}
.menu-iconos .bloque-activo .texto-subclas a{
	color: #d1d1d1;
}
/* Fin bloque */
.imagen{
	position: relative;
	border: 1px solid #000000;
}
/* Carro */
.imgcart{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.table-bordered td, .table-bordered th {
	vertical-align: baseline;
}
.table {
	margin-bottom: 0rem;
}
.finproceso{
	margin-top: 30px;
	text-align: right;
}
.finproceso a {
	background: #f2690c;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 12px;
	display: inline-block;
	font-weight: 700;
}
.trash{
	text-align: center;
}
.trash a{
	color: #212529;
}
.vaciar-cart{
	text-align: right;
}
.vaciar-cart a{
	text-decoration: none;
	background-color: #54585C;
	padding: 8px 15px 8px 15px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.vaciar-cart a:hover{
	background-color: #404B56;
}
.cant{
	border-radius: 13px 13px 13px 13px;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	background: #f2690c;
	color: #FFF;
	text-align: center;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-left: 5px;
	font-weight: 700;
	padding-top: 1px;
}
.text-check{
	margin-top: 30px;
}
/* Bread crumb */
.bread{
	margin-bottom: 25px;
}
.bread ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #838383;
}
.bread ul li{
	display: inline;
}
.bread ul li a{
	color: #f2690c;
	text-decoration: none;
}
.bread ul li a:hover{
	text-decoration: underline;
}
.paginado{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}
.paginado{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}
.paginado ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.paginado ul li{
	display: inline-block;


	text-align: center;
}
.paginado ul li a{

	color: #000;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
	width: 30px;
	height: 30px;
	background: #d6d6d6;
	display: inline-block;
	padding-top: 3px;
}
.paginado ul li a:hover{

	background: #f2690c;
	color: #FFF;
	text-decoration: none;
}

.paginado ul .activo{
	background: #f2690c;
	color: #FFF;
	display: inline-block;
	margin: 0px 3px 0px 3px;
	width: 30px;
	height: 30px;
	padding-top: 3px;
}
/* Buscar */
.buscar-form{
	padding: 25px 0px 25px 0px;
	background: #f8f8f8;
	display: none;
}
.resultado-busqueda{
	padding: 20px 15px 20px 15px;
	background: #f8f8f8;
	margin-bottom: 30px;
}
.menu-sec{
	display: block;
	text-align: right;
}
.blq{
	margin-bottom: 15px;
}
.img-txt{
	margin-top: 15px;
}
.img-txt2{
	display:none;
}

.prod-cont-g{
	position: relative;
}
.cover{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 8000;
	display: none;
}
.filtros2{
	position: absolute;
	top:0;
	left: -250px;
	z-index: 10000;
	width: 250px;
	background: #FFF;
	height: 100%;
}
.bclose{
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11000;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 4px;
	cursor: pointer;
	display: none;
}
.bot-menurs-g{
	display: block;
}
.bot-menurs{
	font-size: 0.9rem;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
padding: 12px 36px 12px 36px;
color: #FFF;
background: #f17e3a;
margin-bottom: 15px;
cursor: pointer;
}
.bot-menurs i{
	margin-right: 15px;

}
.filtros-g{
	display: none;
}
.icono-men{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.error {
  color: red;
	font-size: 0.8rem;
}
@media (min-width: 576px) {
	/* Bloques*/
	.menu-iconos .bloque{
		background: #ababab;
		text-align: center;
		padding-top: 30px;
		display: inline-block;
		margin-bottom: 15px;
		width: 18.3%;
		margin-left: 1.25%;
	}
	.menu-iconos .bloque .img-sub{
		padding-bottom: 30px;
		border-bottom: 3px solid #f2690c;
	}
	.menu-iconos .bloque .texto-subclas{
		padding: 15px 15px 15px 15px;
		text-align: right;
		background-image: url("../img/square.jpg");
		background-repeat: no-repeat;
		background-position: 20px center;
		font-weight: 700;
		background-color: #f2f2f2;
	}
	.menu-iconos .bloque .texto-subclas a{
		text-decoration: none;
		color: #f2690c;
		font-size: 0.9rem;
	}
	.menu-iconos .bloque:first-child{
		margin-left: 0%;
	}

	.menu-iconos .bloque:hover{
		background: #f2690c;
		text-align: center;
	}
	.menu-iconos .bloque:hover .img-sub{
		border-bottom: 3px solid #999999;
	}
	.menu-iconos .bloque:hover .texto-subclas{
		background-color: #000000;
	}

	.menu-iconos .bloque:hover .texto-subclas a{
		color: #d1d1d1;
	}

	.menu-iconos .bloque-activo{
		background: #f2690c;
	}
	.menu-iconos .bloque-activo .img-sub{
		border-bottom: 3px solid #999999;
	}
	.menu-iconos .bloque-activo .texto-subclas{
		background-color: #000000;
	}
	.menu-iconos .bloque-activo .texto-subclas a{
		color: #d1d1d1;
	}
	/* Fin bloque */
}
@media (min-width: 768px) {
	.menu-int ul li a{
		font-size: 0.8rem;
		padding: 12px 16px 12px 16px;
	}
	.carrito .car {
		padding: 12px 6px 12px 6px;
		font-size: 0.8rem;
		margin-top: -10px;
	}
	.logo{
		padding-top: 12px;
	}
	.menu-sec{
		display: none;
	}
	.menu-int{
		display: block;
	}
	.menu-int2{

		display: none;
	}
	.carrito{
		text-align: right;
		margin-top: 0px;
	}
	.formulario .input2{

		font-size: 1.1rem;
		padding-right: 25px;
		padding-left: 25px;
	}
	.blq{
		margin-bottom: 0px;
	}
	.img-txt{
		margin-top: 0px;
	}

	.menu-iconos{
		margin-bottom: 20px;
	}
	.texto-c-h{
		font-size: 0.9rem;
	}
	/* Bloques*/
	.menu-iconos .bloque{
		background: #ababab;
		text-align: center;
		padding-top: 30px;
		display: inline-block;
		margin-bottom: 15px;
		width: 18.5%;
		margin-left: 1.25%;
	}
	.menu-iconos .bloque .img-sub{
		padding-bottom: 30px;
		border-bottom: 3px solid #f2690c;
	}
	.menu-iconos .bloque .texto-subclas{
		padding: 15px 15px 15px 15px;
		text-align: center;
		background-image: none;
		background-repeat: no-repeat;
		background-position: 20px center;
		font-weight: 700;
		background-color: #f2f2f2;
		display:block;
	}
	.menu-iconos .bloque .texto-subclas a{
		text-decoration: none;
		color: #f2690c;
		font-size: 0.7rem;
	}
	.menu-iconos .bloque:first-child{
		margin-left: 0%;
	}

	.menu-iconos .bloque:hover{
		background: #f2690c;
		text-align: center;
	}
	.menu-iconos .bloque:hover .img-sub{
		border-bottom: 3px solid #999999;
	}
	.menu-iconos .bloque:hover .texto-subclas{
		background-color: #000000;
	}

	.menu-iconos .bloque:hover .texto-subclas a{
		color: #d1d1d1;
	}

	.menu-iconos .bloque-activo{
		background: #f2690c;
	}
	.menu-iconos .bloque-activo .img-sub{
		border-bottom: 3px solid #999999;
	}
	.menu-iconos .bloque-activo .texto-subclas{
		background-color: #000000;
	}
	.menu-iconos .bloque-activo .texto-subclas a{
		color: #d1d1d1;
	}
	/* Fin bloque */
}
@media (min-width: 992px) {
	.menu-int ul li a{
		font-size: 0.8rem;
		padding: 12px 26px 12px 26px;
	}
	.carrito .car {
		padding: 12px 26px 12px 26px;
		font-size: 0.9rem;
		margin-top: -10px;
	}
	.logo{
		padding-top: 0px;
	}
	.filtros-g{
		display: block;
	}
	.bot-menurs-g{
		display: none;
	}
	.img-txt2{
		display:block;
	}

	/* Bloques*/
	.menu-iconos .bloque{
		background: #ababab;
		text-align: center;
		padding-top: 30px;
		display: inline-block;
		margin-bottom: 15px;
		width: 18.6%;
		margin-left: 1.25%;
	}
	.menu-iconos .bloque .img-sub{
		padding-bottom: 30px;
		border-bottom: 3px solid #f2690c;
	}
	.menu-iconos .bloque .texto-subclas{
		padding: 15px 15px 15px 15px;
		text-align: right;
		background-image: url("../img/square.jpg");
		background-repeat: no-repeat;
		background-position: 20px center;
		font-weight: 700;
		background-color: #f2f2f2;
	}
	.menu-iconos .bloque .texto-subclas a{
		text-decoration: none;
		color: #f2690c;
		font-size: 0.9rem;
	}
	.menu-iconos .bloque:first-child{
		margin-left: 0%;
	}

	.menu-iconos .bloque:hover{
		background: #f2690c;
		text-align: center;
	}
	.menu-iconos .bloque:hover .img-sub{
		border-bottom: 3px solid #999999;
	}
	.menu-iconos .bloque:hover .texto-subclas{
		background-color: #000000;
	}

	.menu-iconos .bloque:hover .texto-subclas a{
		color: #d1d1d1;
	}

	.menu-iconos .bloque-activo{
		background: #f2690c;
	}
	.menu-iconos .bloque-activo .img-sub{
		border-bottom: 3px solid #999999;
	}
	.menu-iconos .bloque-activo .texto-subclas{
		background-color: #000000;
	}
	.menu-iconos .bloque-activo .texto-subclas a{
		color: #d1d1d1;
	}
	/* Fin bloque */

}
@media (min-width: 1200px) {
	.menu-int ul li a{
		font-size: 0.9rem;
		padding: 12px 36px 12px 36px;
	}
	.texto-c-h{
		font-size: 1.1rem;
	}

	.menu-iconos .bloque{
		width: 18.7%;
		margin-left: 1.25%;
	}
}
@media (min-width: 1500px) {

}
