/*
	font-family: "Reem Kufi", sans-serif;
	font-family: "Roboto", sans-serif;
	font-family: "Roboto Condensed", sans-serif;
*/

body{
	font-family: "Roboto", sans-serif;
	color: #ffffff;
	background-image: url("fondo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

header{
	position: fixed;
	background-color: rgba(255,255,255,0);
	transition: all .3s;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0);
}

header .top{
	background-color: #f00000;
	padding: 5px 0;
}

header .redes, header .optIcons {
	line-height: normal;
	height: auto;
}

header .top a{
	color: #ffffff;
}

header .top a:hover{
	color: #000000;
}

header .logo{
    width: 180px;
    height: 45px;
    background-image: url(logo2.svg);
    margin: 15px 0;
    background-position: center left;
}

header:has(.options.active) .logo, header.reduce .logo, header.inside .logo{
    background-image: url(logo.svg);
}

header ul.options{
	line-height: 75px;
}

header ul.options li{
  font-family: "Roboto Condensed", sans-serif;	
}

header ul.options li > a, header ul.options li p > a{
	color: #ffffff;
}

header .options a{
	margin-left: 0;
}

header ul.options li > a:after, header ul.options li p > a:after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background-color: #d93434;
    position: absolute;
    bottom: -10px;
	transition: all .3s;
}

header ul.options li a:hover:after {
    width: 100%;
}

header:has(.options.active), header.reduce, header.inside{
	background-color: rgba(255,255,255,1.00);
	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.inside{
	position:sticky;
}

header:has(.options.active) ul.options li > a, header.reduce ul.options li > a, header.inside ul.options li > a, header:has(.options.active) ul.options li p > a, header.reduce ul.options li p > a, header.inside ul.options li p > a{
	color: #414141;
}

header:has(.options.active) .hamburger-inner,header:has(.options.active)  .hamburger-inner:after,header:has(.options.active)  .hamburger-inner:before, header.reduce .hamburger-inner,header.reduce  .hamburger-inner:after,header.reduce  .hamburger-inner:before, header.inside .hamburger-inner,header.inside  .hamburger-inner:after,header.inside  .hamburger-inner:before{
	background-color: #414141;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #ffffff;
}

.enConstruccion *{
	color: #ffffff;
}

.enConstruccion img{
	width: 300px;
}

header + .carousel{
	height: 100vh;	
}

header + .carousel > button, header + .carousel > .carousel-indicators{
	display: none;
}

.carousel-caption{
	width: 60%;
	max-width: 1140px;
    right: auto;
    bottom: auto;
    left: 10%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    top: 50%;
	transform:translateY(-50%);
}

.carousel-caption h1{
	font-size: 3rem;
	font-family: "Reem Kufi", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.carousel-caption a.btn-call{
	color: #ffffff;
    font-size: 1rem;
    border-left: 1px solid #d93434;
    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(255,0,0,1.00);
}

.carousel-caption p:has(.btn-call){
	margin-bottom: 0;
}

.carousel-item:after{
	background-color: rgba(0,0,0,.50)
}

.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{
	margin-bottom: 0;
}

#destacados h2, .destacadosTienda h2, .formas-de-pago h1, .listadoPdf h2{
	max-width: 60%;
	line-height: 1.45;
	margin: auto;
	color: #ffffff;
	font-size: 2rem;
	font-family: "Reem Kufi", sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#destacados h2:after, .destacadosTienda h2:after, .formas-de-pago h1:after, .listadoPdf h2:after{
	content: "";
	width: 33%;
	margin: 1em auto 2em;
	display: block;
	height: 4px;
	background-color: #d93434;
}


#destacados{
	padding: 120px 0;
	background-color: rgba(255,255,255,0)
}

.listadoProductos a, .productos a.producto{
	border: 1px solid #ffffff;
	padding: 15px;
	background-color: rgba(255, 255, 255, .0125);
    backdrop-filter: blur(8px);
	transition: all .3s;
}

.listadoProductos a:hover, .productos a.producto:hover{
	border-top: 5px solid #d93434;
}

.listadoProductos a .texto, .productos a.producto .texto{
	padding: 15px 0 0;
}

.listadoProductos a .nombreProducto, .listadoCategorias a .nombreProducto, .productos a.producto .nombreProducto{
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 0;
}

.listadoProductos a .nombreProducto + .detalleProducto, .listadoCategorias a .nombreProducto + .detalleProducto, .productos a.producto .nombreProducto + .detalleProducto{
	font-size: .75em;
	text-transform: uppercase;
	font-weight: normal;
	color: #d93434;
	margin-bottom: 1em;
}

.listadoProductos a .precioProducto, .listadoCategorias a .precioProducto, .productos a.producto .precioProducto{
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 1em;
}

