body{
  	font-family: "DM Sans", sans-serif;
	color: #414141;
	background-color: #F2F2F2;
}
/*
  font-family: "DM Sans", sans-serif;
  font-family: "Barlow Condensed", sans-serif;
*/
body:has(.enConstruccion) #preloader{
	display: none;
}
#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%;
}

.enConstruccion .social a:hover{
	color: #fe1315;
}

header{
	position: sticky;
	padding-bottom: 15px;
	background-color: #ffffff;
}

header .top{
	background-color: #fe1315;
	color: #ffffff;
	margin-bottom: 15px;
}
header .top a{
	color: #ffffff;
}

header .top a:hover{
	color: #000000;
}

header .hamburger{
	padding: 15px 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #fe1315;
}

header.inside .hamburger-inner, header.inside .hamburger-inner:after, header.inside .hamburger-inner:before,header.reduce .hamburger-inner, header.reduce .hamburger-inner:after, header.reduce .hamburger-inner:before, header.active .hamburger-inner, header.active .hamburger-inner:after, header.active .hamburger-inner:before{
	background-color: #828282;
}

h1, #contacto h2, .carrito h2{
  font-family: "Barlow Condensed", sans-serif;

}

.btn-call{
	color: #ffffff;
	background-color: #fe1315;
}

header + .carousel{
	max-height:  100vh;
}

.carousel h1{
	font-size: 3.5rem;
	text-transform: uppercase;
	font-weight: 300;
}

.carousel h1 + p{
	font-size: 1.25rem;
}

.carousel h1 + p:before, .carousel h1 + p:after{
	content: " - ";
	color: #fe1315;
}

.carousel button, .carousel .carousel-indicators{
	display: none;
}

.carousel-item.fijo{
	background-image: url("../files/fondoSlider.jpg");
}

header .options a, header .options p{
	color: #000000;
}

header.reduce, header.inside, header.active{
	background-color: #ffffff;
	box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 4px 6px 0px rgba(0,0,0,0.25);
}

header.inside{
	position: relative;
}

header.reduce .options a, header.inside .options a, header.active .options a, header.reduce .options p, header.inside .options p, header.active .options p{
	color: #414141;
}

header .options a:hover, header .options p:hover{
	color:#fe1315;
	opacity: 1;
}

header .options{
	height: 75px;
	line-height: 75px;
}	

header .logo{
	background-image: url("logo.png");
	width: 75px;
	height: 75px;
}

.carousel-item:after{
	background-color: rgba(0,0,0,.4)
}


section{
	padding: 60px 0;
	margin-bottom: 0!important;
}

section:nth-of-type(even), section + .turnero{
	padding: 60px 0;
	border-top: 1px solid #f2f2f2;
}

footer{
	background-color: #fe1315;
	color: #ffffff;	
}

footer .redes a{
	background: transparent;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 2px solid #ffffff;
    color: #ffffff;	
}

footer .redes a:hover{
	background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #fe1315;	
}

footer .redes a:hover:before{
color: #fe1315;		
}

/*Turnero*/

.turnero h1{
	color: #414141;
	text-align: center;
}

.turnero > p{
	color: #414141;
}

.turnero ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    font-size: 0;
    text-align: center;
}

.turnero ul li{
    display: inline-block;
    width: 31.66%;
    margin-right: 2.5%;
	margin-bottom: 2.5%;
    border: 10px solid #fe1315;
    padding: 0;	
	vertical-align: top;
}

.turnero ul li:last-child{
    margin-right: 0;
}

.turnero ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
	color: #414141;
	text-decoration: none;
}

.turnero li p{
	font-size: .879rem;
}
.turnero li p:first-of-type{
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: bold;
}

