/*
  font-family: "Roboto", sans-serif;
  font-family: "Roboto Condensed", sans-serif;
*/

body{
	font-family: "Roboto", sans-serif;
	color: #414141;
	background-image: url("fondo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

header{
	position: sticky;
	background-color: rgba(255,255,255,1);
	transition: all .3s;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.09);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.09);
}

header .top{
	background-color: #414141;
	padding: 5px 0;
}

header .redes, header .optIcons {
	line-height: normal;
	height: auto;
}

header .top a:hover{
	color: #e9b239;
}

header .logo{
    width: 200px;
    height: 65px;
    background-image: url("logoChevFUll.svg");
    margin: 15px 0;
    background-position: center left;
}

.hamburger{
	padding-top: 35px;
	padding-bottom: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #414141;
}

header ul.options{
	line-height: 94px;
	margin-bottom: 0;
}

header ul.options li{
  font-family: "Roboto Condensed", sans-serif;	
}

header ul.options li > a{
	color: #414141;
}

header .options a{
	margin-left: 0;
}

header ul.options li > a:after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background-color: #e9b239;
    position: absolute;
    bottom: -10px;
	transition: all .3s;
}

header ul.options li a:hover:after {
    width: 100%;
}

header.active, header.reduce, header.inside{
	background-color: #ffffff;
}


header.inside{
	position:sticky;
}

header.active ul.options li > a, header.reduce ul.options li > a, header.inside ul.options li > a{
	color: #414141;
}

.enConstruccion *{
	color: #414141;
}

.enConstruccion img{
	width: 300px;
}

header + .carousel > button, header + .carousel > .carousel-indicators{
	display: none;
}

.carousel-caption{
	width: 40%;
	max-width: 1140px;
    right: auto;
    bottom: auto;
    left: 10%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    top: 50%;
	transform:translateY(-25%);
}

.carousel-caption h1{
	font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 4px solid #e9b239; 
}

.carousel-caption a.btn-call{
	color: #ffffff;
    font-size: 1rem;
    border-left: 1px solid #e9b239;
    border-radius: 0;
    transition: all .3s;
    background-color: rgba(255, 255, 255, .0125);
    backdrop-filter: blur(8px);
    padding: 15px 30px;
}

.carousel-caption a.btn-call:hover{
	background-color: rgba(233,178,57,1.00)
}


.listadoCategorias a:after{
	content: none;
}

.listadoCategorias a{
	border: 1px solid #cccccc;
	aspect-ratio: 1 / 1.5;
}

.listadoCategorias a p{
  font-family: "Roboto Condensed", sans-serif;	
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    font-size: 1.75rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.125;
    text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.listadoCategorias a img{
-webkit-mask-image: url(https://chevrepuestos.com.ar/custom/mask.svg);
    mask-image: url(https://chevrepuestos.com.ar/custom/mask.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;	
	transition: all .3s;
}

.listadoCategorias a:hover img{
	opacity: .75;
}

#destacados{
	padding: 120px 0;
	background-color: rgba(255,255,255,.75)
}

.listadoProductos a{
	border: 1px solid #cccccc;
	padding: 15px;
}

.listadoProductos a .texto{
	padding: 15px 0 0;
}

.listadoProductos a .nombreProducto, .listadoCategorias a .nombreProducto, .productos a .nombreProducto{
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: normal;
	color: #414141;
	margin-bottom: 0;
}

.listadoProductos a .nombreProducto + .detalleProducto, .listadoCategorias a .nombreProducto + .detalleProducto, .productos a .nombreProducto + .detalleProducto{
	font-size: .75em;
	text-transform: uppercase;
	font-weight: normal;
	color: #e9b239;
	margin-bottom: 1em;
}

.listadoProductos a .precioProducto, .listadoCategorias a .precioProducto, .productos a .precioProducto{
	font-size: 1rem;
	font-weight: 600;
	color: #000000;
	margin-bottom: 1em;
}

.listadoProductos a .btn-call, .productos a .btn-call{
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	padding: 12px 15px;
	color: #414141;
	border-radius: 0;
	transition: all .3s;
}

.listadoProductos a:hover .btn-call, .productos a:hover .btn-call{
	color: #ffffff;
	background-color: #e9b239;
}

footer{
	background-color: #414141;
}


/*caracteristicas*/
.enHome.caracteristicas{
	background-color: rgba(233,178,57,0.65);
}

.enHome.caracteristicas h1, .enHome.caracteristicas .imagenEpigrafe{
	display: none;
}

.enHome.caracteristicas .texto{
	width: 100%;
	text-align: center;
}

.enHome.caracteristicas .texto ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.enHome.caracteristicas .texto ul li{
  	flex: 1;
	text-align:center;
	padding: 0 15px 15px;
	border-right: 1px solid rgba(65,65,65,0.25);
}

.enHome.caracteristicas .texto ul li:last-of-type{
	border-right: 0px solid rgba(65,65,65,0.75);
}

.enHome.caracteristicas .texto ul li img{
	margin-top: 15px;
	width: 35%;
	margin-bottom: 0;
}

.enHome.caracteristicas .texto ul li h3{
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 600;
}

/*logos*/
section.clientes{
	text-align: center;
	margin-bottom: 0;
}

section.clientes h3{
}

section.clientes .logos{
	cursor: grab;
}

section.clientes .logos:active{
	cursor: grabbing;
}

section.clientes .logos span{
	vertical-align: middle;
	line-height: 150px;	
}

section.clientes .logos span img{
	z-index: 9;
	max-width: 100%;
	max-height: 150px;
	mix-blend-mode: normal;
}

#categorias{
	padding-top: 120px;
}

body > .ultimaCategoria{
	display: none;
}

footer{
	border-top: 5px solid #e9b239;
	background-color: rgba(65,65,65,0.75);
}

footer .redes a{
	color: #ffffff;
	background-color: #e9b239;
	border-radius: 110px;
	width: 35px;
	height: 35px;	
}

footer .redes a:hover{
	color: #ffffff;
	background-color: #e9b239;
}

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: #e9b239;
}

