
/*
	font-family: "Roboto", sans-serif;
	font-family: "Raleway", sans-serif;
	font-family: "Roboto Condensed", sans-serif;

	color:#f47621;
	background-color:#f47621;
*/

body{
	font-family: "Roboto Condensed", sans-serif;
	color: #231f20;
}

body:has(.enConstruccion) #preloader{
	display: none;
}


h1{
	font-family: "Raleway", sans-serif;	
	font-weight: 900;
}

.enConstruccion img{
	width: 270px;
}

.enConstruccion h2:first-child:before, .enConstruccion h2:first-child:after{
	display: none;
}

/*Preloader*/

#preloader{
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9;
	background: #ffffff;
	top: 0;
	left: 0;
	text-align: center;	
}

#preloader #status{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	color: #231f20;
}

#preloader #status img:first-of-type{
	content: "";
	width: 300px;
	margin-bottom: 30px;
	display: block;	
}

#preloader #status img.loading{
	width: 30%;
}

header{
	background-color: rgba(35, 31, 32, 0);
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0) !important;		
	opacity: 1;
	transition: all .3s;
	position: fixed;
}

header .top{
	background-color:#f47621;
}

header .top a, header .top p{
	color: #ffffff;	
}

header .redes, header .optIcons, header .container .optIcons{
	line-height: normal;
	height: auto;
}

header.inside{
	position: sticky;
	margin-bottom: 0;
	border-bottom: 0px solid #000000;
}

header.inside, header.reduce, header.active{
	background-color: rgba(35, 31, 32, 1);	
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;	
	opacity: 1;
}

header:has(li.active){
	background-color: rgba(35, 31, 32, 1);	
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;	
	opacity: 1;	
}

header .logo{
	width: 170px;
	height: 70px;
	margin: 10px 0;
	background-image: url("logoHueco.png");
	background-position: left center;
}
header .options a, header .options p{
	padding: 0 10px;
	color: #ffffff;
	font-size: .879rem;
	text-transform: uppercase;
	opacity: 1;
	font-weight: 500;
	line-height: 90px;
	vertical-align: middle;
}

header .options a:hover, header .options p:hover{
	background-color:#f47621;
	opacity: 1;
}

header .options > li > a:hover, header .options > li > p:hover{
	background-color: transparent;
	color: #F47621;
	opacity: 1;
}

header .options ul{
	background-color: #ffffff;
	width: 100%;
}

header .options ul .ultima-fila{
	border-bottom: 0;
}

header + .carousel{
	margin-bottom: 0;
}

header + .carousel{
	height: 100vh;
}

header + .carousel h1{
	font-size: 2.5rem;
	color:#ffffff;
	text-transform: uppercase;
}

header + .carousel .btn{
	padding: 15px;
	float: none;
	color: #ffffff;
	background-color: #F47621;
	border-color: #F47621;
	font-weight: 500;
	border-radius: 0;
}

header + .carousel .carousel-item:after{
	background-color: rgba(0,0,0,.6);	
}

header + .carousel .btn:hover{
	color: #F47621;
	background-color: rgba(0,0,0,0);
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #ffffff;
}
/*Categorias*/
#categorias{}

#categorias > .container{
	max-width: 100%;
	padding: 0;
}

.listadoCategorias a{
	color: #ffffff;
	margin-right: .5%;
	margin-bottom: .5%;
}
.listadoCategorias a:after{
	padding-bottom: 125%;
}

.listadoCategorias a p{
	font-size: 1.5rem;
	padding: 1.5rem 1rem ;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	transform: none;
	margin-bottom: 0!important;	
	text-transform: uppercase;
	transition: all .3s;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);	
}

.listadoCategorias a p:before{
	content: "";
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .5;
	transition: opacity .3s;
	background: #000000;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000080", GradientType=0);	
}

.listadoCategorias a:hover p:before{
	opacity: 1;
}

.listadoCategorias a p:after{
	content: "Explorar";
	display: block;
	max-width: 50%;
	font-size: .75rem;
	letter-spacing: .25em;
	font-weight: thin;
	margin: 10px auto 0;
	padding-top: 10px;
	border-top: 1px solid #ffffff;
	transition: all .3s;
}
.listadoCategorias a:hover p:after{
	border-top: 1px solid #F47621;
}


/*seccion categoria*/

header.inside + section{
	margin-top: 0;
}

.destacadosTienda .imagenCabecera h2{
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);	
	font-weight: 500;
	text-transform: uppercase;
	font-size: 2.5rem;
	margin-bottom: 0;
}

