body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*
	font-family: "Arial Narrow", Arial, sans-serif;
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
*/

a{
	color: #fa1625;
}

header{
	position: sticky;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
} 

header .top{
	background-color: #fa1625;
}

header .top a:hover{
	color: #000000;

}

header .logo{
	float: left;
	width: 100px;
	height: 100px;
	background-image: url("../custom/logo.png");
}

header .hamburger{
	padding: 35px 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #fa1625;
}

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:after, .hamburger:hover .hamburger-inner:before{
	background-color: #fa1625;	
}

header .options p:hover{
	opacity: 1;
}



header .options a{
	color: #828282;
}

header .options a:hover{
	color: #fa1625;
}

header .hamburger {
    display: block;
}


h1, h2, .articulos > .container > p:first-of-type{
			font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;	
}

.slide.fijo .carousel-item.active{
	background-image: url("../files/fondo.jpg");
}

.carousel-caption h1{
	color: #ffffff;
}

.carousel-caption h1:only-child{
	margin-bottom: 60px;
}



#destacados h2:after, .articulo h1:after, .articulo h2:after, .cursos h2:after, .articulos > .container > p:first-of-type:after{
	display: block;
	content: "";
	width: 25%;
    background-color: #fa1625;
    height: 5px;
    margin: 8px auto 0;
}

.articulo h1:after, .articulo h2:after, .articulos > .container > p:first-of-type:after{
    margin: 8px auto 0 0;	
}

.carousel h1{
	font-size: 3rem;
}

.carousel-caption{
	z-index: 1;
}

h2{
	font-size: 2.250em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 900;
}

h2 + p{
	color: #888888;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-align: center;
	margin-bottom: 50px;
	font-size: .879rem;
	text-transform: uppercase;
}

.btn.call, .btn-call, .btn-primary{
	background-color: #fa1625;
    color: #ffffff;
    padding: 15px 40px;
	font-size: 0.688em;
	font-weight: 700;
	border-radius: 0;
	text-transform: uppercase;
	border: 0;
}

.btn.call:hover, .btn-call:hover, .btn-primary:hover{
	color: #ffffff;
	background-color: #fa1625;
	border: 0;
}

/*productos*/
.listadoProductos a, .listadoCategorias a, .productos a{
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 0px 0 rgb(0 0 0 / 0%);
	box-shadow: 0 0 0px 0 rgb(0 0 0 / 0%);	
	transition: all .5s;
	border: 1px solid #f2f2f2;
}

.listadoProductos a:hover, .listadoCategorias a:hover, .productos a:hover{
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);	
}

.listadoProductos a .imagen img, .listadoCategorias  a .imagen img, .productos  a .imagen img{
	filter: blur(0px);	
	transition: all .5s;		
}

.listadoProductos a .imagen:before{
	content: "\f290";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 0rem;
	z-index: 0;
	transition: all .3s;
	opacity: 0;
	color: #fa1625;
}

.listadoProductos a:hover .imagen:before{
	opacity: 1;
	font-size: 2.5rem;
	z-index: 1;
}

.listadoProductos a:hover .imagen img, .listadoCategorias  a:hover .imagen img, .productos  a:hover .imagen img{
	width: 110%;
	height: 110%;
	filter: blur(4px)
}

.listadoProductos a .texto, .listadoCategorias  a .texto, .productos  a .texto{
	padding: 30px 15px;
}

.listadoProductos a .nombreProducto, .listadoCategorias  a .nombreProducto, .productos  a .nombreProducto{
	font-size: 1.5rem;
	font-weight: 900;
			font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;	
	
}

.listadoProductos a .detalleProducto, .productos  a .detalleProducto{
	font-size: .879rem;
}

.listadoProductos a .precioOriginal, .productos  a .precioOriginal{
	color: #cccccc;
	font-size: .879rem;
	text-decoration: line-through;
	margin-bottom: 0;
}

.listadoProductos a .precioProducto, .productos  a .precioProducto{
	font-size: 1.25rem;
	color: #fa1625;
	font-weight: 700;
}

.listadoProductos a .btn-call, .productos  a .btn-call, .listadoProductos a .btn-call:hover, .productos  a .btn-call:hover{
	color: #ffffff;
}

/*categorias*/

.listadoCategorias a{
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}

.listadoCategorias a p{
	width: 90%;
	top: 50%;
	left: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 0;
	transition: all .3s;
}

