/*
  font-family: "Open Sans", sans-serif;
  font-family: "Anton", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-family: "Varela Round", serif;
  font-family: "Oswald", serif;
  font-family: "Prosto One", sans-serif;
*/

html{
  scroll-behavior: smooth;
}

/*EN construcción*/
body:has(.enConstruccion) #preloader{
	display: none;
}


.enConstruccion, .enConstruccion .social a{
	color: #ffffff;
}

.enConstruccion .social a:hover{
	color: rgba(255, 49, 51, 1);
}


body{
	background-color: #212121;
	font-family: "Open Sans", sans-serif;
}

header{
	position: sticky;
	background-color: #000000;
	color: #ffffff;
}

header .options > li > a, header .options > li > p{
  font-family: "Montserrat", sans-serif;	
}

header .top{
	background-color: rgba(255, 49, 51, 1);
	color: #ffffff;
	
}

.logo{
	background-image: url("logo.png");
    width: 175px;
    height: 65px;
    background-position: left center;
    background-size: contain;	
}

body{}

header .options > li > a, header .options > li > p, header .options a, header .options p{
	color: #ffffff;
}

header .options > li > a:hover, header .options > li > p:hover, header .options a:hover, header .options p:hover{
	color: #ff3133;
	opacity: 1;
}

.carousel.slide button{
	display: none;
}

.carousel-caption h1{
	font-family: "Prosto One", sans-serif;
}


header + .carousel{
	height: 100vh;
	background-color: rgba(38,34,32,1);
}

header + .carousel .container{
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.carousel p{
	margin-bottom: 0;
}
/*Video FUll*/
/*.carousel-item{
	background-image: none!important;
}
*/

.carousel-fade .carousel-item{
	cursor: default;
	transition: all .5s;
}
.carousel video{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    position: absolute;
	z-index: 1;
}

/*Video reducido*/
.carousel video{
    display: block;
    width: 100vh;
    object-fit: cover;
    object-position: center;
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.carousel video + video{
	width: 100%;
	z-index: 0;
	filter: blur(24px) grayscale(1);
	opacity: .25;
}


.carousel-caption{
	z-index: 2;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

section#categorias{
	margin-bottom: 0;
	padding-bottom: 0;
}

.ultimaCategoria{
	background-color: #000000;
	background-image: url("logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	cursor: default;
}

.listadoCategorias a:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.0032387955182072714) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.0032387955182072714) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.0032387955182072714) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    display: block;
	z-index: 2;
	transition: z-index .3s;
}

.listadoCategorias a:hover:before, .listadoCategorias a.ultimaCategoria:before{
	z-index: -2;
}

.listadoCategorias a img{
	width: 101%;
	height: 101%;
	transition: all .5s;
}

.listadoCategorias a:hover img{
	width: 125%;
	height: 125%;
}

body > .ultimaCategoria{
	display: none;
}

.listadoCategorias a p{
  font-family: "Montserrat", sans-serif;		
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 2rem;
	opacity: .6;
	text-shadow: 2px 2px 1px rgba(0,0,0,.5);	
}

.listadoCategorias a p:after{
	content: " \f054";
	color: rgba(255, 49, 51, 0);
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	transition: color .3s;
	text-shadow: 2px 2px 1px rgba(0,0,0,0);		
}

.listadoCategorias a:hover p:after{
	color: rgba(255, 49, 51, 1);
	text-shadow: 2px 2px 1px rgba(0,0,0,.5);	
}

.listadoCategorias a:hover p{
	opacity: 1;
}

.listadoCategorias a:hover p:after{
	color: rgba(255, 49, 51, 1);
}
.enHome.separador, #destacados{
	background-color: #212121;
	color: #ffffff;
	padding: 30px 0;
	margin-bottom: 0!important;
}

.enHome.separador h1, .enHome.separador .imagenEpigrafe {
	display: none;
}

