@charset "utf-8";
:root{
	--rey: #0833a2;
	--oro: #ffbf00;
	--titulos: #C9151D;
	--cart: #28292B;
	--gris: #909395;
	--rojo: #C9151D;
	--oscuro: #19191C;
	--brillante: #FF0000;
	--ochenta: #808080;
	--blanco: #FFFFFF;
}
.hr{
	position: relative;
	height: 5px;
	width: 100%;
	background-color: var(--cart);
	display: block;
}
html, body, ul, li, a{
	padding: 0px;
	margin: 0px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-style: normal;
}
body{
	background-image: url("../imagenes/pattern.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}
h1, h2, h3, h4{
	margin: 5px;
	color: var(--titulos);
}
a{
	text-decoration: none;
	color: #FFF;
}
.head{
	position: relative;
	width: 100%;
	height: 110px;
	top: 0px;
	/*background: rgb(0,0,128);
	background: linear-gradient(0deg, rgba(0,0,128,1) 35%, rgba(8,51,162,1) 82%);*/
	background-color: var(--oscuro);
	box-shadow: 0px 2px 6px 1px rgba(0,0,0, .82);
	display: flex;
	box-sizing: border-box;
	padding: 0 25px;
	text-transform: uppercase;
	z-index: 2;
}
.logo{
	position: relative;
	top: 10px;
	height: 100px;
	width: 100px;
}
/**************************** MENU ****************************/
.menu{
	position: relative;
	height: 110px;
	top: 0px;
	left: 0px;
	font-size: 16px;
}
.menu ul{
	position: relative;
	top: 44px;
}
.menu li{
	position: relative;
	display: inline;
	color: #FFF;
}
.menu li{
	height: 74px;
}
.menu a{
	padding: 8px 15px;
}
.menu a:hover, .carrito a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.menu img{
	position: relative;
	top: 31px;
}
.half-head{
	position: relative;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: dimgray;
	color: var(--blanco);
	text-align: center;
	box-shadow: 0px 6px 6px 1px rgba(0,0,0, .82);
}
.contenido{
	position: relative;
	width: 100%;
	min-height: 100vh;
	/*margin-right: auto;
	margin-left: auto;*/
	display: flex;
	padding: 0px;
	box-sizing: border-box;
	background-color: #FFF;
}
.franja{
	position: relative;
	width: 100%;
	height: 50px;
	top: 0px;
	background-color: var(--rojo);
	box-sizing: border-box;
	padding: 0 25px;
	line-height: 50px;
	color: #000;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 2px 6px 1px rgba(0,0,0, .82);
	z-index: 1;
	background-image: url("../imagenes/huella1.png");
	background-repeat: repeat-x;
}
.franja span{
	text-shadow: 0px 1px 2px #000;
}
.franja a:not(:first-of-type){
	margin-left: 10px !important;
}
.franja i{
	text-shadow: 0px 1px 2px #000;
	font-size: 20px;
}
.tsc{
	position: relative;
	top: 9px;
	display: block;
	background-color: #FFF;
	border-radius: 5px;
	height: 33px;
	box-shadow: 0px 1px 3px #000;
}
.redes{
	position: relative;
}
.carrito{
	position: absolute;
	top: 44px;
	right: 0px;
	box-sizing: border-box;
	padding: 0 25px;
}
.banners{
	position: relative;
	width: 100%;
	height: auto;
}
.banners img{
	position: relative;
	width: 100%;
	height: auto;
	top: 0px;
	display: block;
}
.titulos{
	position: relative;
	top: 25px;
	text-align: center;
}
.sugerencia{
	text-align: center;
}
.destacado{
	position: relative;
	top: 0px;
	background-color: #FFF;
}
.theme-default .nivo-controlNav{
	position: absolute;
	z-index: 10;
	bottom: 0px !important;
	width: 100%;
	padding: 0px;
	top: unset;
}
.rines{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 25px 0;
	overflow: hidden;
}
.rines2{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 0;
}
.marcas{
	position: relative;
	width: 100%;
	height: 150px;
}
.pagos{
	position: relative;
	top: 0px;
	width: 100%;
	height: 150px;
	background-color: var(--rey);
}
.buscador{
	position: relative;
	color: var(--titulos);
	left: 0px;
	top: 0px;
	display: flex;
	padding: 25px;
	margin: 0 auto;
	width: 322px;
}
.menurin{
	position: relative;
	top: 0;
	width: 100%;
	height: 75px;
	background-color: var(--gris);
}
/****************************  FOOTER ****************************/
.footer{
	position: relative;
	top: 0px;
	padding: 25px 43px;
	background-color: var(--oscuro);
	width: 100%;
	display: flex;
	min-height: 200px;
	color: #FFF;
	display: flex;
	box-sizing: border-box;
	font-size: 14px;
}
.col{
	position: relative;
	width: 33%;
	display: block;
}
.col2{
	position: relative;
	width: 45%;
	display: block;
}
.footer li, ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer li{
	display: flex;
	margin-bottom: 15px;
}
.footer i{
	font-size: 18px;
	color: var(--rojo);
	margin-right: 8px;
	line-height: 30px;
}
.footer a{
	text-decoration: none;
	color: #FFF;
}
.f-titulo{
	margin-bottom: 25px;
	color: #FFF;
	font-size: 18px;
	border-left: solid 3px var(--rojo);
	padding-left: 10px;
}
.letrero{
	position: relative;
	font-size: 21px;
	top: 7px;
}
.filtro{
	position: absolute;
	top: 9px;
	left: 43px;
	z-index: 5;
}
.filtro i{
	font-size: 21px;
	margin-right: 10px;
}
.filtro a{
	color: var(--rojo);
	margin-left: 20px;
}
.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: 550px;
	background-color: #000;
	background-image: url("../imagenes/pattern.jpg");
	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;
}