footer .footReg{
	color: #ffffff;
}

section#contacto{
	padding: 90px 0;
	margin-bottom: 0;
	background-color: rgba(255,255,255,.75);
}

section#contacto h2, section.destacadosTienda h2{
	font-size: 2rem;
	font-family: "Roboto Condensed", sans-serif;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 4px solid #e9b239;
	margin-bottom: 1em;
}

section#contacto s{
	font-size: 1.25rem;
	font-weight: 600;
	text-decoration: none;
}

section#contacto s:before{
	content: "\f3c5";
	font-family: "Font Awesome 6 Free";
    font-weight: 600;
	color: #e9b239;
    font-size: 2em;
    vertical-align: middle;
    margin-right: .25em;	
}

section#contacto iframe{
	width: 100%;
	border-radius: 24px;
	height: 45vh;
}

section#contacto ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

section#contacto ul li{
  	flex: 1;
	text-align:center;
	padding: 0 15px 15px;
	border-right: 1px solid #e9b239;
}

section#contacto  ul li:last-of-type{
	border-right: 0px solid rgba(65,65,65,0.75);
}

section#contacto  ul li img{
	margin-top: 15px;
	width: 35%;
	margin-bottom: 0;
}

section#contacto ul li h3{
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 600;
}

section#contacto .form-control{
	border-radius: 0;
}
section#contacto .btn-primary{
	border-radius: 0;
	background-color: #e9b239;
	border-color: #e9b239;
	color: #ffffff;
	text-transform: uppercase;	
}

section#contacto textarea.form-control {
    height: 8em;
}


/*Producto*/

section.producto h1{
	color: #414141;
    font-weight: 600;
	text-transform: uppercase;
    padding: 5px 0px 5px 10px;
    border-left: 5px solid #e9b239;
    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 #828282;
	border-bottom: 1px solid #828282;
}

section.producto .datosProducto .descripcion a{
	font-weight: 600;
	color: #414141;
}

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 #cccccc;
}

section.producto .datosProducto .descripcion table tr td{
	padding: .5em;
}

section.producto .datosProducto .descripcion table *{
	border: 0;
}

.formasEnvio, .formasPago{
	color: #414141;
	background-color: transparent;
	border: 1px solid #828282;
}

.formasEnvio.active, .formasPago.active, .formasEnvio:hover, .formasPago:hover{
	color: #e9b239;
	border: 1px solid #e9b239;
}

.formasTexto.active, .finalizarCompra.active {
	border: 1px solid #828282;
}

.producto .btn-call{
	background-color: #e9b239;
	color: #ffffff;
}