.enHome.separador .texto{
	width: 100%;
	text-align: center;
}

.enHome.separador .texto ul{
	display: block;
	width: 100%;
	list-style: none;
	text-align: center;
	margin-bottom: 1rem;
	overflow: hidden;
	padding: 0;
}

.enHome.separador .texto p{
	padding: 15px 0 0;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.enHome.separador .texto ul li:before{
	content: "\f00c";	
	color: rgba(255, 49, 51, 1);
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	display: block;
	font-size: 3rem;
	padding-bottom: 0;
	margin-bottom: 0;
}

.enHome.separador .texto ul li{
	display: block;
	float: left;
	width: 33.33333333333333%;
	text-align: center;
	color: #ffffff;
	border-right: 1px solid #cccccc;
	padding: 30px 0;
	text-transform: uppercase;
	font-size: .879rem;
}

.enHome.separador .texto ul li:last-of-type{
	border-right: 0;
}

#destacados{
	color: #ffffff;
	padding: 60px 0;
}

#destacados h2, .destacadosTienda h2{
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

.listadoProductos a, .productos a{
	border: 1px solid #414141;
	text-align: left;
}

.listadoProductos a .texto, .productos a .texto{
	padding: 1rem;
}

.listadoProductos a .nombreProducto, .productos a .nombreProducto{
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}

.listadoProductos a .precioProducto, .productos a .precioProducto{
	color: #ffffff;
	font-weight: normal;
}

.listadoProductos a .btn.btn-call, .productos a .btn.btn-call, .carousel .btn.btn-call{
	display: block;
	width: 100%;
	border-radius: 0;
	color: #ffffff;
	background-color: rgba(255, 49, 51, 1);	
	padding: 10px 0;
}

.carousel .btn.btn-call{
	display: inline-block;
	width: auto;
	padding: 10px 30px;
	margin-top: 15px;
}

#destacados h2:after, .destacadosTienda h2:after{
	content: "";
	width: 250px;
	height: 2px;
	display: block;
	margin: 15px auto 30px;
	background-color: rgba(255, 49, 51, 1);		
}

/*Contacto*/

.contacto{
	color: #ffffff;
	background-color: #000000;
	padding: 60px 0;
	margin-bottom: 0;
}

.inside + .contacto{
	background-color: #212121;
}

.contacto h2{
	font-weight: normal;
	text-transform: uppercase;
}

.contacto h2:after, section.producto h1:after{
	content: "";
	width: 250px;
	height: 2px;
	display: block;
	margin: 15px 0 30px;
	background-color: rgba(255, 49, 51, 1);		

}

.contacto ul{
	list-style: none;
	display: block;
	width: 100%;
	border: 1px solid #414141;
	padding: 30px;
}

.contacto ul li, .contacto ul li a{
	color: #ffffff;
}

.contacto ul li a:hover{
	color: rgba(255, 49, 51, 1);
}

.contacto ul li:last-of-type{
	margin-bottom: 0;
}

.contacto ul li:before{
	content: " \f054";	
	color: rgba(255, 49, 51, 1);
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin-right: 5px;
}

.form-floating > label{
	color: #000000;
	height: 150px;
}

.form-floating>textarea.form-control{
	height: 8em;
}

form .btn-primary{
	padding: 10px;
	border-radius: 0;
	background-color: rgba(255, 49, 51, 1);
	border-color: rgba(255, 49, 51, 1);
}
form .btn-primary:hover{
	background-color: rgba(255, 49, 51, 0);
	border-color: rgba(255, 49, 51, 1);
}

footer{
	border-top: 5px solid rgba(255, 49, 51, 1);
	background-color: #000000;
	color: #ffffff;
}


footer .redes a{
	color: #ffffff;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: 2px solid rgba(255, 49, 51, 1);
}

footer .redes a:hover{
	background-color: rgba(255, 49, 51, 1);
}