.listadoProductos a .btn-call, .productos a.producto .btn-call{
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	padding: 12px 15px;
	color: #ffffff;
	border-radius: 0;
	transition: all .3s;
}

.listadoProductos a:hover .btn-call, .productos a.producto:hover .btn-call{
	color: #ffffff;
	background-color: #d93434;
}

.listadoProductos a .imagen, .productos a.producto .imagen{
	background-color: #ffffff;
}

.listadoProductos a .imagen img, .productos a.producto .imagen img{
	object-fit: contain;
}

footer{
	background-color: #414141;
}


/*caracteristicas*/
.enHome.caracteristicas{
	color: #ffffff;
	background-color: rgba(255, 255, 255, .0125);
	backdrop-filter: blur(8px);
}

.enHome.caracteristicas h1, .enHome.caracteristicas .imagenEpigrafe{
	display: none;
}

.enHome.caracteristicas{
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.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(255,255,255,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: "Reem Kufi", 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 #d93434;
	background-color: rgba(0,0,0,0.5);
}

footer .redes a{
	color: #ffffff;
	background-color: #d93434;
	border-radius: 110px;
	width: 35px;
	height: 35px;	
}

footer .redes a:hover{
	color: #ffffff;
	background-color: #d93434;
}

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: #d93434;
}

footer .footReg{
	color: #ffffff;
}

section#contacto{
	color: #ffffff;
	margin-bottom: 0;
}

section#contacto .container{
	border-top: 1px solid rgba(255,255,255,.5);
	padding: 90px 1em;
}

section#contacto h2{
	font-size: 2rem;
	font-family: "Reem Kufi", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 4px solid #d93434;
	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: #d93434;
    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 #d93434;
}

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: "Reem Kufi", sans-serif;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 600;
}

section#contacto .form-control{
	border-radius: 0;
	background-color: rgba(0,0,0,.5);
	color: #ffffff;
}
section#contacto .btn-primary{
	border-radius: 0;
	background-color: #d93434;
	border-color: #d93434;
	color: #ffffff;
	text-transform: uppercase;	
}

section#contacto textarea.form-control {
    height: 8em;
}

section#contacto .form-floating {
	padding-right: .25rem !important;
	padding-left: .25rem !important;
}




/*Producto*/

section.producto h1{
	color: #ffffff;
    font-weight: 600;
	text-transform: uppercase;
    padding: 5px 0px 5px 10px;
    border-left: 5px solid #d93434;
    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 #828282;
	border-bottom: 1px solid #828282;
}

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 #cccccc;
}

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 #828282;
}

.formasEnvio.active, .formasPago.active, .formasEnvio:hover, .formasPago:hover{
	color: #d93434;
	border: 1px solid #d93434;
}

.formasTexto.active, .finalizarCompra.active {
	border: 1px solid #828282;
}

.producto .btn-call{
	background-color: #d93434;
	color: #ffffff;
}

.producto .btn-call:hover{
	color: #d93434;
	background-color: transparent;
	border: 1px solid #d93434;	
}

.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: #d93434;
	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 #d93434;
	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: #d93434;
    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: #828282;
    BORDER-RADIUS: 8px;
	font-size: .9rem;
	font-weight: 400;
}

.totales form .btn.seguirComprando:hover{
	background-color: #d93434;
	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);	
}

.carousel-fade .carousel-item{
	object-fit: contain;
	object-position: top;
}


/*Formas de pago*/


.formas-de-pago{
	padding: 60px 0;
    background-color: rgba(255, 255, 255, .0125);
    backdrop-filter: blur(8px);
	margin-bottom: 0!important;
	border-bottom:1px solid rgba(255,255,255,0.25);
}

.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-color: #000000;
	color: #ffffff;
	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{
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	margin-bottom: 1rem;
}


.formas-de-pago .descuentos ul{
	padding: 15px;
	border: 5px solid #d93434;
	background-color: transparent;
	color:#ffffff;
}

.formas-de-pago .descuentos ul li:only-child{
	font-size: 1.25rem;
	width: 100%;
	border-right: 0;
}


.listadoPdf{
	background-color: #ffffff;
	color: #414141;
}

.listadoPdf h2{
	color: #414141;
}

/*Sin categorías*/
section#destacados{
	padding-bottom: 0;
}

section#categorias{
	padding-top: 30px;
}

.listadoCategorias a:only-of-type{
	width: auto;
    aspect-ratio: auto;
	border: none;
}

.listadoCategorias a:only-of-type p{
	position: relative;
	transform: none;
	top: auto;
	left: auto;
	width: auto;
	font-size: 1.25rem;
	transition: all .3s;
}

.listadoCategorias a:only-of-type:hover p{
	color: #d93434;
	transform: scale(1.1);
}

