/*
  font-family: "Oxanium", sans-serif;
  font-family: "Montserrat", sans-serif;
*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 19, 2024 */

body{
	background: #000000;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
}

body.noScroll{
	overflow: hidden;
}

.esMuestra{
	display: none;
}

body:has(.enConstruccion) #preloader{
	display: none;
}

/*En construcción*/
.enConstruccion img{
	width: 45%;
	max-width: 300px;
}

.enConstruccion .social a{
	color: #BBA53D;	
	font-weight: normal;
}
.enConstruccion .social a:hover{
	color: #ffffff;	
}

h1, #destacados h2, #categorias h2, section.contacto h2, .destacadosTienda h2, .enConstruccion h2{
	font-family: "Oxanium", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	color: #ffffff;
}

.destacadosTienda h2{
	text-align: left;
}

h3{
	font-size: 1.5rem;
	font-family: "Oxanium", sans-serif;
}

/*Preloader*/

#preloader{
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9;
	background: #010101;
	top: 0;
	left: 0;
	text-align: center;	
}

#preloader #status{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	color: #ffffff;
}

#preloader #status img:first-of-type{
	content: "";
	width: 300px;
	height: 299px;
	margin-bottom: 30px;
	display: block;	
}

#preloader #status img.loading{
	width: 30%;
}

header{
	background-color: rgba(0,0,0,1);
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0) !important;		
	opacity: 1;
	transition: all .3s;
	position: sticky;
}

header .top{
	background-color: #BBA53D;
}

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: 1px solid #000000;
}

header.inside, header.reduce, header.active{
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;	
	opacity: 1;
}

header .logo{
	width: 120px;
	height: 119px;
	background-image: url("logo.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: 119px;
	vertical-align: middle;
}

header .options a:hover, header .options p:hover{
	background-color: #BBA53D;
	opacity: 1;
}

header .options > li > a:hover, header .options > li > p:hover{
	background-color: transparent;
	color: #BBA53D;
	opacity: 1;
}

header .options ul{
	background-color: #ffffff;
	width: 100%;
}

header .options ul .ultima-fila{
	border-bottom: 0;
}

header + .carousel{
	margin-bottom: 60px;
}

header + .carousel, .carousel{
	height: 100vh;
}

header + .carousel h1{
	font-size: 2.5rem;
	color:#BBA53D;
	font-weight: 600;
	text-transform: uppercase;
}

header + .carousel .btn{
	padding: 15px;
	float: none;
	color: #ffffff;
	background-color: #BBA53D;
	border-color: #BBA53D;
	font-weight: 500;
	border-radius: 0;
}

header + .carousel .carousel-item:after{
	background-color: rgba(0,0,0,.6);	
}

header + .carousel .btn:hover{
	color: #BBA53D;
	background-color: rgba(0,0,0,0);
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #828282;
}

section#categorias{
	margin-bottom: 0;
	padding-bottom: 0;
}

section#categorias > .container{
	max-width: none;
	padding: 0;
	margin: 0;
}