.turnero li p:first-of-type:before {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    background-color: #fe1315;
	border: 4px solid #fe1315;
	background-image: url("../custom/psi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55%;
    border-radius: 12px;
	margin: 0 auto 15px;}

.turnero li a:hover p:before{
    background-color: #fe1315;
    border: 4px solid #fe1315;}


/*Calendario*/
.agendando{
	width: 100%;
	padding-right: var(--bs-gutter-x,.75rem);
	padding-left: var(--bs-gutter-x,.75rem);
	margin-right: auto;
	margin-left: auto;	
	background-color: transparent;
}

.agendando h3{
	color: #414141;
	text-align: center;
	margin-bottom: 1rem;
}

.agendando .btn-outline-call, .turnero .btn-outline-call {
    font-size: 1.125rem;
    width: 30%;
    margin: auto;
    display: block;
}

.inputFecha{
	text-align: center;
}

.inputFecha select {
    background: transparent;
    color: #414141;
	border: 1px solid #cccccc;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.mesAnterior, .mesProximo{
	color: #414141;
	margin-bottom: 15px;
	font-size: .879rem;
	text-decoration: none;
}

.mesAnterior:hover, .mesProximo:hover{
	color: #fdcb5c;
}

.mesAnterior{
	float: left;
	text-align: left;
}

.mesAnterior:before{
	content: "< "
}

.mesProximo{
	float: right;
	text-align: right;
}

.mesProximo:after{
	content: " >"
}

.agendando table tr td{
	text-align: center;
}

.agendando table tr:nth-child(odd){
	background-color: #f2f2f2;
}

.agendando table tr:nth-child(even){
	background-color: #d9d9d9;
}

.agendando table tr:first-child{
	background-color: #fe1315;
	color: #ffffff;
}

table p{
	margin-bottom: 0;
}

table{
	border: 1px solid #d9d9d9;
}

table td{
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

table td:last-child{
	border-right:0 ;
}

table td img{
width: auto;
    max-width: 100px;
    max-height: 100px;
    height: auto;	
}

.agendando table tr:first-child td{
	border: 1px solid #fff;
}

.agendando table tr:last-child td{
	border-bottom: 1px solid #d9d9d9;
}

.agendando .btn-warning:hover {
    color: #ffffff;
    background-color: #fe1315;
    border-color: #fe1315;
}


table .calendario{
	padding: 15px;
}

table .agendaDia{
	display: block;
	padding: 15px;
	color: #000;
	text-decoration: none;
}

table td.ocupado{
	text-decoration: line-through;
}

table td.ocupado *{
		cursor: default;
}

.regForm table{
	width: 100%;
	margin: 0 auto 2rem;
}

.regForm table td{
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 15px;
}


/*Turnero 2023*/
	.turnero .agendando > table{
		transition: width .3s;
	}

	.turnero .agendando > table + .horas{
		overflow: hidden;
		transition: width .3s;
	}
	
	.agendaDia.disponibles{
		cursor: pointer;
	}
	
	.turnero .agendando > table + .horas > p{
		border: 1px solid #cccccc;
		border-radius: 50px;
		padding: 5px 7px;
		cursor: pointer;
	}
	
	.turnero .agendando > table + .horas .ocultarHoras:before{
		content: "\f137";
		font-family: "Font Awesome 6 Free";
		font-weight: 600;
		margin-right: 5px;
	}
	
	.turnero .agendando > table + .horas > p:hover .ocultarHoras:before{
		color: #0015FF;
	}
	
	.turnero .agendando > table + .horas div, .turnero .agendando > table + .horas a{
		width: 100%;
		padding: 7px;
		border: 2px solid;
		text-align: center;
		font-weight: bold;
		margin-bottom: 5px;
		display: block;
	}
	
	.turnero .agendando > table + .horas div{
		border-color: #cccccc;
		color: #cccccc;
	}
	
	.turnero .agendando > table + .horas a{
		border-color: #00f;
		color: #00f;
	}

#header + section .turnero .agendando > table + form + .horas a{
	border-color: #fe1315;
	color: #fe1315;
}

#header + section .turnero .agendando > table + form + .horas a:hover{
	border-color: #fe1315;
	color: #ffffff;
	background-color:  #fe1315;
}

.loginRegistro .btn.btn-success{
	border-color: #fe1315;
}

.loginRegistro .btn.btn-success:hover{
	border-color: #157347;
}

.recuperarTrigger:hover, .registrarTrigger, .loginRegistro .small a, #header + section .turnero .agendando table .calendario .agendaDia > p:hover{
color: #fe1315;	
}