.listadoCategorias a:only-of-type p:before, .listadoCategorias a:only-of-type p:after{
	content: " - ";
	color: #ffffff;
}

.listadoCategorias a:only-of-type img{
	display: none;
}

.productos .pagination a{
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.productos .pagination a.current{
	background-color: #d93434;
	color: #ffffff;
	border: 1px solid #d93434;	
}
.productos .pagination a:hover{
	color: #ffffff;
	border: 1px solid #d93434;	
	background-color: transparent;	
}

.destacadosTienda .fa-solid.fa-download{
	color: #ffffff;
}

@media only screen and (max-width : 479px) {


	.carousel-caption{
		width: 90%;
		left: 5%;
	}		
	
	.carousel-caption h1{
		font-size: 2.5rem;
	}			
	
	.carousel-caption h1 + p{
		font-size: 1.25rem;
	}			
	
	#destacados h2, .formas-de-pago h1{
		max-width: 100%;
	}
	
	.enHome.caracteristicas .texto ul{
		display: flex;
        flex-direction: column;
	}
	
	.enHome.caracteristicas .texto ul li{
		width: 100%;
		border-right:0;
	}
		
	.formas-de-pago ul{
		width: 100%;
		margin: auto;
	}
	
	.formas-de-pago ul li:last-child, .formas-de-pago ul li:nth-child(2n){
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 50%;
		margin-bottom: 2.5%;
		height: auto!important;
	}		
	
	footer .clearfix + .links{
		width: 100%;
	}	

	.formas-de-pago, .enHome.venta-minorista-y-mayorista{
		padding: 30px 0;
	}	
	
	.enHome.venta-minorista-y-mayorista h1{
		font-size: 1.125rem;
	}	
	
	.formas-de-pago .texto, .enHome.venta-minorista-y-mayorista .texto{
		font-size: .879rem;
	}	
	

	.formas-de-pago .descuentos ul li{
		width: 100%;
		border-right:0;
		border-bottom: 1px solid #ffffff;
	}		
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {
	

	.carousel-caption{
		width: 80%;
		left: 5%;
	}		
	
	.carousel-caption h1{
		font-size: 2rem;
	}			
	
	#destacados h2, .formas-de-pago h1{
		max-width: 100%;
	}
	
	.enHome.caracteristicas .texto ul{
		display: flex;
        flex-direction: column;
	}
	
	.enHome.caracteristicas .texto ul li{
		width: 100%;
		border-right:0;
	}
	
	.formas-de-pago ul{
		width: 100%;
		margin: auto;
	}
	
	.formas-de-pago ul li:last-child, .formas-de-pago ul li:nth-child(2n){
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 50%;
		margin-bottom: 2.5%;
		height: auto!important;
	}		
	
	.formas-de-pago .descuentos ul li{
		width: 100%;
		border-right:0;
		border-bottom: 1px solid #ffffff;
	}	
		

	.enHome.compras-minimas-para-acceder-a-precio-mayorista{
		padding: 30px 0;
	}		
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	
	.carousel-caption{
		width: 80%;
		left: 5%;
	}		
	/*Formas de pago*/


	.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;
	}			
	.formas-de-pago ul{
		width: 100%;
		margin: auto;
	}
	
	.formas-de-pago ul li:last-child, .formas-de-pago ul li:nth-child(2n){
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 50%;
		margin-bottom: 2.5%;
		height: auto!important;
	}	
	
	.enHome.compras-minimas-para-acceder-a-precio-mayorista{
		padding: 20px;
	}		
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	
	.carousel-caption{
		width: 80%;
		left: 5%;
	}	
	
/*Formas de pago*/
	.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;
	}	
	
	
	.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.compras-minimas-para-acceder-a-precio-mayorista{
		padding: 20px 0 10px;
	}
	.enHome.compras-minimas-para-acceder-a-precio-mayorista .texto ul li{
		font-size: .879rem;
	}		
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

header .options > li:last-child{
	margin-left: 1em;
	}	
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: #d93434;
}
	
header .options ul li a{
	color: #ffffff;
	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;
}	
	
/*Formas de pago*/

	.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;
	}		
}


/*Lista de precios PDF*/
.portadaPdf{
    background-image: url("fondo.webp");
    background-position: center;
    background-color: #000;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
}

.portadaPdf .logo img{
	width: 70%;
}

.portadaPdf .logo p{
	margin-top: .5cm;
	padding: .25cm;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	background-color: rgba(255,255,255,.9);
}

@media print {
  .piePdf, .portadaPdf, h2{
	page-break-before: always; /* Hace que el div comience en una nueva página */
  }

	.descuentos h2{
	page-break-before:auto; /* Hace que el div comience en una nueva página */
  		
	}	
}
/*Listado para imprimir*/


@media print {
	body{
		background-image: none;
		background-color: #000000;
	}
	
}