.ultimaCategoria{
	background-color: #000000;
	background-image: url("logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	cursor: default;
}

.listadoCategorias a{
	width: 100%;
	background-color: rgba(0,0,0,1.00);
	transition: all .3s;
}

.listadoCategorias a:hover{
	background: #F8E179;
	background: -webkit-linear-gradient(180deg, rgba(248, 225, 121, 1) 0%, rgba(198, 163, 61, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(248, 225, 121, 1) 0%, rgba(198, 163, 61, 1) 100%);
	background: linear-gradient(180deg, rgba(248, 225, 121, 1) 0%, rgba(198, 163, 61, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8E179", endColorstr="#C6A33D", GradientType=0);
}

.listadoCategorias a.ultimaCategoria:hover{
	background-color: #000000;
	background-image: url("logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	
}

.listadoCategorias a:hover img{
	mix-blend-mode: color-burn;
}

.listadoCategorias a.ultimaCategoria:hover img{
	mix-blend-mode: normal;
}

.listadoCategorias a:after{
	padding-bottom: 100%;
}

.listadoCategorias a img{
	width: 101%;
	height: 101%;
	transition: all .5s;
}

body > .ultimaCategoria{
	display: none;
}

.listadoCategorias a p{
	font-family: "Oxanium", sans-serif;	
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.25rem;
	opacity: 1;
	text-shadow: 2px 2px 1px rgba(0,0,0,0);
	width: 100%;
	bottom: 0;
	margin: 0;
	padding: 15px;
	backdrop-filter: blur(10px);
	background-color: rgba(0,0,0,.25);
	transition: all .3s;
}

.listadoCategorias a:hover p{	
	opacity: 1;
	background-color: rgba(0,0,0,.9);	
}

footer{
	border-top: 5px solid #BBA53D;
	background-color: #292929;
}

footer .redes a{
	color: #ffffff;
	background-color: #BBA53D;
	border-radius: 110px;
	width: 35px;
	height: 35px;	
}

footer .redes a:hover{
	color: #ffffff;
	background-color: #BBA53D;
}

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: #BBA53D;
}

footer .footReg{
	color: #ffffff;
}

/*Formas de pago*/
.formas-de-pago{
	background-image: url("fondogeo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	margin-bottom: 0!important;
	padding: 60px 0;
	text-shadow: 2px 2px 1px rgba(0,0,0,.25);
} 

.formas-de-pago h1{
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.formas-de-pago .imagenEpigrafe{
	display: none;
}

.formas-de-pago .texto{
	width: 100%;
}

.formas-de-pago ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	width: 100%;
}

.formas-de-pago .texto{
	margin-bottom: 30px;
}

.formas-de-pago ul li{
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	vertical-align: top;
	border-right: 1px solid #ffffff;
}

.formas-de-pago ul li p{
	font-size: .879rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.formas-de-pago ul li p:first-of-type:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	display: block;
	font-size: 2rem;
}


.formas-de-pago ul li.banco p:first-of-type:before{
	content: "\f19c";
}
.formas-de-pago ul li.pesos p:first-of-type:before{
	content: "\f53a";
}
.formas-de-pago ul li.usdt p:first-of-type:before{
	content: "\24";
}
.formas-de-pago ul li.paypal p:first-of-type:before{
	content: "\f1ed";
	font-family: "Font Awesome 6 Brands";
}

.formas-de-pago{
	background-image: url("fondogeoBlanco.jpg");
	color: #606060;
	text-shadow: 2px 2px 1px rgba(0,0,0,0);
}

.formas-de-pago ul li{
	border-right:1px solid #606060;
}

.descuentos h2{
	text-align: center;
	font-weight: 300;
}


.formas-de-pago .descuentos ul{
padding: 15px;
	background-color: #4b6d7d;
	color:#ffffff;
}

/*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{
	background-color: rgba(0,0,0,0);
	color: #ffffff;
	padding: 15px;
	border: 1px solid #cccccc;
}

.productos a:hover, .listadoProductos a:hover{
	border: 1px solid #BBA53D;	
}

.productos a .nombreProducto, .listadoProductos a .nombreProducto{
	font-size: 1.25rem;
}

.productos a .nombreProducto, .listadoProductos a .nombreProducto, .listadoProductos a .precioProducto, .productos a .precioProducto{
	color: #ffffff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.productos a:hover .nombreProducto, .listadoProductos a:hover .nombreProducto{
	color: #BBA53D;}

.productos a .precioOriginal, .listadoProductos a .precioOriginal{
	color: #ffffff;
	text-decoration: none;
}

.productos .pagination a.current{
	color: #ffffff;
	background-color: #BBA53D;
	border-color: #BBA53D;
}

/*Producto*/

header.inside + section.producto{
	color: #ffffff;
}

section.producto h1{
	color: #ffffff;
    font-weight: 600;
	text-transform: uppercase;
    padding: 5px 0px 5px 10px;
    border-left: 5px solid #BBA53D;
    margin-bottom: 15px;	
}

section.producto, section.carrito{
	padding: 60px 0;
	margin-bottom: 0;
	background-color: transparent;
}

section.producto .codigo{
	font-size: .879rem;
	color: #ffffff;
}
/*
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 #ffffff;
	border-bottom: 1px solid #ffffff;
}

section.producto .datosProducto .descripcion a{
	font-weight: 600;
	color: #ffffff;
}

section.producto .datosProducto .descripcion *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

section.producto .datosProducto .descripcion table{
	width: 100%;
	text-align: left;
}

section.producto .datosProducto .descripcion table tr{
	border-bottom: 1px solid #828282;
}

section.producto .datosProducto .descripcion table tr td{
	padding: .5em;
}

section.producto .datosProducto .descripcion table *{
	border: 0;
}

.formasEnvio, .formasPago{
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #ffffff;
}

.formasEnvio.active, .formasPago.active, .formasEnvio:hover, .formasPago:hover{
	color: #BBA53D;
	border: 1px solid #BBA53D;
}

.formasTexto.active, .finalizarCompra.active {
	border: 1px solid #ffffff;
}

.producto .btn-call{
	background-color: #BBA53D;
	color: #ffffff;
}

.producto .btn-call:hover{
	color: #BBA53D;
	background-color: #000000;
	border: 1px solid #BBA53D;	
}

.producto .importeFinal input[type="number"]{
	background-color:  #000000;
	padding-left: 10px;
}

.btn-primary{
	background-color: transparent;	
}

.importeFinal .noBorder{
	color: #ffffff;
}

/*Carrito*/

.carrito h2{
	text-transform: uppercase;
	font-weight: 600;
}

.listaCarrito .cabecera{
	background-color: #BBA53D;
	color: #ffffff;
}

.listaCarrito ul.productos li{
	color: #212121;
}

.totales{
	background-color: transparent;
	margin-bottom: 30px;
}

.totales form > p:first-of-type{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 5px solid #BBA53D;
	padding-left: 15px;
}

.totales .col-md-6{
	width: 100%;
}

.totales form .btn{
	margin: 15px 0;
	white-space: normal;
	padding: 10px 30px;
	width: 100%;	
	text-transform: none;
    background-color: #BBA53D;
    color: #ffffff;
    BORDER-RADIUS: 8px;
	font-size: 1rem;
	font-weight: normal;
}

.totales form .btn.seguirComprando{
	background-color: transparent;
	margin: 15px 0;
	white-space: normal;
	padding: 10px 15px;
	width: 100%;
	text-transform: none;
	color: #ffffff;
	border-color: #ffffff;
    BORDER-RADIUS: 8px;
	font-size: .9rem;
	font-weight: 400;
}

.totales form .btn.seguirComprando:hover{
	background-color: #BBA53D;
	color: #ffffff;
	opacity: 1;
}

.carrito .totales select{
	color: #ffffff;
}

.totales p strong, .carrito .totales input[type="text"], .carrito .totales input[type="tel"] {
	color: #ffffff;
}

.carrito .totales input[type="text"], .carrito .totales input[type="tel"] {
	background-color: transparent;
}

li a.borrarProducto{
	color: #828282;
	padding: 0;
	border: 0;
}

li a.borrarProducto:hover{
	color: #000000;
}

.listaCarrito .productos a:hover, .listaCarrito .listadoProductos a:hover{
	border: none;
}

.listaCarrito ul.productos{
	border-radius: 0;
}

.listaCarrito ul.productos li:nth-child(even){
	background-color: #f2f2f2;
}

.listaCarrito ul.productos li .cantidadProducto{
	margin-bottom: 0;
}

.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;
	color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(198, 159, 30, 1);
    border-radius: 0;
    padding: 10px 20px;
    background-color: rgba(198, 159, 30, 0);	
}

.finalizarCompra.active input.btn:hover{
	color: rgba(255,255,255,1.00);
    background-color: rgba(198, 159, 30, 1);	
}


/*contacto*/

.contacto{
	padding: 60px 0;
	margin-bottom: 0;	
}
.contacto h2, .destacadosTienda h2{
	text-transform: uppercase;
}

.contacto .btn{
	background-color: #BBA53D;
	color: #ffffff;
	border: none;
}

.contacto .btn:hover{
	color: #BBA53D;
	background-color: #000;
}

.contacto ul{
	list-style: none;
	border: 5px solid #BBA53D;
	border-left: none;
	border-right: none;
	padding: 60px 30px;
	margin-bottom: 30px;
	background-image: url("fondoContacto.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-color: #000;
}

.contacto ul li{
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.contacto ul li a{
	font-weight: 600;
	color: #BBA53D	
}

.contacto ul li:before{
	content: "\00BB";
	margin-right: 5px;	
	color: #BBA53D
}

.enHome.ciriano-distribuidora-repuestos ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.enHome.ciriano-distribuidora-repuestos ul li{
	display: block;
	width: 25%;
	float: left;
	margin: 0;
	padding: 30px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: bottom;
	position: relative;
	background-blend-mode: color;
	background-color: rgba(0,0,0,.6);
}

.enHome.ciriano-distribuidora-repuestos ul li p:before{
font-family: "Oxanium", sans-serif;	
	font-size: 9rem;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 4px #BBA53D;
	line-height: 1;
}

.enHome.ciriano-distribuidora-repuestos ul li p{
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	color: #ffffff;
    min-height: 65%;	
}

.enHome.ciriano-distribuidora-repuestos ul li p strong{
	font-size: 1.5rem;
	display: block;
	width: 100%;
}

.enHome.ciriano-distribuidora-repuestos ul li:after{
	display: block;
	content: "";
	padding-bottom: 150%;
}

.enHome.ciriano-distribuidora-repuestos ul li:nth-child(1){
	background-image: url("../files/fact-1.jpg");
}
.enHome.ciriano-distribuidora-repuestos ul li:nth-child(2){
	background-image: url("../files/fact-2.jpg");
}
.enHome.ciriano-distribuidora-repuestos ul li:nth-child(3){
	background-image: url("../files/fact-3.jpg");
}
.enHome.ciriano-distribuidora-repuestos ul li:nth-child(4){
	background-image: url("../files/fact-4.jpg");
}

.enHome.ciriano-distribuidora-repuestos ul li:nth-child(1) p:before{
	content: "1";
}
.enHome.ciriano-distribuidora-repuestos ul li:nth-child(2) p:before{
	content: "2";
}
.enHome.ciriano-distribuidora-repuestos ul li:nth-child(3) p:before{
	content: "3";
}
.enHome.ciriano-distribuidora-repuestos ul li:nth-child(4) p:before{
	content: "4";
}

.enHome.ciriano-distribuidora-repuestos ul, .ciriano-distribuidora-repuestos ul{
	overflow: hidden;
	padding-top: 60px;
}


/*logos*/
section.clientes{
	text-align: center;
}

section.clientes h3{
}

section.clientes .logos{
	cursor: grab;
}

section.clientes .logos:active{
	cursor: grabbing;
}

section.clientes .logos span{
	vertical-align: middle;
	line-height: 90px;	
}

section.clientes .logos span img{
	z-index: 9;
	max-width: 100%;
	max-height: 90px;
	mix-blend-mode: normal;
}

.listadoCategorias{
	padding-bottom: 120px;
}

section.contacto{

	color: #ffffff;	
	background-color: #000000;
	overflow: hidden;
}

section.contacto .form-control{
	color: #ffffff;
	background-color: transparent;
	border-radius: 0;
}

section.contacto form{
	width: 60%;
	float: right;
}

section.contacto h2, section.contacto p{
	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;
}

.listadoProductos a .imagen img, .productos a .imagen img, .carousel-fade .carousel-item, .imagenPrincipal img, .thumbs .thumb img{
	object-fit: contain;
}

#destacados, .destacadosTienda{
	padding: 60px 0;
}

#destacados h2, .destacadosTienda h2{
	text-align: center;
	margin-bottom: 30px;
}

#destacados h2:after, .destacadosTienda h2:after{
	content: "";
	width: 33%;
	height: 2px;
	background-color: #BBA53D;
	display: block;
	position: relative;
	margin: auto;
}

.destacadosTienda .subCategorias{
	display: block;
	text-align: left;
	padding-bottom: 1rem;
	font-size: 0;
}

.destacadosTienda .subCategorias .btn{
	color: #ffffff;
	border-right: 2px solid #BBA53D;
	border-radius: 0;
	transition: all .3s;
}

.destacadosTienda .subCategorias .btn:hover{
	color: #ffffff;
	border-right: 2px solid #BBA53D;
	border-radius: 0;
	background-color: #BBA53D;
}

.destacadosTienda .subCategorias .btn:last-child{
	color: #ffffff;
	border-right: 0px solid #BBA53D;
}
/*
section#categorias > .container{
	max-width: 100%;
	padding: 0;
}
*/



@media only screen and (max-width : 479px) {

	h1, #destacados h2, #categorias h2, section.contacto h2, .destacadosTienda h2{
		font-size: 2rem;
	}	
	
	header .logo, #preloader #status:before {
		width: 200px;
	}

	
header .options, header .options a, header .options p {
	line-height: 30px;
	height: 30px;
}
	
header .options ul{
	background-color: #000000;
	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);
		border-left: 0;
		border-right: 0;
		padding: 0;
	}
	
	header .options .active ul{
		padding: 0;	
		border: 1px solid rgba(17,17,17,.125);
		border-left: 0;
		border-right: 0;
		height: 30vh;
		overflow-x: hidden;
		overflow-y: scroll;
	}	
header .options ul li{
	font-size: .879rem;
	display: inline-block;
	width: 100%;
	margin: 0;
	border:0;
	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;
}
	
.destacadosTienda .subCategorias .btn{
width: 100%;
border-right: 0;	
border-bottom: 1px solid #BBA53D;
}	

.destacadosTienda .subCategorias .btn:last-child{
border-bottom: 0;
margin-bottom: 0;
}	

	
.listadoCategorias a{
	width: 100%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 100%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
	.formas-de-pago ul{
		width: 75%;
		margin: auto;
	}
	
	.formas-de-pago ul li:last-child{
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 25%;
	}

	.formas-de-pago .descuentos ul li{
		width: 50%;
		border-right:1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}	
	
	.formas-de-pago .descuentos ul li:nth-child(even){
		border-right:0;
	}	
	
	.formas-de-pago .descuentos ul li:nth-last-child(-n+2){
		border-bottom:0;
	}		
	
	.articulo .imagenEpigrafe, .articulo .galeria{
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.articulo .imagen.cuadrada:after{
		padding-bottom: 50%;
	}
	
	.enHome.ciriano-distribuidora-repuestos .texto{
		width: 100%;
	}
	
	.enHome.ciriano-distribuidora-repuestos ul li{
		width:100%;
	}	
	.enHome.ciriano-distribuidora-repuestos ul li:after{
		padding-bottom: 100%;
	}
	.enHome.ciriano-distribuidora-repuestos ul li p{
		min-height: 50%;
	}	
	
	section.contacto h2, section.contacto p, section.contacto form{
		width: 100%;
	}			
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {



	header .logo, #preloader #status:before {
		width: 200px;
	}
header .options {
	line-height: 70px;
	height: 70px;
}
	
header .options ul{
	background-color: #000000;
	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);
		border-left: 0;
		border-right: 0;
		padding: 0;
	}
	
	header .options .active ul{
		padding: 0;	
		border: 1px solid rgba(17,17,17,.125);
		border-left: 0;
		border-right: 0;
		height: 30vh;
		overflow-x: hidden;
		overflow-y: scroll;
	}	
header .options ul li{
	font-size: .879rem;
	display: inline-block;
	width: 100%;
	margin: 0;
	border:0;
	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;
}
	
	
	.destacadosTienda .subCategorias .btn{
		width: 50%;
		margin-bottom: 10px;
	}	
	
	.destacadosTienda .subCategorias .btn:nth-child(2n), .destacadosTienda .subCategorias .btn:last-child{
		border-right: 0;
	}	
	
	.destacadosTienda .subCategorias .btn:nth-last-child(-n + 2){
		margin-bottom: 0;
	}	
	
.listadoCategorias a{
	width: 100%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 100%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
	.formas-de-pago ul{
		width: 75%;
		margin: auto;
	}
	
	.formas-de-pago ul li:last-child{
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 25%;
	}

	.formas-de-pago .descuentos ul li{
		width: 50%;
		border-right:1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}	
	
	.formas-de-pago .descuentos ul li:nth-child(even){
		border-right:0;
	}	
	
	.formas-de-pago .descuentos ul li:nth-last-child(-n+2){
		border-bottom:0;
	}		
	
	.articulo .imagenEpigrafe, .articulo .galeria{
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.articulo .imagen.cuadrada:after{
		padding-bottom: 50%;
	}
	
	.enHome.ciriano-distribuidora-repuestos .texto{
		width: 100%;
	}
	
	.enHome.ciriano-distribuidora-repuestos ul li{
		width:100%;
	}	
	.enHome.ciriano-distribuidora-repuestos ul li:after{
		padding-bottom: 100%;
	}
	.enHome.ciriano-distribuidora-repuestos ul li p{
		min-height: 50%;
	}	
	
	section.contacto h2, section.contacto p, section.contacto form{
		width: 100%;
	}		
		

}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {


header .options {
	line-height: 70px;
	height: 70px;
}
	
header .options ul{
	background-color: #000000;
	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);
		border-left: 0;
		border-right: 0;
		padding: 0;
	}
	
	header .options .active ul{
		padding: 0;	
		border: 1px solid rgba(17,17,17,.125);
		border-left: 0;
		border-right: 0;
		height: 30vh;
		overflow-x: hidden;
		overflow-y: scroll;
	}	
header .options ul li{
	font-size: .879rem;
	display: inline-block;
	width: 100%;
	margin: 0;
	border:0;
	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: 50%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 100%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
	.formas-de-pago ul{
		width: 75%;
		margin: auto;
	}
	
	.formas-de-pago ul li:last-child{
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 25%;
	}

	.formas-de-pago .descuentos ul li{
		width: 50%;
		border-right:1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}	
	
	.formas-de-pago .descuentos ul li:nth-child(even){
		border-right:0;
	}	
	
	.formas-de-pago .descuentos ul li:nth-last-child(-n+2){
		border-bottom:0;
	}		
	
	.articulo .imagenEpigrafe, .articulo .galeria{
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.articulo .imagen.cuadrada:after{
		padding-bottom: 50%;
	}
	
	.enHome.ciriano-distribuidora-repuestos .texto{
		width: 100%;
	}
	
	.enHome.ciriano-distribuidora-repuestos ul li{
		width:50%;
	}	
	.enHome.ciriano-distribuidora-repuestos ul li:after{
		padding-bottom: 100%;
	}
	.enHome.ciriano-distribuidora-repuestos ul li p{
		min-height: 50%;
	}	
	
	section.contacto h2, section.contacto p, section.contacto form{
		width: 100%;
	}	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {

header .options {
	line-height: 70px;
	height: 70px;
}
	
header .options ul{
	background-color: #000000;
	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: 1px 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(17,17,17,.125);
	border-bottom: 1px solid rgba(17,17,17,.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: 50%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 100%;
	}
	
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
	.formas-de-pago ul{
		width: 75%;
		margin: auto;
	}
	
	.formas-de-pago ul li:last-child{
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 25%;
	}

	.formas-de-pago .descuentos ul li{
		width: 50%;
		border-right:1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}	
	
	.formas-de-pago .descuentos ul li:nth-child(even){
		border-right:0;
	}	
	
	.formas-de-pago .descuentos ul li:nth-last-child(-n+2){
		border-bottom:0;
	}		
	
	.enHome.ciriano-distribuidora-repuestos ul li{
		width:50%;
	}	
	.enHome.ciriano-distribuidora-repuestos ul li:after{
		padding-bottom: 100%;
	}
	.enHome.ciriano-distribuidora-repuestos ul li p{
		min-height: 50%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
header .options ul{
	background-color: #000;
	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: 1px 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: 25%;
	margin: 0;
}
	
.listadoCategorias a:after{
	padding-bottom: 150%;
	}
		
.listadoCategorias a:nth-child(2n), .listadoCategorias a:last-of-type{
	margin-right: 0;
}
	
	.formas-de-pago ul{
		width: 75%;
		margin: auto;
	}
	
	.formas-de-pago ul li:last-child{
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 25%;
	}	
	
	.formas-de-pago .descuentos ul li{
		width: 50%;
		border-right:1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}	
	
	.formas-de-pago .descuentos ul li:nth-child(even){
		border-right:0;
	}	
	
	.formas-de-pago .descuentos ul li:nth-last-child(-n+2){
		border-bottom:0;
	}	
	
}

@media print {
	h2{
		font-size: 1.75rem;
		text-transform: uppercase;
		margin-bottom: .5em;
	}
	.top{
		padding: 5px 0;
	}
	.top:before {
		color: #ffffff;
		content: "Whatsapp: 5411-2283-0226 | E-mail: xenonprofesional@hotmail.com";
	}
	
	
	.formas-de-pago .descuentos ul{
		width: 75%;
		margin: auto;
		padding: 0;
	}
	
	.formas-de-pago ul li:last-child{
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 25%;
	}	
	
	.formas-de-pago .descuentos ul li{
		width: 50%;
		border-right:1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		text-align: center;
	}	
	
	.formas-de-pago .descuentos ul li:nth-child(even){
		border-right:0;
	}	
	
	.formas-de-pago .descuentos ul li:nth-last-child(-n+2){
		border-bottom:0;
	}	
	
}