#destacados{
	overflow: hidden;
}


.productos a, .listadoProductos a{
	color: #212121;
	padding: 15px;
	border: 1px solid rgba(244, 118, 33, 0);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	border-radius:12px; 
	backdrop-filter: blur(4px);
}

.productos a:hover, .listadoProductos a:hover{
	border: 0;
	border: 1px solid rgba(244, 118, 33, 1);	
}

.productos a .nombreProducto, .listadoProductos a .nombreProducto, .listadoProductos a .precioProducto, .productos a .precioProducto{
	color: #212121;
	font-size: 1rem;
	font-weight: 600;
}

.productos a .nombreProducto, .listadoProductos a .nombreProducto{
	font-family: "Raleway", sans-serif;
	text-transform: lowercase;
	font-weight: 900;
}

.productos a .nombreProducto:first-letter, .listadoProductos a .nombreProducto:first-letter{
	text-transform: uppercase;
}

.productos a:hover .nombreProducto, .listadoProductos a:hover .nombreProducto{
	color: #f47621;}

.productos a .precioOriginal, .listadoProductos a .precioOriginal{
	color: #212121;
	text-decoration: none;
	font-size: 1rem;
}

.productos .pagination a.current{
	color: #212121;
	background-color: #f47621;
	border-color: #f47621;
}



.listadoProductos a .btn-call, .productos a .btn-call{
	width: 100%;
	color: #ffffff;
	background-color: rgba(244, 118, 33, 1);
	padding: 15px;

}

.listadoProductos a .btn-call:hover, .productos a .btn-call:hover{
	color: #212121;
	background-color: rgba(244, 118, 33, 0);
	border: 1px solid rgba(244, 118, 33, 1);
}
/*Producto*/

header.inside + section.producto{
	color: #212121;
}

section.producto h1{
	color: #212121;
    font-weight: 600;
	text-transform: uppercase;
    padding: 5px 0px 5px 10px;
    border-left: 5px solid #f47621;
    margin-bottom: 15px;	
}

section.producto, section.carrito{
	padding: 60px 0;
	margin-bottom: 0;
	background-color: transparent;
}

section.producto .codigo{
	font-size: .879rem;
	color: #414141;
}
/*
section.producto .codigo:before{
	content: "COD:";	
}
*/
section.producto .precioOriginal{
	font-size: 1.5rem;
}

section.producto .datosProducto:only-child{
	width: 100%;
}
section.producto .datosProducto .descripcion{
	padding: 15px 0;
	margin-bottom: 15px;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #212121;
}

section.producto .datosProducto .descripcion a{
	font-weight: 600;
	color: #000;
}

section.producto .datosProducto .descripcion *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

.formasEnvio, .formasPago{
	color: #212121;
	background-color: transparent;
	border: 1px solid #212121;
}

.formasEnvio.active, .formasPago.active, .formasEnvio:hover, .formasPago:hover{
	color: #f47621;
	border: 1px solid #f47621;
}

.formasTexto.active, .finalizarCompra.active {
	border: 1px solid #212121;
}

.producto .btn-call{
	background-color: #f47621;
	color: #ffffff;
}

.producto .btn-call:hover{
	color: #f47621;
	background-color: #000000;
}

.producto .importeFinal input[type="number"]{
	background-color:  #000000;
	padding-left: 10px;
}

.btn-primary{
	background-color: transparent;	
}

.importeFinal .noBorder{
	color: #212121;
}

/*Carrito*/

.carrito h2{
	text-transform: uppercase;
	font-weight: 600;
}

.listaCarrito .cabecera{
	background-color: #f47621;
	color: #ffffff;
}

.totales{
	background-color: transparent;
	margin-bottom: 30px;
}

.totales form > p:first-of-type{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 5px solid #f47621;
	padding-left: 15px;
}

.totales .col-md-6{
	width: 100%;
}

.totales form .btn{
	margin: 15px 0;
	white-space: normal;
	padding: 10px 15px;
	width: 100%;	
	text-transform: none;
    background-color: #f47621;
    color: #ffffff;
    BORDER-RADIUS: 4px;

	font-size: 1rem;
	font-weight: 400;
}

.totales form .btn.seguirComprando{
	background-color: transparent;
	margin: 15px 0;
	white-space: normal;
	padding: 10px 15px;
	width: 100%;
	text-transform: none;
	color: #212121;
	border-color: #f47621;
    BORDER-RADIUS: 4px;
	font-size: 1rem;
	font-weight: 400;
}

.totales form .btn.seguirComprando:hover{
	background-color: #f47621;
	color: #ffffff;
	opacity: 1;
}

.carrito .totales select{
	color: #ffffff;
}

li a.borrarProducto{
	color: #828282;
	padding: 0;
	border: 0;
}

li a.borrarProducto:hover{
	color: #000000;
}

.listaCarrito ul.productos{
	border-radius: 0;
}

.listaCarrito ul.productos li:nth-child(even){
	background-color: #f2f2f2;
}

.listaCarrito ul.productos li .cantidadProducto{
	margin-bottom: 0;
}

.listaCarrito ul.productos a, .listaCarrito ul.listadoProductos a, .listaCarrito ul.productos a:hover, .listaCarrito ul.listadoProductos a:hover{
	box-shadow: none;
	backdrop-filter:none;
	border: none;
}

.finalizarCompra.active .col-md-6{
	width: 100%!important;
	padding: 0!important;
	margin-bottom: 1rem;
}

.finalizarCompra.active input{
	width: 100%!important;
}
.finalizarCompra.active input[type=submit]{
	width: auto!important;
}

.finalizarCompra.active input.btn{
	font-size: .8rem;
	text-wrap: pretty;
}

.finalizarCompra.active{
	border: 1px solid #cccccc;
}

.carrito .totales input[type="text"], .carrito .totales input[type="tel"] {
	background-color: transparent;
}


#destacados h2, .destacadosTienda h2{
	text-align: center;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
}