.producto .btn-call:hover{
	color: #e9b239;
	background-color: transparent;
	border: 1px solid #e9b239;	
}

.producto .importeFinal input[type="number"]{
	background-color:  #000000;
	padding-left: 10px;
}

.btn-primary{
	background-color: transparent;	
}

.importeFinal .noBorder{
	color: #414141;
}

/*Carrito*/

.carrito h2{
	text-transform: uppercase;
	font-weight: 600;
}

.listaCarrito .cabecera{
	background-color: #e9b239;
	color: #ffffff;
}

.listaCarrito ul.productos li{
	color: #212121;
}

.totales{
	background-color: transparent;
	margin-bottom: 30px;
}

.totales form > p:first-of-type{
	color: #414141;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 5px solid #e9b239;
	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: #e9b239;
    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: #414141;
	border-color: #828282;
    BORDER-RADIUS: 8px;
	font-size: .9rem;
	font-weight: 400;
}

.totales form .btn.seguirComprando:hover{
	background-color: #e9b239;
	color: #ffffff;
	opacity: 1;
}

.carrito .totales select{
	color: #414141;
}

.totales p strong, .carrito .totales input[type="text"], .carrito .totales input[type="tel"] {
	color: #414141;
}

.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);	
}

.ultimaCategoria{
	background-image: url("logoChevFUll.svg");
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	cursor: default;
}


/*Formas de pago*/
.formas-de-pago, .enHome.venta-minorista-y-mayorista{
	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);
} 

.enHome.venta-minorista-y-mayorista{
	background-image: url("fondogeoBlanco.jpg");
	background-blend-mode: multiply;
} 

.formas-de-pago h1, .enHome.venta-minorista-y-mayorista h1, .enHome.venta-minorista-y-mayorista .texto > ul li p:first-child{
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.enHome.venta-minorista-y-mayorista .texto ul{
	list-style: none;
}

.enHome.venta-minorista-y-mayorista .texto > ul > li{
	display: block;
	width: 33.33%;
	float: left;
	margin: 0;
}

.enHome.venta-minorista-y-mayorista .texto > ul li ul{
	width: 100%;
}

.enHome.venta-minorista-y-mayorista .texto > ul li ul li{
	display: block;
	
}



.formas-de-pago .imagenEpigrafe, .enHome.venta-minorista-y-mayorista .imagenEpigrafe{
	display: none;
}

.formas-de-pago .texto, .enHome.venta-minorista-y-mayorista .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;
}

.enHome .descuentos h2, .descuentos h2{
	text-align: center;
	font-weight: 300;
}


.formas-de-pago .descuentos ul{
padding: 15px;
	background-color: #4b6d7d;
	color:#ffffff;
}
/*Venta minorista y mayorista*/
.enHome.venta-minorista-y-mayorista .texto{
	margin-bottom: 0;
}

.enHome.venta-minorista-y-mayorista p{
	font-size: 1rem;
	margin-bottom: 0;
}


.enHome.venta-minorista-y-mayorista h1, .enHome.venta-minorista-y-mayorista .texto > ul li p:first-child{
	text-align: inherit;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}



.enHome.venta-minorista-y-mayorista .texto ul{
	margin-left: 0;
	padding-left: 0;
}


.enHome.venta-minorista-y-mayorista .texto > ul > li:nth-of-type(1){
	text-align: left;
}

.enHome.venta-minorista-y-mayorista .texto a{
	color: #ffffff;
}

.enHome.venta-minorista-y-mayorista .texto a:before{
	margin-right: 5px;
}

.enHome.venta-minorista-y-mayorista .texto a.instagram:before{
	content: '\f16d';
    font-family: "Font Awesome 6 Brands";
}

.enHome.venta-minorista-y-mayorista .texto a.whatsapp:before{
	content: '\f232';
    font-family: "Font Awesome 6 Brands";
}

.enHome.venta-minorista-y-mayorista .texto a.email:before{
	content: '\f0e0';
    font-weight: 300;
	font-family: "Font Awesome 6 Free";
}

.enHome.venta-minorista-y-mayorista .texto a:hover:before{
	color: #30a6de;
}

.enHome.venta-minorista-y-mayorista .texto ul li li strong {
	font-weight: normal;
	color: #30a6de;
}