#header + section .turnero .agendando table .calendario .agendaDia > p{
	line-height: 40px;
}

#header + section .turnero .agendando > table + form + .horas > p:hover{}

section h1, #destacados h2{
	margin-bottom: .75em;
	text-align: center;
}

/*section h1:first-letter {
    background-color: #fe1315;
    padding: 0 13px;
    border-radius: 10px;
    margin-right: 3px;
    color: #ffffff;
}
*/
section.articulo a{
	color: #fe1315;
}

section.articulo ul{
	font-size: .9rem;
}

section.cv ul, section.francisco-luaces ul{
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
	margin-left: 7px;
	padding-right: 30px;
}

section.cv ul li, section.francisco-luaces  ul li{
   border-left: 1px solid #fe1315;
    padding-left: 15px;
	padding-bottom: 15px;
}

section.cv ul li:before, section.francisco-luaces ul li:before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    color: #fe1315;
    display: block;
    transform: translateX(-22px);
    position: absolute;
	font-weight: 900;
}

section.cv .texto, section.francisco-luaces .texto{
	max-height: 55vh;
	overflow: auto;
	overflow-x: hidden;
	position: relative;	
}

section.cv .texto, section.francisco-luaces .texto{
	float: right;
}

section.cv .texto, section.francisco-luaces .imagenEpigrafe{
	float: left;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
	border-radius: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
	border-radius: 12px;	
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #BFFFEC;
	border-radius: 12px;	
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fe1315;
}


/*Turnero*/
.turnero .agendando > table + form + .horas a{
	border-color: #414141;
	color: #414141;
}

.turnero .agendando > table + form + .horas a:hover{
	border-color: #fe1315;
}

.turnero .agendando > table + form + .horas a:hover, .turnero .agendando > table + form + .horas > p:hover .ocultarHoras:before{
	color: #fe1315;	
}

footer .links{
	text-align: center;
}

.nosotros + .articulos.dependientes{
	text-align: center;
	font-size: 0;
}

.nosotros + .articulos.dependientes .articulo_item{
	font-size: 1rem;
	display: inline-block;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	background-color: #ffffff;
	padding: 30px;
	text-align: center;
	color: #414141;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	transition: box-shadow .3s;
	border-radius: 12px;
}

.nosotros + .articulos.dependientes .articulo_item:hover{
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.25);
}

.nosotros + .articulos.dependientes .articulo_item .imagen{
	width: 100%;
}

.nosotros + .articulos.dependientes .articulo_item .imagen img{
	object-fit: contain;
	width: 90%;
	height: 90%;
}

.nosotros + .articulos.dependientes .articulo_item .copete, .nosotros + .articulos.dependientes .articulo_item .fecha{
	display: none;
}


section.producto{
	margin-bottom: 0;
}

section.producto h1{
	text-align: left;
	margin-bottom: 25px;
}

section.producto h1:after{
	background-image: url("pseparadorL.png");
	background-position: left center;
}



.producto .formas{
	display: none;
}

section#destacados{
	margin-bottom: 0;
}

section#destacados h2, .destacadosTienda h2, #contacto h2{
	font-family: "Barlow Condensed", sans-serif;
	max-width: 80%;
	margin: auto;
	text-align: center;
	margin-bottom: .75em;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.destacadosTienda h2 + div {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

section#contacto{
	border-top: 1px solid #f2f2f2;
}

section#contacto a{
	color: #fe1315;
	text-decoration: underline;
}