#destacados h2:after, .destacadosTienda h2:after{
	content: "";
	display: block;
	width: 17.5%;
	margin: 15px auto 30px;
	height: 2px;
	background-color: #f47621;
}


/*contacto*/

.contacto{
	padding: 60px 0;
	margin-bottom: 0;	
}
.contacto h2, .destacadosTienda h2{
	text-transform: uppercase;
}

.contacto .btn{
	background-color: #f47621;
	color: #ffffff;
	border: none;
}

.contacto .btn:hover{
	color: #f47621;
	background-color: #000;
}

.contacto ul{
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
}

.contacto ul li{
	color: #231f20;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.contacto ul li a{
	font-weight: 600;
	color: #f47621	
}

.contacto ul li:before{
	content: "\00BB";
	margin-right: 5px;	
	color: #f47621
}

.contacto .container > p:last-of-type{
	display: none;
}

section.contacto{
	color: #231f20;	
	background-color: #f2f2f2;
	overflow: hidden;
}

section.contacto .form-control{
	color: #ffffff;
	background-color: transparent;
	border-radius: 0;
}

section.contacto form{
	width: 60%;
	float: right;
}

section.contacto h2{
text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 900;	
}

section.contacto h2, section.contacto p, section.contacto ul{
	width: 37.5%;
	float: left;
}

section.contacto .form-floating{
	padding-right: 0 !important;
	padding-left: 0 !important;	
}

section.contacto textarea.form-control{
	min-height: 25vh;
}

section.contacto .btn{
	padding: 10px;
	border-radius: 0;
}


footer{
	border-top: 5px solid #F47621;
	background-color: #292929;
}

footer .redes a{
	color: #ffffff;
	background-color: #F47621;
	border-radius: 110px;
	width: 35px;
	height: 35px;	
}

footer .redes a:hover{
	color: #ffffff;
	background-color: #F47621;
}

footer .clearfix + .links{
	width: 75%;
	text-align: center;
	display: block;
	margin: 0 auto 30px;
}

footer .clearfix + .links p{
	display: inline-block;
	width: auto;
}

footer .links p a{
	font-size: .879rem;
}

footer .links p:first-child{
	font-size: .879rem;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: none;	
}

footer .links .btn:hover{
	color: #F47621;
}

footer .footReg{
	color: #ffffff;
}

/*cagtegoria*/
.destacadosTienda{
	padding-top: 60px;
}