footer .links{
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

footer .links + .links{
	margin-bottom: 0;
}

footer .links p:first-child , footer .links p{
    font-size: .8rem;
    letter-spacing: 2px;
	text-transform: uppercase;}

footer .links p .btn{
	font-size: .8rem;	
}

footer .links p{
	display: inline-block;
	text-align: center;
	margin: 0 15px;
}

footer .links p a, footer .links p a.btn{
	padding: 0;
	color: #ffffff;
}

footer .links p a:hover{
	color: rgba(255, 49, 51, 1);	
}

.footReg{
	border-top: 1px solid #414141;
	padding-top: 30px;
	color: #ffffff;
}

.footReg p{ 
	color: #ffffff;
}

/*inside*/

header.inside{
	position: sticky;
}

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 60px;
}

.nombreProducto:last-child{
	margin-bottom: 0;
}

.productos .pagination a{
	border: 1px solid rgba(255, 255, 255, 1);	
	text-align: center;
	background-color: transparent;
}

.productos .pagination a:hover, .productos .pagination a.current{
	border: 1px solid rgba(255, 49, 51, 1);
	background-color: transparent;
}

.inside + .producto{
	padding: 60px 0;
	color: #ffffff;
}

section.producto h1{
	font-weight: 300;
}

.inside + .producto .formas{
	display: none;
}

.inside + .producto .precioOriginal{
	font-size: 1.75rem}

.inside + .producto ul{
	list-style: none;
	padding: 0;
}

.inside + .producto ul li:before {
    content: " \f054";
    color: rgba(255, 49, 51, 1);
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 5px;
}

.inside + .producto .btn.btn-call {
    display: block;
    width: 100%;
    border-radius: 0;
    color: #ffffff;
    background-color: rgba(255, 49, 51, 1);
    padding: 10px 0;	
}

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"]{
	background-color: rgba(255, 49, 51, 1);
}


#preloader{
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9;
	background: #000000;
	top: 0;
	left: 0;
	text-align: center;	
}

#preloader #status{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	color: #ffffff;
}

#preloader #status img:first-of-type{
	width: 225px;
	margin-bottom: 30px;
}

#preloader #status img.loading{
	width: 30%;
}

.datosProducto .especificaciones h2{
	font-size: 1.25rem;
	font-weight: 300;
}

.datosProducto ol{
	padding: 0;
	margin: 0;
	list-style: none;
}

.datosProducto .especificaciones ul, .datosProducto ol{
	border: 2px solid #000000;
	margin-bottom: 2rem;
}

.datosProducto .especificaciones ul li, .datosProducto ol li{
	font-size: .879rem;	
	display: block;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: .5em;
}

.datosProducto .especificaciones ul li:nth-child(even), .datosProducto ol li:nth-child(even){
	background-color: #000;
}

.datosProducto .especificaciones ul li:last-of-type, .datosProducto ol li:last-of-type{
	border-bottom: 0px solid #f2f2f2;
}

.datosProducto .especificaciones ul li strong:last-child:after, .datosProducto ol  li strong:last-child:after {
    content: "";
    color: transparent;
}

.preloadImages{
	opacity: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	position: fixed;
	top: -1000vh;
	left: -1000vw;
}

@media only screen and (max-width : 479px) {

	#header > .container{
		padding-top: 0;
	}
	
	#header .top .redes{
		display: block;
		float: none;
	}
	
	#header .top .optIcons{
		display: none;
	}
	header .logo{
		height: 80px;
	}
	header ul.options{
		margin-bottom: 0;
	}	
	
	header .hamburger{
		padding: 26px 0px 24px;
	}
	
/**/
header ul.options{
	display: block;
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 0;
	overflow: hidden;
	transition: all .3s;	
	background-color: #000000;
}