section#contacto ul{
	list-style: none;
	padding: 0;
	line-height: 1.5;
}

section#contacto ul li:before{
	content:'\25BA';
	color: #fe1315;
	margin-right: 5px;
}
.form-floating>textarea.form-control{
	field-sizing: content;
	min-height: 4lh;
	height: auto;
}

section#contacto .btn-primary, section#contacto .btn-primary:hover{
	background-color: #fe1315;
	border-color: #fe1315;
}

footer .links{
	display: none;
}

footer .footReg{
	color: #ffffff;
}

header + section.destacadosTienda{
	margin-top: 0;
}

/*Categorias*/
section#categorias{
	margin-bottom: 0;
	padding-bottom: 0;
}

section#categorias > .container{
		max-width: 100%;
		padding: 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: "Barlow Condensed", 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: " \f101";
	color: rgba(254,19,21,00);
	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(254,19,21,1);
	text-shadow: 2px 2px 1px rgba(0,0,0,.5);	
}

.listadoCategorias a:hover p{
	opacity: 1;
}

/*Listado productos*/


.productos a, .listadoProductos a{
	background-color: rgba(0,0,0,0);
	color: #414141;
	padding: 15px;
	border: 2px solid #cccccc;
}

.productos a:hover, .listadoProductos a:hover{
	border: 2px solid #fe1315;	
}

.productos a .nombreProducto, .listadoProductos a .nombreProducto{
	font-size: 1.25rem;
}

.productos a .nombreProducto, .listadoProductos a .nombreProducto, .listadoProductos a .precioProducto, .productos a .precioProducto{
	color: #414141;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
}