.listadoCategorias a p:after{
	content: "";
    display: block;
    width: 25%;
    height: 5px;
    background-image: url(https://s2.svgbox.net/pen-brushes.svg?color=2bf4fb&ic=brush-5);
    margin: 5px auto 0;
}

.listadoCategorias  a:hover{
	background-color: #fa1625;
}

.listadoCategorias a:hover img{
mix-blend-mode: multiply;
}

.listadoCategorias a:hover p{
	background-image: none;
}


.listadoProductos a, .listadoCategorias a, .productos a{
	vertical-align: top;
}

footer{
	background-color: #000;
}

footer .redes a{
	color: #ffffff;
	transition: all .3s;
	margin-right: 15px;
}

footer .redes a:before{
	font-size: 2rem;
}

footer .redes a:hover{
	transform: translateY(-5px)
}

footer .links p:first-child{
	color: #ffffff;
}


.enConstruccion .social a:hover, footer .redes a:hover:before ,footer .links p a:hover{
	color: #fa1625;
}

footer .footReg p{
	color: #ffffff;
}

footer .footReg .realizado{
	background-image: url("realizado.svg");
}


/*Articulo*/

.articulo ul{
	padding: 0;
	list-style: none;
}

.articulo ul li:before{
    content: '\2022';
    color: #fa1625;
    margin-right: 5px;
}

section:nth-child(odd){
	background-color: #f7f7f7;
}

/*Producto*/

.producto .carousel .carousel-item:after{
	display: none;
}

.producto .carousel-fade .carousel-item{
	object-fit: contain;
}

section.producto h1{
	font-weight: 900;
}

.importeFinal input[type="number"]{
	background-color: #484848;
	padding: 0 15px;
	border-radius: 12px;
	font-weight: 700;
}

body{
		background-image: url('wally-saludando-1-5.jpg'), url('wedwer.jpg');
		background-position: bottom left, center right;
		background-size: 20% auto, 20%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}		



.buscando form, .mensaje > div:first-child{
	background-color: #ffffff;
}	
	
.buscando .mask, .mensaje .mask{
	background-color: rgba(0,0,0,.25)
}	

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"]{
	background-color: #fa1625;
}

.buscando form input[type="submit"]:hover, .articulo form.buscandoDescarga input[type="submit"]:hover{
	background-color: #fa1625;
}

.registroPaginacion > p {
    font-size: .8rem;
    margin-bottom: 1rem;
    text-align: center;
	padding-bottom: 1rem;
}

header .options .active ul {
    z-index: 1;
    height: auto;
    padding: 0 0 0 15px;
    margin: 15px 0;
}

.breadcrumbs{
	display: none;
}


/*Cursos*/

.cursos .listado{
	font-size: 0;
}

.cursos .listado .curso{
	font-size: 1rem;
	background-color: transparent;
	border: 1px solid #fa1625;
}

.cursos .listado .curso:hover{
	background-color: #fa1625;
	
}

footer .clearfix + .links {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

footer .clearfix + .links p {
    display: inline-block;
    margin: 5px 10px;
    text-align: center;
}

.articulo.cursada{
	padding-top: 60px;
}

header + section.destacadosTienda{
	padding: 0;
	margin: 0;}

header + section.destacadosTienda > .container {
    margin-top: 0px;
    padding-top: 60px;
}	



/*Articulos*/

.articulos > .container > p:first-of-type{
	font-size: 2.25rem;
}

.articulos .listado{
	padding-bottom: 60px;
}

.articulo_item{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	color: #414141;
	padding: 15px;
	border-radius: 4px;
	background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    transition: all .5s;
}

.articulo_item:hover{
	color: #414141;
-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);	
}

.articulo_item .imagen{
	display: block;
	float: left;
	width: 25%;
	margin-right: 2.5%;
}

.articulo_item .imagen img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.articulo_item .texto{
	width: 72.5%;
	float: right;
	text-align: left;
}

.articulo_item .texto h2{
	font-size: 1.25rem;
	text-align: left;
	color: #414141;
	margin-bottom: 15px;
}

.articulo_item .texto h2:after{
    margin: 10px 0 0;
}

.articulo_item .texto h2 + p{
	text-align: left;
	font-size: .879rem;
	margin-bottom: 15px;
}

.articulo_item .texto p{
	text-align: left;
}

.articulo_item .texto .copete{
	font-size: .879rem;
	margin-bottom: 15px;}