.enHome.venta-minorista-y-mayorista .texto > ul > li li{
	line-height: 1.5;
}

.enHome.venta-minorista-y-mayorista .texto > ul > li:nth-of-type(2){
	text-align: center;
}

.enHome.venta-minorista-y-mayorista .texto > ul > li:nth-of-type(3){
	text-align: right;
}

.enHome.venta-minorista-y-mayorista .texto > ul > li:nth-of-type(2)  p:after{
	margin-left: 10px;
	content: "\f48b";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	display: inline-block;
	font-size: 2.5rem;
	vertical-align: middle;	
}


@media only screen and (max-width : 479px) {

header .options {
	line-height: 45px;
	height: 45px;
}
	
header .options ul{
	background-color: #ffffff;
	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;
	color: #414141;
}
	
header .options ul li:nth-child(4n){
	border-right: 0px solid #111111;
}	
	
header .options ul li:last-child{
	margin-bottom: 0;
}
	
	.carousel-caption{
		width: 80%;
	}	
	
	.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%;
	}	
	
	.enHome.caracteristicas .texto ul, section#contacto ul{
	display: flex;
	flex-direction: column;				
	}	
	.enHome.caracteristicas .texto ul li, section#contacto ul li{
		padding: 15px 0;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid rgba(65,65,65,0.25)
	}	
	.enHome.caracteristicas .texto ul li:last-of-type{
		border-bottom: 0px solid rgba(65,65,65,0.25)
	}	

	.listadoCategorias a.ultimaCategoria:nth-child(even){
		display: none;
	}	
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {
header .options {
	line-height: 45px;
	height: 45px;
}
	
header .options ul{
	background-color: #ffffff;
	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;
	color: #414141;
}
	
header .options ul li:nth-child(4n){
	border-right: 0px solid #111111;
}	
	
header .options ul li:last-child{
	margin-bottom: 0;
}
	
	.carousel-caption{
		width: 80%;
	}	
	
	.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%;
	}	
	
	.enHome.caracteristicas .texto ul, section#contacto ul{
	display: flex;
	flex-direction: column;				
	}	
	.enHome.caracteristicas .texto ul li, section#contacto ul li{
		padding: 15px 0;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid rgba(65,65,65,0.25)
	}	
	.enHome.caracteristicas .texto ul li:last-of-type{
		border-bottom: 0px solid rgba(65,65,65,0.25)
	}	

	.listadoCategorias a.ultimaCategoria:nth-child(even){
		display: none;
	}	
}

/* 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: #ffffff;
	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%;
	color: #414141;
}

	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%;
	}		
	
.enHome.caracteristicas .texto ul {
  display: flex;
  flex-wrap: wrap;	
}	
.enHome.caracteristicas .texto ul li {
  flex: 0 0 calc(50% - 5px);
}	
	
.enHome.caracteristicas .texto ul li:nth-child(2n) {
	border-right: 0;
}	
	
}

/* 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: #ffffff;
	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: 33.33333333333333%;
	float: left;
	margin: 0;
	border-right: 1px solid rgba(17,17,17,.125);
	border-bottom: 1px solid rgba(17,17,17,.125);
	padding: 0;
	vertical-align: top;
}
	
header .options ul li a{
	padding: 15px;
	color: #414141;
}
	
header .options ul li:nth-child(3n){
	border-right: 0px solid #111111;
}	
	
header .options ul li:last-child{
	margin-bottom: 0;
}
	
	.listadoCategorias a.ultimaCategoria:nth-child(even){
		display: none;
	}
	
.listadoCategorias a:nth-child(3n), .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;
	}	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
header .options ul{
	background-color: rgba(255,255,255,.7);
	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{
		background-color: rgba(255,255,255,1);
		padding: 0;	
		border: 1px solid rgba(17,17,17,.125);
	}	
header .options ul li{
	font-size: .879rem;
	display: block;
	width: 25%;
	float: left;
	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:hover{
	background-color: #e9b239;
}
	
header .options ul li a{
	color: #414141;
	padding: 15px;
}

header .options p:hover{
		opacity: 1;
	}	
	
header .options ul li a:hover{
	opacity: 1;
	color: #ffffff;
	}
	
header .options ul li:nth-child(4n){
	border-right: 0px solid #111111;
}	
	
header .options ul li:last-child{
	margin-bottom: 0;
}	
}