.listadoCategorias a.ultimaCategoria{
	background-color: rgba(35, 31, 32, 1);
	background-image: url("logoHueco.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	cursor: default;
}

body > .ultimaCategoria{
	display: none;
}

/*Login registro*/
.registro .btn-call{
    border: 2px solid #5e4dd1;
    padding: 15px 30px;
	color: #ffffff;
}
.loginRegistro .btn.btn-success, .registro .btn-call{
	background-color: #f47621;
	border-color: #f47621;
}

.loginRegistro .btn.btn-success:hover, .registro .btn-call:hover{
	background-color: transparent;
	border-color: #f47621;	
	color: #231f20;
}


.recuperarTrigger:hover, .registrarTrigger, .loginRegistro .small a{
	color: #f47621;		
}

@media only screen and (max-width : 479px) {
	
	header .options a, header .options p{
		padding: 0;		
		line-height: 3;		
	}	
	
	header .options li ul{
		border-top: 0;
		border-bottom: 0
		
	}
	header .options .active ul{
		background-color: transparent;
		border-top: 0;
		border-bottom: 0
	}	
	
	header + .carousel h1{
		font-size: 2rem;
	}	
	
header.active{
	background-color: rgba(35, 31, 32, 1);	
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;	
	opacity: 1;	
}
	
	section.contacto h2, section.contacto p, section.contacto ul{
		width: 100%;
		text-align: center;
	}	
	
	section.contacto form{
		width: 100%;
		margin: auto;
		float: none;
	}	
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {

	
	header .options a, header .options p{
		padding: 0;		
		line-height: 3;		
	}	
	
	header .options li ul{
		border-top: 0;
		border-bottom: 0
		
	}
	header .options .active ul{
		background-color: transparent;
		border-top: 0;
		border-bottom: 0
	}	
	
	header + .carousel h1{
		font-size: 2rem;
	}	
	
header.active{
	background-color: rgba(35, 31, 32, 1);	
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;	
	opacity: 1;	
}
	
	section.contacto h2, section.contacto p, section.contacto ul{
		width: 100%;
		text-align: center;
	}	
	
	section.contacto form{
		width: 100%;
		margin: auto;
		float: none;
	}		
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {

	
	header .options a, header .options p{
		padding: 0;		
		line-height: 3;		
	}	
	
	header .options li ul{
		border-top: 0;
		border-bottom: 0
		
	}
	header .options .active ul{
		background-color: transparent;
		border-top: 0;
		border-bottom: 0
	}	
		
.listadoCategorias a{
width: 49.75%;
}	
	
.listadoCategorias a:nth-child(3n){
	margin-right: .5%;
}	
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-child{
	margin-right: 0;
}			
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
header .options ul{
	background-color: rgba(35, 31, 32, 1);
	width: 100%;
	position: fixed;
/*	top: 115px;*/
	left: 0;
}

header .options ul {
	font-size: 0;
}

header .options ul li a, header .options ul li p{
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 100%;
}

	header .options ul{
		border: 0px solid rgba(17,17,17,0);
		padding: 0;
	}
	
	header .options .active ul{
		padding: 0;	
		border: 0px solid rgba(17,17,17,.125);
	}	
header .options ul li{
	font-size: .879rem;
	display: inline-block;
	width: 25%;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,.125);
	border-bottom: 1px solid rgba(255,255,255,.125);
	padding: 0;
}
	
header .options ul li a{
	padding: 15px;
}
	
header .options ul li:nth-child(4n){
	border-right: 0px solid #111111;
}	
	
header .options ul li:last-child{
	margin-bottom: 0;
}	

.listadoCategorias a{
width: 33%;
}	
	
.listadoCategorias a:nth-child(4n){
	margin-right: .5%;
}	
	
.listadoCategorias a:nth-child(3n), .listadoCategorias a:last-child{
	margin-right: 0;
}		
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

header .options ul{
	background-color: rgba(35, 31, 32, 1);
	width: 100%;
	position: fixed;
/*	top: 115px;*/
	left: 0;
}

header .options ul {
	font-size: 0;
}

header .options ul li a, header .options ul li p{
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 100%;
}

	header .options ul{
		border: 0px solid rgba(17,17,17,0);
		padding: 0;
	}
	
	header .options .active ul{
		padding: 0;	
		border: 0px solid rgba(17,17,17,.125);
	}	
header .options ul li{
	font-size: .879rem;
	display: inline-block;
	width: 25%;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,.125);
	border-bottom: 1px solid rgba(255,255,255,.125);
	padding: 0;
}
	
header .options ul li a{
	padding: 15px;
}
	
header .options ul li:nth-child(4n){
	border-right: 0px solid #111111;
}	
	
header .options ul li:last-child{
	margin-bottom: 0;
}	

.listadoCategorias a{
width: 33%;
}	
	
.listadoCategorias a:nth-child(4n){
	margin-right: .5%;
}	
	
.listadoCategorias a:nth-child(3n), .listadoCategorias a:last-child{
	margin-right: 0;
}		
}