header ul.options > li{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

header ul.options > li > a, header ul.options > li > p, header ul.options > li > p a{
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
	width: 100%;
}

header .options ul li a{
	padding: 1rem;
}

header .options p:hover{
	opacity: 1;
}

header ul.options i{
	font-size: 2rem;
    line-height: 2rem;	
}


header ul.options.active{
	opacity: 1;
	height: auto;
	max-height: 85vh;
	overflow-y: auto;
	z-index: 1;
}

header ul.options.active li{
	  opacity: 0;
	  animation: fadeIn 0.9s 1;
	  animation-fill-mode: forwards;
}


header ul.options.active li:nth-child(5n+1) {
  animation-delay: 0.5s;
}

header ul.options.active li:nth-child(5n+2) {
  animation-delay: 0.75s;
}

header ul.options.active li:nth-child(5n+3) {
  animation-delay: 1s;
}

header ul.options.active li:nth-child(5n+4) {
  animation-delay: 1.25s;
}

header ul.options.active li:nth-child(5n+5) {
  animation-delay: 1.5s;
}

header .options ul{
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	background-color: transparent;
	text-align: center;
}

header .options a, header .options p{
	margin: 0;
	width: 100%;
}

header .options ul a{
	color: #ffffff;
	font-size: 1.5rem;
	padding: 1rem;
}

header .options p:hover, header .options a:hover{
background-color: rgba(255, 49, 51, 1);
	color: #ffffff;
}

	header .options > li > a:hover{color: #ffffff;}	
	
	.carousel video{
		width: 100%;
		object-fit: cover;
	}		
	
	
/*...*/

@keyframes fadeIn {
  0% {
	left: -30px;
    opacity: 0.0;
  }
  100% {
	left: 0;  
    opacity: 1.0;
  }
}		

.enHome.separador .texto ul li{
width: 100%;
padding: 0 15px 30px;
border-right: 0;
border-bottom: 1px solid #414141;
}	
	
.enHome.separador .texto ul li:last-of-type{
	border-bottom: 0;
}	
		
	
section#categorias > .container{
	max-width: 100%;
	padding: 0;
}	
	
.listadoCategorias a{
	width: 100%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 70%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
	footer .links p{
		display: block;
		width: 100%;
	}	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {

	.carousel video{
		width: 100%;
		object-fit: cover;
	}		
	
	#header .top .redes{
		display: block;
		float: none;
	}
	
	#header .top .optIcons{
		display: none;
	}
	header .logo{
		height: 80px;
	}
	header ul.options{
		margin-bottom: 0;
	}	
	
	header .hamburger{
		padding: 26px 0px 24px;
	}
	
/**/
header ul.options{
	display: block;
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 0;
	overflow: hidden;
	transition: all .3s;	
	background-color: #000000;
}

header ul.options > li{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

header ul.options > li > a, header ul.options > li > p, header ul.options > li > p a{
	color: #ffffff;
	margin: 0;
	padding: .75rem;
	font-size: 2rem;
	width: 100%;
}

header .options ul li a{
	padding: 1rem;
}

header .options p:hover{
	opacity: 1;
}

header ul.options i{
	font-size: 2rem;
    line-height: 2rem;	
}


header ul.options.active{
	opacity: 1;
	height: auto;
	max-height: 85vh;
	overflow-y: auto;
	z-index: 1;
}

header ul.options.active li{
	  opacity: 0;
	  animation: fadeIn 0.9s 1;
	  animation-fill-mode: forwards;
}


header ul.options.active li:nth-child(5n+1) {
  animation-delay: 0.5s;
}

header ul.options.active li:nth-child(5n+2) {
  animation-delay: 0.75s;
}

header ul.options.active li:nth-child(5n+3) {
  animation-delay: 1s;
}

header ul.options.active li:nth-child(5n+4) {
  animation-delay: 1.25s;
}

header ul.options.active li:nth-child(5n+5) {
  animation-delay: 1.5s;
}

header .options ul{
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	background-color: transparent;
	text-align: center;
}

header .options a, header .options p{
	margin: 0;
	width: 100%;
}

header .options ul a{
	color: #ffffff;
	font-size: 1.5rem;
	padding: 1rem;
}

header .options p:hover, header .options a:hover{
background-color: rgba(255, 49, 51, 1);
	color: #ffffff;
}

	header .options > li > a:hover{color: #ffffff;}	
	
/*...*/

@keyframes fadeIn {
  0% {
	left: -30px;
    opacity: 0.0;
  }
  100% {
	left: 0;  
    opacity: 1.0;
  }
}	
	
.enHome.separador .texto ul li{
width: 50%;
min-height: 150px;
padding: 15px;
}	
	
.enHome.separador .texto ul li:nth-child(2), .enHome.separador .texto ul li:last-of-type{
	border-right: 0;
}	
	
.enHome.separador .texto ul li:last-of-type{
	width: 100%;
}	
	
section#categorias > .container{
		max-width: 100%;
		padding: 0;
	}	
	
.listadoCategorias a{
	width: 100%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 70%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	
	.carousel video{
		width: 100%;
		object-fit: cover;
	}	
	
	
	header .logo{
		height: 80px;
	}
	header ul.options{
		margin-bottom: 0;
	}	
	
	header .hamburger{
		padding: 26px 0px 24px;
	}
	
/**/
header ul.options{
	display: block;
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 0;
	overflow: hidden;
	transition: all .3s;	
	background-color: #000000;
}

header ul.options > li{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

header ul.options > li > a, header ul.options > li > p, header ul.options > li > p a{
	color: #ffffff;
	margin: 0;
	padding: 1rem;
	font-size: 2rem;
	width: 100%;
}

header .options ul li a{
	padding: 1rem;
}

header .options p:hover{
	opacity: 1;
}

header ul.options i{
	font-size: 2rem;
    line-height: 2rem;	
}


header ul.options.active{
	opacity: 1;
	height: auto;
	max-height: 85vh;
	overflow-y: auto;
	z-index: 1;
}

header ul.options.active li{
	  opacity: 0;
	  animation: fadeIn 0.9s 1;
	  animation-fill-mode: forwards;
}


header ul.options.active li:nth-child(5n+1) {
  animation-delay: 0.5s;
}

header ul.options.active li:nth-child(5n+2) {
  animation-delay: 0.75s;
}

header ul.options.active li:nth-child(5n+3) {
  animation-delay: 1s;
}

header ul.options.active li:nth-child(5n+4) {
  animation-delay: 1.25s;
}

header ul.options.active li:nth-child(5n+5) {
  animation-delay: 1.5s;
}

header .options ul{
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	background-color: transparent;
	text-align: center;
}

header .options a, header .options p{
	margin: 0;
	width: 100%;
}

header .options ul a{
	color: #ffffff;
	font-size: 1.5rem;
	padding: 1rem;
}

header .options p:hover, header .options a:hover{
background-color: rgba(255, 49, 51, 1);
	color: #ffffff;
}

	header .options > li > a:hover{color: #ffffff;}	
	
/*...*/

@keyframes fadeIn {
  0% {
	left: -30px;
    opacity: 0.0;
  }
  100% {
	left: 0;  
    opacity: 1.0;
  }
}	
	
	
section#categorias > .container{
		max-width: 100%;
		padding: 0;
	}	
	
.listadoCategorias a{
	width: 50%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 80%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {

header .logo{
	height: 70px;
}	

header .options {
	line-height: 70px;
	height: 70px;
}	
	
section#categorias > .container{
		max-width: 100%;
		padding: 0;
	}	
	
.listadoCategorias a{
	width: 50%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 60%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
section#categorias > .container{
		max-width: 100%;
		padding: 0;
	}	
	
	header .redes, header .optIcons {
		line-height: normal;
		height: auto;
	}	

    header ul.options > li {
        line-height: 65px;
        height: 65px;
    }	
.listadoCategorias a{
	width: 50%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 60%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
}