.productos a:hover .nombreProducto, .listadoProductos a:hover .nombreProducto{
	color: #fe1315;}

.productos a .precioOriginal, .listadoProductos a .precioOriginal{
	color: #ffffff;
	text-decoration: none;
}

.productos .pagination a.current{
	color: #ffffff;
	background-color: #fe1315;
	border-color: #fe1315;
}

/*containers con fondo blanco y borde*/
.productos, .contacto form, section.producto .container{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 12px;
	padding: 30px;
	overflow: hidden;
}


/*Producto*/



section.producto h1{
    font-weight: 600;
	text-transform: uppercase;
    padding: 5px 0px 5px 10px;
    border-left: 5px solid #fe1315;
    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 .descripcion{
	padding: 15px 0;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

section.producto .datosProducto .descripcion a{
	font-weight: 600;
	color: #000;
}

section.producto .datosProducto .descripcion *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

.formasEnvio, .formasPago{
	color: #828282;
	background-color: transparent;
	border: 1px solid #828282;
}

.formasEnvio.active, .formasPago.active, .formasEnvio:hover, .formasPago:hover{
	color: #000000;
	border: 1px solid #000000;
}

.formasTexto.active, .finalizarCompra.active {
	border: 1px solid #000000;
}

.producto .btn-call{
	background-color: #fe1315;
	color: #ffffff;
}

.producto .btn-call:hover{
	color: #fe1315;
	background-color: #000000;
}

.producto .importeFinal input[type="number"]{
	background-color:  #000000;
	padding-left: 10px;
}

.btn-primary{
	background-color: transparent;	
}

/*Carrito*/

.carrito h2{
	text-transform: uppercase;
	font-weight: 600;
}

.listaCarrito .cabecera{
	background-color: #fe1315;
	color: #ffffff;
}

.totales{
	background-color: transparent;
	margin-bottom: 30px;
}

.totales form > p:first-of-type{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 5px solid #fe1315;
	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: uppercase;
    background-color: #fe1315;
    color: #ffffff;
    BORDER-RADIUS: 50px;
	font-size: 1rem;
	font-weight: 700;
}

.totales form .btn.seguirComprando{
	background-color: #fe1315;
	margin: 15px 0;
	white-space: normal;
	padding: 10px 15px;
	width: 100%;
	text-transform: none;
	color: #ffffff;
	border-color: #ffffff;
    BORDER-RADIUS: 50px;
	font-size: .9rem;
	font-weight: 400;
}

.totales form .btn.seguirComprando:hover{
	background-color: #fe1315;
	color: #ffffff;
	opacity: 1;
}

.carrito .totales select{
	color: #414141;
}

li a.borrarProducto{
	color: #828282;
	padding: 0;
	border: 0;
}

li a.borrarProducto:hover{
	color: #000000;
}

.listaCarrito ul.productos{
	border-radius: 0;
}

.listaCarrito ul.productos li:nth-child(even){
	background-color: #cccccc;
}

.listaCarrito ul.productos li .cantidadProducto{
	margin-bottom: 0;
}


/*Lista de precios PDF*/

section.portadaPdf, section.listadoPdf, section.piePdf{
	padding: 0;
	border: 0;
}

.portadaPdf{
    background-image: url(portadaPdf.jpg);
    background-position: center;
    background-color: #000;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
}

.portadaPdf .logo{
	width: 100%;
	mix-blend-mode: normal;
}

.portadaPdf .logo img{
	width: 50%;
}

.portadaPdf .logo p{
	font-family: "Barlow Condensed", sans-serif;	
	margin-top: .5cm;
	padding: .25cm;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
	background-color: rgba(0,0,0,.9);
}

.portadaPdf .formasDePago ul{
	list-style: none;	
	font-size: 0;
	padding: 0;
	justify-content: center;
}

.portadaPdf .formasDePago .comprasMinimasPdf p{
	font-size: .879rem;
	margin-bottom: 0;
	display: block;
	width: 100%;
	border: 1px solid #ffffff;
	border-bottom: 0;
	background-color: #4b6d7d;
	color: #ffffff;
	text-transform: uppercase;
	padding: .25cm;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul{
	font-size: 0;
	border: 1px solid #ffffff;
	padding: 0;
	display: block;
	margin-bottom: .75cm;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li{
	display: inline-block;
	width: 50%;
	font-size: .879rem;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li:nth-child(even){
	border-right: 0px solid #414141;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li:nth-child(even){
	border-right: 0px solid #414141;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li:last-child{
	border-bottom: 0;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li:nth-last-child(2){
	border-bottom: 0px solid #414141;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li{
	width: 50%;
}

.portadaPdf .formasDePago ul li{
	width: 25%;
	padding: .25cm;
	border-right: 1px solid #ffffff;
}

.portadaPdf .pie .contactos, .piePdf .pie .contactos{
	text-align: center;
	border-top: 1px solid #ffffff;
}

.portadaPdf section.formas-de-pago{
	padding: 0;
}

.portadaPdf section.formas-de-pago h2 {
    font-size: 1.125rem;
}

.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 .texto:empty{
	display: none;
}

.formas-de-pago .container{
	padding: 0;
}

.formas-de-pago ul li{
	display: block;
	text-align: center;
	font-size: 1rem;
	vertical-align: top;
	border-right: 0 solid #ffffff;
	border-bottom: 1px solid #c90e11;
}

.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 h1{
	font-size: 1.75rem;
}

.formas-de-pago h1:after{
	display: none;
}

.formas-de-pago{
	color: #ffffff;
	text-shadow: 2px 2px 1px rgba(0,0,0,0);
}

.formas-de-pago ul li{
	border-right:0;
}

.enHome .descuentos h2, .descuentos h2{
	text-align: center;
	font-weight: 300;
}

.formas-de-pago .descuentos ul{
	font-size: 0;
	padding: 0;
	background-color: #fe1315;
	color:#ffffff;
	width: 100%;
}

.formas-de-pago ul{
		width: 90%;
		margin: auto;
		font-size: 0;
	}
	
	.piePdf .formas-de-pago ul li:last-child{
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		font-size: .879rem;
		padding: 7px 15px;
		width: 100%;
	}	
	
	.piePdf .formas-de-pago .descuentos ul li{
		width: 33.33%;
		border-right:1px solid #cccccc;
	}	
	
	.piePdf .formas-de-pago .descuentos ul li:last-of-type{
		border-right:0;
	}		


.listadoPdf{
	background-color: #ffffff;
}

.listadoPdf h2{
	font-family: "Barlow Condensed", sans-serif;
	font-size: 3rem;
    background-image: url(titulosPdf.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2cm 1cm;
    text-align: left;
	color: #ffffff;
	font-weight: 500;
	text-shadow: 2px 2px 4px rgba(0,0,0,.75);
	margin-bottom: .5cm;
}

.listadoPdf .productos{
	margin: 0 .5cm .5cm;}

.listadoPdf .producto:nth-child(odd){
	background-color:#f2f2f2; 
}

.listadoPdf .producto{
	background-color:#e5e5e5; 
}

.listadoPdf .productos .producto .imagen.cuadrada, .listadoPdf .productos .producto:first-child .imagenProducto{
	width: 10%;
}

.listadoPdf .productos .producto:first-child p, .listadoPdf .productos .producto p{
	font-size: .8rem;
}

.listadoPdf .productos .producto:first-child p, .listadoPdf .productos .producto p{
	width: 12.5%;
}

.listadoPdf .productos .producto:first-child p.detalleProducto, .listadoPdf .productos .producto p.detalleProducto{
	width: 8%;
}

.listadoPdf .productos .producto:first-child p.nombreProducto, .listadoPdf .productos .producto p.nombreProducto{
	width: 19.5%;
}

.listadoPdf .productos .producto:first-child .imagenProducto, .listadoPdf .productos .producto:first-child p, .listadoPdf .productos .producto p{
	padding: .25cm;
}

.piePdf{
	color: #ffffff;
	background-color: #000000;
}

/*Listado con columnas dinámicas*/

.listadoPdf .productos, .listadoPdf .productos .producto, .listadoPdf .productos .producto p, .listadoPdf .productos .producto .imagenProducto, .listadoPdf .productos .producto .nombreProducto, .listadoPdf .productos .producto .precioOriginal, .listadoPdf .productos .producto .precioProducto, .listadoPdf .productos .producto .imagen.cuadrada{
	display:unset!important;
	width: auto!important;
}

.listadoPdf .productos{
    display: flex!important;
    flex-direction: column;
    gap: 0; /* Espacio entre filas */
}
.listadoPdf .productos .producto{
    display: flex!important;
    align-items: center;
    width: 100%!important;
    gap: 10px; /* Espacio entre columnas */
}
.listadoPdf .productos .producto p, .listadoPdf .productos .producto .imagen.cuadrada{
    flex: 1; /* Toman el mismo espacio disponible */	
}
.listadoPdf .productos .producto .imagenProducto{}
.listadoPdf .productos .producto .nombreProducto{
    flex: 2; /* Toma el doble del espacio que los otros elementos */	
}
.listadoPdf .productos .producto .imagen.cuadrada{
	padding: .25cm;
}


.destacadosTienda .fa-solid.fa-download{
	width: 25%;
	line-height: 1.45;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .879rem;
}

.destacadosTienda .fa-solid.fa-download:hover{
	border-color: #fe1315;
}

.listadoProductos a .imagen img, .productos a .imagen img{
	object-fit: contain;
}

.destacadosTienda + .formas-de-pago{
	color: #414141;
	
}

@media print {
  .piePdf, .portadaPdf, h2{
	page-break-before: always; /* Hace que el div comience en una nueva página */
  }
}
@media only screen and (max-width : 479px) {

	section{
		padding:  45px 0;
	}	
	
#header .top .optIcons{
		display: none;
	}
	
#header .top .redes{
		display: block;
	text-align: center;
	width: 100%;
	}
	
	#header .top .redes a.icon:before{
		font-size: 1.5rem;
	}
#header .top .redes a:last-of-type{
	margin-right: 0;
	}
	
	
	.carousel-caption{
		width: 90%;
		left: 5%;
		right: 5%;
	}	
	
	#header > .container{
		padding: 0 10px;
	}	
	
	header ul.options{
		margin: 0;
	}	
	
	.carousel h1{
		font-size: 2.5rem;
	}
	
/**/
	
	.turnero .agendando > table.active{
		display: none;
	}
	
	.turnero .agendando > table + .horas{
		display: none;
	}
	
	.turnero .agendando > table.active + .horas{
		display: block;			
		width: 100%;
	}	
	

	.turnero ul li{
		width: 100%;
	}	
	
	section#destacados h2, .destacadosTienda h2, #contacto h2{
		width: 90%;
		max-width: 100%;
	}
	
	.listadoProductos a{
		margin-bottom: 45px;
	}
	
	.listadoProductos a .imagen, .productos a .imagen{
		width: 90%;
	}
	

	.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;
	
		background-color: #4b6d7d;	
	}
	
	.enHome.compras-minimas-para-acceder-a-precio-mayorista h1{
		margin-bottom: 15px;
	}
	
	.enHome.compras-minimas-para-acceder-a-precio-mayorista .texto ul{
		border: 2px solid #212121;
		overflow: hidden;
	}		

	.enHome.compras-minimas-para-acceder-a-precio-mayorista .texto ul li, 	.enHome.compras-minimas-para-acceder-a-precio-mayorista .texto ul li:nth-last-child(2){
		padding: 15px;
		width: 100%;
		border-bottom: 2px solid #212121;
		border-right: 0;
	}			
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {

/**/
	
	.turnero .agendando > table.active{
		display: none;
	}
	
	.turnero .agendando > table + .horas{
		display: none;
	}
	
	.turnero .agendando > table.active + .horas{
		display: block;			
		width: 100%;
	}		
	
	.turnero ul li{
		width: 100%;
	}	
	

	section#destacados h2, .destacadosTienda h2, #contacto h2{
		width: 90%;
		max-width: 100%;
	}
	
	.listadoProductos a .imagen, .productos a .imagen{
		width: 90%;
	}	

	
	.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) {

header .redes, header .optIcons {
    line-height: normal;
    height: auto;
}
/**/
	
	.turnero ul li{
		width: 48.75%;
	}	
	
	.turnero .agendando > table.active{
		display: none;
	}
	
	.turnero .agendando > table + .horas{
		display: none;
	}
	
	.turnero .agendando > table.active + .horas{
		display: block;			
		width: 100%;
	}	
	
	section#destacados h2, .destacadosTienda h2, #contacto h2{
		width: 90%;
		max-width: 100%;
	}
	
	.listadoProductos a .imagen, .productos a .imagen{
		width: 90%;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {


header .redes, header .optIcons {
    line-height: normal;
    height: auto;
}	
/**/
	
	.turnero .agendando > table.active{
		float: left;
		width: 60%;
	}
	
	.turnero .agendando > table + .horas{
		float: right;
		width: 0%;
	}
	
	.turnero .agendando > table.active + .horas{
		width: 35%;
	}	
	


	.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 .redes, header .optIcons {
	line-height: normal;
	height: auto;
	}	
	
	header + section#categorias{
		padding-top: 0;
	}	
	
.listadoCategorias a{
	width: 33.33%;
	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: 100%;
		margin: auto;
		font-size: 0;
	}
	
	.formas-de-pago ul li:last-child{
		border-right: 0;
	}
	
	.formas-de-pago ul li{
		padding: 30px 15px;
		width: 33.33%;
	}	
	
	.formas-de-pago .descuentos ul li{
		width: 33.33%;
		border-right:1px solid #cccccc;
	}	
	
	.formas-de-pago .descuentos ul li:last-of-type{
		border-right:0;
	}		
*/	
}