.articulos .listado > .btn:last-child {
    width: 30%;
    margin: 30px auto 60px;
    display: block;
	background-color:transparent;
	border: 1px solid #fa1625;
	color: #000;
}

.articulos .listado > .btn:last-child:hover {
	color: #ffffff;
	background-color: #fa1625;
}



@media only screen and (max-width : 479px) {

body{
	background-size: 45% auto, 45%;	
}		
	header .logo{
		width: 70px;
		height: 70px;
		background-position: top;
	}	
	
	header .hamburger{
		padding: 20px 0;
	}

	
	header ul.options{
		margin-bottom: 0;
	}	
	
header + .carousel{
	margin-top: 0;
	height: calc(100vh - 132px);
}	
	
.slide.fijo .carousel-item.active{
	background-image: url("../files/fondo480.jpg");
}		
	
section{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 100px;
	}	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 100%;
		margin-right: 0;
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
	
	.articulo_item .imagen, .articulo_item .texto{
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}	
	
	.articulos .listado > .btn:last-child{
		width: 50%;
	}		
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {


body{
	background-size: 33% auto, 33%;	
}		
	header .logo{
		width: 100px;
		height: 100px;
	}	
	
	header .hamburger{
		padding: 30px 0;
	}


	
	header ul.options{
		margin-bottom: 0;
	}		
	
header + .carousel{
	margin-top: 0;
	height: calc(100vh - 132px);
}	
	
.slide.fijo .carousel-item.active{
	background-image: url("../files/fondo768.jpg");
}	
	
section{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 100px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 48.75%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}	
	
	
	/*Articulos Listado*/
	.articulo_item .imagen, .articulo_item .texto{
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}	
	
	.articulos .listado > .btn:last-child{
		width: 50%;
	}		
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	
body{
	background-size: 33% auto, 33%;	
}		
	header .logo{
		width: 100px;
		height: 100px;
	}	
	
	header .hamburger{
		padding: 35px 0;
	}

	
	header ul.options{
		margin-bottom: 0;
	}	
	
.slide.fijo .carousel-item.active{
	background-image: url("../files/fondo768.jpg");
}	

header + .carousel{
	margin-top: 0px;
	height: calc(100vh - 111px);
}	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 100px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 48.75%;
		margin-right: 2.5%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(3n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(3n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}		
	

	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	
body{
	background-size: 33% auto, 33%;	
}	
	
header .logo{
	width: 100px;
	height: 100px;
	}
		
header ul.options{
	width: 100%;
	height: 0;
	padding: 0;
	overflow: hidden;
	line-height: 50px;
	}	
	
header ul.options.active{
	height: auto;
	padding-bottom: 30px;
	}	

header ul.options > li{
	display: block;
	width: 100%;
	text-align: left;
}
	
header .options > li > a, header .options > li > p {
	line-height: 50px;
}

header + .carousel{
	margin-top: 0px;
	height: 76vh;
}	

	
.slide.fijo .carousel-item.active{
	background-image: url("../files/fondo768.jpg");
}
	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 48.75%;
		margin-right: 2.5%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(3n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(3n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
/*producto*/
	section.producto,	section.carrito{
		padding-top: 60px;
	}
	
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

header .hamburger{
	display: none;
	}
	
header ul.options{
		width: 50%;
		height: 100px;
		line-height: 100px;
		text-align: right;
	}
	
	header .options > li{
		display: inline-block;
	}
	
header .options > li > a, header .options > li > p {
	text-transform: uppercase;
	font-size: .879rem;
	padding: 15px 0;
	line-height: normal;
}

header + .carousel{
	height: calc(100vh - 135px);
}	
	

.slide.fijo .carousel-item.active{
	background-image: url("../files/fondo1920.jpg");
}
	
section{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	
		
/*Productos*/
	.listadoProductos a, .listadoCategorias a, .productos a{
		width: 23.125%
	}

	.listadoCategorias a{
		width: 31.66666666666667%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 100%;
	}	
	
	.listadoCategorias a:nth-child(4n){
		margin-right: 2.5%;
	}
	
	.listadoProductos a:nth-child(4n), .listadoCategorias a:nth-child(3n), .productos a:nth-child(4n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}	

/*producto*/
	section.producto,	section.carrito{
		padding-top: 60px;
	}
	
	.imagenCabecera{
		height: 80vh;
	}	
}