@charset "utf-8";
/* CSS Document */
@media print{
	input[type=button]{
		display: none;
	}
}
:root{
	--cart: #FF5E1F;
	--titulos: #C1272D;
	--brillante: #ED1C24;
	--uiadm: #CCC;
	--ochenta: #808080;
	--dark: #1A1A1A;
}
html, body{
	padding: 0px;
	margin: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	background-color: var(--dark);
	color: var(--ochenta);
}
h2{
	width: 100%;
	font-size: 20px;
	margin: 0px;
}
input:focus{
	outline: none;
}
.head{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: #000;
	/*background-image: url("../imagenes/fibra.png");*/
	box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.65);
	z-index: 50;
}
.hmarcas{
	position: relative;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: #FFF;
	display: flex;
	padding-left: 43px;
	box-sizing: border-box;
}
.hmarcas a{
	position: relative;
	margin-right: 35px;
	text-decoration: none;
	color: #000;
}
.hmarcas span:nth-child(3){
	padding: 2px 5px;
	background-color: #000;
	color: #FFF !important;
	border-radius: 7px;
	font-size: 12px;
}
.hmarcas img{
	width: 40px;
	height: 40px;
	margin: 10px 0;
}
.hmarcas span{
	position: relative;
	top: -23px;
	margin-left: 10px;
}
.half-head{
	position: relative;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: var(--cart);
	color: #FFF;
	text-align: center;
}
.buscador{
	position: absolute;
	color: #FFF;
	left: 43px;
	top: 28px;
	display: flex;
}
.logo{
	position: relative;
	width: 150px;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.logo img{
	width: 150px;
	height: auto;
}
.menu{
	position: absolute;
	top: 20px;
	right: 43px;
	color: #FFF;
}
.hr{
	position: relative;
	height: 25px;
	width: 100%;
	background-color: var(--brillante);
	display: block;
}
.banners{
	position: relative;
	width: 100%;
	height: auto;
}
.banners img{
	position: relative;
	width: 100%;
	height: auto;
	top: 0px;
	display: block;
}
.contenido{
	position: relative;
	width: 100%;
	min-height: 100vh;
	/*margin-right: auto;
	margin-left: auto;*/
	display: flex;
	padding: 0px;
	box-sizing: border-box;
}
.titulos{
	position: relative;
	margin: 25px 25px;
	font-size: 24px;
}
.rines{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 25px 0;
}
.rines2{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 0;
}
.sugerencia{
	text-align: center;
}
.footer{
	padding: 25px 43px;
	background-color: #1A1A1A;
	width: 100%;
	display: flex;
	min-height: 200px;
	color: #999;
	display: flex;
	box-sizing: border-box;
}
.col{
	position: relative;
	width: 33%;
	display: block;
	margin: 0 10px;
}
.col2{
	position: relative;
	width: 45%;
	display: block;
}
.lateral{
	position: relative;
	width: 210px;
	background-color: #CCC;
	border-right: solid 1px #999;
	/*display: block;*/
	float: left;
}
.detalle-cart{
	position: absolute;
	right: 43px;
	top: 25px;
	width: 370px;
	height:550px;
	border: solid 1px var(--brillante);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	color: var(--ochenta);
	font-weight: 500;
	font-size: 18px;
}
.productos{
	position: relative;
	width: calc(100% - 673px);
	min-height: 100vh;
	left: 25px;
	top: 25px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: var(--ochenta);
	font-size: 16px;
	align-content: start;
}
.pedidos{
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	min-height: 100vh;
	align-content: baseline;
}
.login-admin{
	position: relative;
	top: 80px;
	width: 400px;
	height: 575px;
	background-color: #000;
	background-image: url("../imagenes/fibra.png");
	border-radius: 10px;
	box-shadow: 2px 2px 5px 2px #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
}
.login-cl{
	box-shadow: unset;
	margin-left: unset;
	margin-right: unset;
	top: 0px;
}
.theme-default .nivo-controlNav{
	position: absolute;
	z-index: 10;
	bottom: 0px !important;
	width: 100%;
	padding: 0px;
	top: unset;
}
.aviso{
	position: relative;
	width: 80%;
	box-sizing: border-box;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
}
.registro{
	color: #FFF;
}
.registro a{
	text-decoration: none;
  	color: #FFF;
 	width: 80%;
	display: block;
	position: relative;
 	margin: 20px auto;
}
.newdistri{
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.cintillo{
	position: relative;
	width: 100%;
	height: 75px;
	overflow: hidden;
}
.cintillo .track{
	display: flex;
	animation: scroll 40s linear infinite;
	width: calc(300px * 6)
}
.cintillo .pieza{
	height: 75px;
	width: 300px;
	color: red;
	text-transform: uppercase;
	text-align: center;
	line-height: 75px;
}
.galeriamenu{
	text-decoration: none;
	color: #FFF;
	margin: 0 10px;
  	cursor: pointer;
}
@keyframes scroll{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc((-300px * 3)/2));
	}
}