/* CSS Document */
.contenedorTituloLista {
	text-align: center;
}

.tituloLista {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: 400;
	color: #444;
	text-align: center;
	display: block;

	display: flex;
	gap: 10px;
	justify-content: center;

}

.tituloDestacadoLista {
	font-weight: 700;
	color: #D30000;
	display: inline-block;

}

.subtituloLista {
	/* display: inline-block; */
}


.areaHomeDestacado {
	/* max-width: 1500px; */
	background-color: #ccc;

	background: linear-gradient(90deg, rgba(184, 11, 11, 1) 0%, rgba(93, 0, 0, 1) 100%);
	background: linear-gradient(0deg, rgb(160, 160, 160) 0%, rgb(187, 187, 187) 100%);
	/* border-radius: 4px; */
	/* margin: 0 auto; */
	padding-bottom: 5px;
	padding-top: 20px;
	/* background-color: #333333; */
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);

	background-image: radial-gradient(56.5% 36.5% at 50% 0%, #bd0000 0%, rgba(184, 0, 0, 0.86) 14.29%, rgba(179, 0, 0, 0.72) 28.57%, rgba(173, 0, 0, 0.58) 42.86%, rgba(168, 0, 0, 0.44) 57.14%, rgba(163, 0, 0, 0.3) 71.43%, rgba(153, 0, 0, 0.02) 100%), linear-gradient(180deg, #333333 0%, #2d2d2d 12.38%, #282828 24.75%, #222222 37.13%, #1d1d1d 49.5%, #171717 61.88%, #121212 74.25%, #000000 99%);
}

.tituloListaPrimero {
	display: block;
	width: auto;
	max-width: 1500px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	/*background-color: #D30000;*/
	/* background: rgb(184, 11, 11);
	background: linear-gradient(90deg, rgba(184, 11, 11, 1) 0%, rgba(93, 0, 0, 1) 100%); */

	/* margin-top: 30px; */
	margin-bottom: 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	display: flex;
	gap: 10px;
	justify-content: center;

}

.tituloListaPrimero .tituloDestacadoLista {
	font-weight: 700;
	color: #fff;
}

.tituloDestacadoListaPrimero {
	font-weight: 700;
	color: #fff;
	display: block;
}





/* ADD MEDIA QUERIES TO TITULODESTACADOPRIMERO */
@media (max-width: 400px) {

	.tituloListaPrimero,
	.tituloLista {
		display: block;
	}
}

@media (min-width: 401px) {

	.tituloListaPrimero,
	.tituloLista {
		display: flex;
	}
}



.moduloProductosGrilla {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;

	box-sizing: border-box;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	margin-bottom: 30px;

	row-gap: 15px;
	column-gap: 15px;
}

.moduloProductosSlider {

	width: calc(100% - 10px);
	max-width: 1500px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;

	-webkit-align-items: center;
	/* Safari */
	align-items: center;

	-webkit-align-content: center;
	/* Safari */
	align-content: center;
	margin-bottom: 10px;

}

.moduloProductosSliderIzquierda {
	width: 20px;
	height: 20px;
	background-image: url(img/svg/icono_izquierda_gris.svg);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 6px 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;



	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}



.moduloProductosSliderDerecha {
	width: 20px;
	height: 20px;
	background-image: url(img/svg/icono_derecha_gris.svg);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 8px 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;


	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.moduloProductosSliderIzquierda:Hover {
	background-color: #ad0000;
	background-image: url(img/svg/icono_izquierda_blanco.svg);
}

.moduloProductosSliderDerecha:Hover {
	background-color: #ad0000;
	background-image: url(img/svg/icono_derecha_blanco.svg);
}



.sliderProductos {
	width: calc(100% - 60px);

}


.contenedorProductoSlider {
	/*max-width: 250px;*/
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 20px;
	position: relative;
}


.productoLista {
	margin: 0px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	align-content: space-between;
	margin-bottom: 0px;
}

.productoLista:Hover {
	-webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.15);
}

.productoListaGrilla {

	box-sizing: border-box;
	width: 20%;
	/* margin-left: 15px;
	margin-right: 15px; */
	/* margin-bottom: 30px; */
	position: relative;
}

.productoListaSlider {
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	display: inline-block;
}



@media (max-width: 499px) {
	.productoListaGrilla {
		width: calc(50% - 10px);
		/* margin-left: 15px;
		margin-right: 15px; */
	}
}

@media (min-width: 500px) {
	.productoListaGrilla {
		width: calc(50% - 10px);
		/* margin-left: 15px;
		margin-right: 15px; */
	}
}

@media (min-width: 900px) {
	.productoListaGrilla {
		width: calc(33% - 15px);
		/* margin-left: 15px;
		margin-right: 15px; */
	}
}

@media (min-width: 1150px) {
	.productoListaGrilla {
		width: calc(25% - 15px);
		/* margin-left: 15px;
		margin-right: 15px; */
	}
}

@media (min-width: 1350px) {
	.productoListaGrilla {
		width: calc(20% - 15px);
		/* margin-left: 15px;
		margin-right: 15px; */
	}
}


.contenedorProductoGrilla {
	width: calc(20% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 20px;
	position: relative;
}


@media (max-width: 499px) {
	.contenedorProductoGrilla {
		width: calc(90% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
	}
}

@media (min-width: 500px) {
	.contenedorProductoGrilla {
		width: calc(100% / 2 - 30px);
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
	}
}

@media (min-width: 900px) {
	.contenedorProductoGrilla {
		width: calc(100% / 3 - 30px);
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1150px) {
	.contenedorProductoGrilla {
		width: calc(100% / 4 - 30px);
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1350px) {
	.contenedorProductoGrilla {
		width: calc(100% / 5 - 30px);
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
	}
}




.enviogratisArticulo {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-image: url(img/svg/icono_camion_rojo.svg);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center center;
	position: absolute;

}

.enviogratisArticulo2 {
	background-color: #48AD00;
	color: #fff;
	font-weight: 900;
	font-size: 10px;
	line-height: 10px;
	padding: 4px;
	width: 50px;
	position: absolute;
	left: 0;
	padding-top: 6px;

	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;

}


.enviogratisArticulo3 {
	background-color: #48AD00;
	color: #fff;
	font-weight: 900;
	font-size: 9px;
	line-height: 10px;
	padding: 4px;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 5px;
	padding-top: 6px;
	padding-left: 40px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;

	background-image: url(img/svg/icono_camion_blanco.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 4px center;
	text-align: left;
	z-index: 900;

}



.itemCorrectorFlex {
	width: 0px;
	flex-grow: 2;
}


.productoSlider {
	width: calc(100% - 30px);
	padding: 15px;

	background-color: #fff;
	-webkit-box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.15);

	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	display: inline-block;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
}

.productoSlider:Hover {
	-webkit-box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
	box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
}


.tituloGarantias {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 300;
	color: #333333;
}

.descripcionGeneralGarantias {
	width: 95%;
	max-width: 700px !important;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
}

.contenedorBotonesGarantias {
	width: 100%;
	padding: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}



.botonAgregarProteccion {
	padding: 10px;
	padding-top: 14px;
	background-color: #910000;


	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	cursor: pointer;

	position: relative;
}

.botonAgregarProteccion:Hover {
	background-color: #D90000;
}

.botonContinuarSinProteccion {
	display: block;
	padding: 6px;
	padding-top: 10px;
	color: #910000;

	border: 1px solid #910000;
	text-align: center;
	font-size: 14px;
	font-weight: 700;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;


	cursor: pointer;

	position: relative;
	margin: 10px;
}

.botonContinuarSinProteccion:Hover {
	border: 1px solid #D90000;
	color: #D90000;
}

.contenedorGarantias {
	width: 95%;
	max-width: 1500px;
	min-height: 400px;
	margin: 0 auto;

	box-sizing: border-box;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-bottom: 30px;

	row-gap: 30px;
	column-gap: 30px;
}


.garantia {
	box-sizing: border-box;

	width: calc(25% - 30px);

	margin: 0px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: space-between;
	align-items: space-between;
	-webkit-align-content: space-between;
	align-content: space-between;

	margin-bottom: 0px;

	padding: 20px;

	min-height: 300px;

	text-align: left;

	border: 3px solid #fff;
	border-radius: 6px;

	cursor: pointer;
}

.garantia:not(.garantiaSeleccionada):Hover {
	-webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.15);
}

.garantiaSeleccionada {
	border: 3px solid #D90000;
	border-radius: 6px;
}



.tituloGarantia {
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	text-align: left;
	margin-bottom: 5px;
}

.mesesGarantia {
	border: 1px solid #333333;
	font-size: 14px;
	border-radius: 4px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	text-transform: uppercase;

	text-align: center;
}

.aclaracionMesesGarantia {
	font-size: 9px;
	color: #999;
}

.descripcionGarantia {
	padding-top: 10px;
}

.descripcionGarantia ul {
	margin: 0px;
	padding: 10px;
}

.descripcionGarantia ul li {
	margin-bottom: 5px;
}

.contenedorDatoGarantia {
	width: 100%;
	display: block;
}

.precioGarantia {
	font-size: 18px;
	color: #D30000;
	/* color: #00a323; */
	padding-bottom: 5px;
}

.cuotasGarantia {}

@media (max-width: 469px) {
	.garantia {
		width: calc(100% - 30px);
		min-height: 0px;
	}
}

@media (min-width: 470px) {
	.garantia {
		width: calc(100% / 2 - 30px);
		min-height: 300px;
	}
}

@media (min-width: 725px) {
	.garantia {
		width: calc(100% / 3 - 30px);
		min-height: 300px;
	}
}

@media (min-width: 970px) {
	.garantia {
		width: calc(25% - 30px);
		min-height: 300px;
	}
}



.areaFotoProductoLista {
	width: calc(100% - 20px);
	margin: 10px;
	margin-top: 10px;
	position: relative;
	/* overflow: hidden; */
	display: inline-block;
}






.fotoProductoLista {
	width: 100%;
	display: inline-block;
	/*-webkit-filter: grayscale(50%); 
  filter: grayscale(50%);*/

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #ffffff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.interiorProductoSlider {
	width: 100%;
}

.fotoProductoLista:after {
	content: '';
	display: block;
	margin-top: 100%;
}




.tituloProductoLista {
	padding: 15px;
	font-size: 12px;
	margin-top: 10px;
	color: #333333;
	text-align: center;
}

.descripcionProductoLista {
	font-size: 12px;
	margin-top: 2px;
	color: #666666;
}

.precioAntesProductoLista {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;

	-webkit-align-items: center;
	/* Safari */
	align-items: center;

	-webkit-align-content: center;
	/* Safari */
	align-content: center;

	margin-top: 15px;
}



.precioAntesProductoFicha {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;

	-webkit-align-items: center;
	/* Safari */
	align-items: center;

	-webkit-align-content: center;
	/* Safari */
	align-content: center;

	margin-top: 20px;
}

.precioAntesTachadoLista {
	font-size: 12px;
	line-height: 12px;

	color: #666666;
	text-decoration: line-through;
	padding: 5px;
	padding-top: 7px;
}

.precioContadoLista {
	font-size: 11px;
	line-height: 11px;

	color: #666666;
	padding: 5px;
	padding-top: 12px;
}

.descuentoLista {
	color: #fff;
	background-color: #D30000;
	/*background-color: #444;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: 700;
	font-size: 12px;
}

.destacadoCuotasLista {
	color: #fff;
	background-color: #D30000;
	border: 2px solid #fff;
	outline: 2px solid #D30000;
	/*background-color: #444;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: 700;
	font-size: 12px;
}

.areaPrecioCuotas {
	background-color: #fafafa;
	border-top: 1px solid #eee;
	margin-top: 5px;
}

.precioProductoCuotas {
	font-size: 16px;
	line-height: 20px;
	color: #00a323;
	color: #666;
	font-weight: 400;
	padding-top: 10px;
}

.precioProductoLista {
	font-size: 22px;
	line-height: 20px;
	color: #D30000;
	font-weight: 800;
	padding-top: 10px;
}

.precioProductoOferta {
	font-size: 14px;
	line-height: 14px;
	color: #00a323;
	color: #666;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 10px;
}


.precioProductoFicha {
	font-size: 26px;
	line-height: 24px;
	color: #D30000;
	font-weight: 400;
	padding-top: 10px;
}

.cuotasSinInteres {
	font-size: 11px;
	line-height: 11px;

	color: #666;
	padding: 5px;
	padding-top: 2px;
	/*color: rgba(46,104,0,1.00);
	color: #D30000;
	color: #538B4E;*/
}

.precioSinImpuestos {
	text-align: center;
	font-size: 9px;
	color: #666;
	/* transform: scaleX(0.9); */
	padding: 3px;
	/* Reduce el ancho al 80% */
}


.precioSinImpuestosFicha {
	color: #666;
	font-size: 12px;
	padding-top: 10px;
}

.contenedorBotonVerMas {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;


}



.botonVerMasListado {
	color: #fff;
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	margin: 0 auto;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.botonVerMasListado:Hover {
	background-color: #D30000;
}

.botonVerMasListadoActivo {
	background-color: #D30000;
}


.volverCarrito {
	width: calc(100% - 20px);
	height: 12px;
	background-image: url(img/svg/icono_izquierda_gris.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	cursor: pointer;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	color: #2c3b4c;

	display: inline-block;
}

.volverCarrito:Hover {
	padding-left: 20px;
	/* color: #da2032; */
	color: #2c3b4c;
}

.contenedorBotonFactura {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 20px;

}

#areaFacturaCheckout {
	display: none;
}






.botonComprarLista {
	width: calc(100% - 20px);
	border-top: 1px dotted #839baf;
	padding: 10px;
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	cursor: pointer;
	flex-grow: 0;
}

.separadorTituloProducto {
	width: 60px;
	height: 1px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 0px;
}

.iconoBotonComprarLista {
	width: 19px;
	height: 17px;
	background-image: url('img/svg/icono_carrito_boton.svg');
	background-repeat: no-repeat;
	margin-right: 5px;
}

.textoBotonComprarLista {
	color: #839baf;
	font-weight: 500;
}

.botonComprarLista:Hover .iconoBotonComprarLista {
	background-image: url('img/svg/icono_carrito.svg');
}

.botonComprarLista:Hover .textoBotonComprarLista {
	color: #da2032;
}



.moduloModulosListado {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;

	-webkit-align-items: stretch;
	/* Safari */
	align-items: stretch;

	-webkit-align-content: center;
	/* Safari */
	align-content: center;
}

.moduloListado {
	width: calc(100% / 3 - 30px);
	max-width: 800px;
	margin: 15px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}



.moduloListado:Hover {
	-webkit-box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
	box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
}

.moduloListado2 {

	width: calc(100% / 2 - 30px);
	max-width: 800px;
	margin: 15px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}



.moduloListado2:Hover {
	-webkit-box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
	box-shadow: 2px 10px 10px -1px rgba(0, 0, 0, 0.30);
}


.imagenModulo {
	width: 100%;
	visibility: hidden;
}


@media (max-width: 699px) {
	.moduloListado {
		width: calc(100% - 30px);
	}

	.moduloListado2 {
		width: calc(100% - 30px);
	}
}

@media (min-width: 700px) {
	.moduloListado {
		width: calc(100% / 2 - 30px);
	}

	.moduloListado2 {
		width: calc(100% / 2 - 30px);
	}
}


@media (min-width: 1200px) {
	.moduloListado {
		width: calc(100% / 3 - 30px);
	}

	.moduloListado2 {
		width: calc(100% / 2 - 30px);
	}
}

.subtituloPagina {

	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	color: #444;
}

.texto1CoumnaPagina {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
}

.texto2CoumnasPagina {
	width: calc(95% - 40px);
	max-width: 1200px;
	margin: 0 auto;

	column-width: 250px;

	column-count: 2;
	column-gap: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
}


.texto1CoumnaPagina>ul,
.texto2CoumnasPagina>ul {
	margin: 0;
	padding: 0;
}

.texto1CoumnaPagina>ul li,
.texto2CoumnasPagina>ul li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

.texto1CoumnaPagina>ul li:before,
.texto2CoumnasPagina>ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	background-color: #910000;
	left: 0;
	top: 4px;
}

.tituloMarca {
	font-size: 16px;
	font-weight: 800;
	border-bottom: 1px solid #333;
	text-align: center;
	margin-bottom: 5px;
}

.tituloMarcaRojo {
	color: #D30000;
}

.infoMarcaItem {
	/* padding-top: 3px; */
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
	line-height: 22px;
	position: relative;
	margin-top: 5px;
	display: block;
}


.accesosCategoriasPadres {
	width: 100%;
	padding: 30px;
	padding-bottom: 20px;
	padding-top: 0px;
	color: #666;
}

.itemAccesoCategoriasPadres {
	margin-top: 20px;
	margin-right: 15px;
	display: inline-block;
}

.itemAccesoCategoriasPadres:not(:last-child) {
	background-image: url(img/svg/icono_derecha_gris_claro.svg);
	background-size: 9px 9px;
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 15px;
	margin-right: 15px;
	display: inline-block;
}


.listadoArticulos {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;

	padding-bottom: 40px;
	padding-top: 0px;
}



.contenidoIzquierdaListadoArticulos {
	width: calc(100% - 30px);
	margin: 0 auto;
	margin-left: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;

}


.tituloListadoArticulos {
	font-size: 24px;
	font-weight: 800;
	color: #333;

}

.tituloFichaAuto {
	font-size: 24px;
	font-weight: 800;
	color: #823337;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px
}

.cantidadArticulosListado {
	margin-top: 10px;
	color: #333;
}




.contenedorBotonFiltrar {
	width: 100%;
	text-align: center;
	display: block;
}

.botonFiltrar {
	padding: 2px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #888;
	margin: 0 auto;



	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 800;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	cursor: pointer;

	position: relative;
	display: inline-block;
}

.botonFiltrar:Hover {
	background-color: #910000;
}




.verMasMarcas {
	border-top: 1px dotted #999;
	color: #999;
	text-align: center;
	padding: 4px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}



@media (max-width: 699px) {

	.izquierdaListadoArticulos {
		width: calc(100% - 30px);
		max-width: none;

		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		/* Safari */
		justify-content: flex-start;

		-webkit-align-items: flex-start;
		/* Safari */
		align-items: flex-start;

		-webkit-align-content: flex-start;
		/* Safari */
		align-content: flex-start;

		margin-bottom: 20px;

	}

	.derechaListadoArticulos {
		width: 100%;
		flex-grow: 2;
	}



	.contenedorBotonFiltrar {
		display: block;
	}

	.filtrosEscondidos {
		display: none;
	}



	.contenedorListaFiltros100 {
		width: calc(100% - 30px);
		margin: 0 auto;
		margin-left: 30px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #eee;
	}

	.contenedorListaFiltros {
		width: calc(50% - 30px);
		margin: 0 auto;
		margin-left: 30px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #eee;
	}

	.logoMarcaListado:after {
		content: '';
		display: block;
		margin-top: 20%;
	}

}


@media (min-width: 700px) {

	.izquierdaListadoArticulos {
		width: 30%;
		max-width: 300px;
	}

	.derechaListadoArticulos {
		width: 70%;
		flex-grow: 2;
	}



	.contenedorBotonFiltrar {
		display: none;
	}

	.filtrosEscondidos {
		display: block;
	}

	.contenedorListaFiltros100 {
		width: calc(100% - 30px);
		margin: 0 auto;
		margin-left: 30px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}

	.contenedorListaFiltros {
		width: calc(100% - 30px);
		margin: 0 auto;
		margin-left: 30px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}

	.logoMarcaListado:after {
		content: '';
		display: block;
		margin-top: 40%;
	}

}



.contenedorListaFiltrosAbierto {
	border-bottom: 1px solid transparent;
}

.tituloListaFiltros {
	font-weight: 800;
	color: #910000;
	font-size: 16px;

	padding-right: 20px;
	cursor: pointer;
}

.tituloListaFiltrosAplicados {
	font-weight: 800;
	color: #910000;
	font-size: 16px;

	margin-bottom: 10px;

}

.subtituloListado {
	font-weight: 800;
	color: #910000;
	font-size: 14px;

	margin-bottom: 10px;

	text-align: center;
	margin-top: 20px;
	border-bottom: 1px dotted #910000;
}

.contenedorListaFiltros:not(.contenedorListaFiltrosAbierto) .tituloListaFiltros {
	background-image: url(img/svg/icono_abajo.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: right center;
}

.contenedorListaFiltrosAbierto .tituloListaFiltros {
	background-image: url(img/svg/icono_arriba.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: right center;
}

.listaFiltrosAplicados {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrapno: wrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;

	margin-bottom: 10px;
}

.parametroAplicado {
	padding: 5px;
	padding-top: 7px;
	padding-right: 30px;
	border: 1px solid #ccc;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	position: relative;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.parametroAplicado:Hover {
	border: 1px solid #999;
}

.botonQuitarParametro {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 3px;
	top: 4px;
	cursor: pointer;
	opacity: .2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.parametroAplicado:Hover .botonQuitarParametro {
	opacity: 1;
}


.listaFiltros {
	display: none;
	opacity: 0;
}

.listaSubCat {
	margin-bottom: 10px;
}

.itemPrincipalSubCategoria {
	font-size: 14px;
	padding-top: 5px;
	color: #333;
	font-weight: 800;
	margin-bottom: 5px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	border-bottom: 1px solid transparent;
	display: block;
}


.itemPrincipalSubCategoria:Hover {
	color: #666;
	border-bottom: 1px solid #666;
}

.itemMarcasSubCategoria {
	font-size: 12px;
	padding-top: 2px;
	color: #333;
	font-weight: 400;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	border-bottom: 1px solid transparent;
	display: block;
	position: relative;

	padding-left: 25px;
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 5px;

}

.itemMarcasSubCategoria input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.itemMarcasSubCategoria:hover input~.checkmark {
	background-color: #ccc;
}

.marcasocultas {
	display: none;
}



/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #999;

	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.itemMarcasSubCategoria:hover input~.checkmark {
	background-color: #333;
}

/* When the checkbox is checked, add a blue background */
.itemMarcasSubCategoria input:checked~.checkmark {
	background-color: #910000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.itemMarcasSubCategoria input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.itemMarcasSubCategoria .checkmark:after {
	left: 5px;
	top: 2px;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}




.itemSecundarioSubCategoria {
	width: 100%;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333;
	font-weight: 400;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	border-bottom: 1px solid transparent;

	display: block;
}


.itemSecundarioSubCategoria:Hover {
	color: #666;
	border-bottom: 1px solid #666;
}





.itemFiltro {
	font-size: 15px;
	padding-top: 5px;
	color: #666;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	border-bottom: 1px solid transparent;
}

.itemFiltroClaro {
	padding-left: 3px;
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
}

.itemFiltro:Hover {
	color: #222;
	border-bottom: 1px solid #999;
}



.contenedorCamposFiltrosPrecio {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrapno: nowrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;

	padding-top: 10px;
}

.etiquetaCampoFiltro {
	padding-top: 10px;
	padding-bottom: 3px;
}

.campoFiltro {
	width: calc(50% - 25px);
	background-color: #fff;
	color: #666;
	font-size: 14px;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.campoFiltro:focus {
	border: 1px solid #823337;
}

.campoFiltro::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666666;
	opacity: 1;
	font-weight: 400;
}

.campoFiltro::-moz-placeholder {
	/* Firefox 19+ */
	color: #666666;
	opacity: 1;
	font-weight: 400;
}

.campoFiltro:-ms-input-placeholder {
	/* IE 10+ */
	color: #666666;
	opacity: 1;
	font-weight: 400;
}

.campoFiltro:-moz-placeholder {
	/* Firefox 18- */
	color: #666666;
	opacity: 1;
	font-weight: 400;
}










.noHay {
	width: calc(95% - 40px);
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 16px;
}

.noHayCarrito {
	width: calc(95% - 40px);
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 40px;

	text-wrap: balance
}

.paginador {
	text-align: center;
}

.botonPaginador {
	width: 26px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 2px;
	font-weight: 800;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #999;
	color: #999;
	display: inline-block;
	text-align: center;
	margin: 5px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.botonPaginador:not(.botonPaginadorActivo):Hover {
	/*border: 1px solid #D30000;
	color: #D30000;*/
	border: 1px solid #333;
	color: #333;
}

.botonPaginadorActivo {
	background-color: #D30000;
	border: 1px solid #D30000;
	color: #fff;
}

.botonCargarMas {
	width: 100px;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 7px;
	background-color: #D30000;
	color: #fff;
	font-weight: 800;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	position: relative;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.botonCargarMas:Hover {
	background-color: #910000;
}






.fichaProducto {
	width: calc(100% - 0px);
	max-width: 1400px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;

	padding-bottom: 40px;
}



.fotoArticuloG {
	width: calc(100% - 20px);
	display: block;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background-color: #fff;
	margin: 10px;
	margin-bottom: 0px;
}

.fotoArticuloG:after {
	content: '';
	display: block;
	margin-top: 100%;
}

.fotosArticulosS {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;

	margin-top: 10px;
}

.fotoArticuloS {
	width: calc(100%/4 - 20px);
	display: block;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background-color: #fff;
	margin: 10px;
}

.fotoArticuloS:after {
	content: '';
	display: block;
	margin-top: 100%;
}

.fichaProductoIzquierda {
	width: 50%;
	max-width: 550px;
}

.fichaProductoDerecha {
	width: calc(50% - 70px);
	max-width: 500px;
	margin-left: 50px;
	padding: 10px;
}

@media (max-width: 699px) {

	.fichaProductoIzquierda {
		width: calc(100% - 20px);
		max-width: none;
		order: 2;
		margin: 0px;
		padding: 0px;
	}

	.fichaProductoDerecha {
		width: calc(100% - 40px);
		max-width: none;
		margin-left: 0px;
		padding: 10px;
		order: 1;
	}

}

@media (min-width: 700px) {

	.fichaProductoIzquierda {
		width: 50%;
		max-width: 550px;
		order: 1;
	}

	.fichaProductoDerecha {
		width: calc(50% - 70px);
		max-width: 500px;
		margin-left: 50px;
		padding: 10px;
		order: 2;
	}

}


.cuadroPromocionesPago {
	width: calc(100% - 40px);
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;

}

.cuadroEnviosFicha {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}

.envioDomicilioFicha {
	padding: 10px;
	padding-left: 80px;
	background-image: url(img/svg/icono_camion_rojo.svg);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 10px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.retiroSucursalFicha {
	padding: 10px;
	padding-left: 80px;
	background-image: url(img/svg/icono_sucursales_gris.svg);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.garantiaFicha {
	padding: 10px;
	padding-left: 80px;
	background-image: url(img/svg/icono_escudo_gris.svg);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 20px center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.textoEnviosFicha {
	font-size: 15px;
	line-height: 20px;
	padding-top: 2px;
}

.textoEnviosFichaDestacado {
	color: #D30000;
	font-weight: 400;
}

.textoEnviosFichaDestacadoVerde {
	color: #48AD00;
	font-weight: 400;
}

.tituloPromocionesPago {
	font-size: 16px;
	font-weight: 700;


}


.listaPromocionesPago {
	width: 100%;
	opacity: 0;
	display: none;
}

.itemListaPromocionesPago {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;

	-webkit-align-items: center;
	/* Safari */
	align-items: center;

	-webkit-align-content: center;
	/* Safari */
	align-content: center;

	padding-top: 12px;
	padding-bottom: 10px;

	border-bottom: 1px dotted #999999;
}






.textoItemListaPromocionesPago {
	padding: 0px;
	padding-left: 5px;
	font-size: 14px;
}

.cuotaVerde {
	color: #00a323;
	font-weight: 400;
}

.linkPromocionesPago {
	background-image: url(img/svg/icono_derecha_gris_claro.svg);
	background-size: 9px 9px;
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 15px;
	margin-right: 15px;
	display: inline-block;
	margin-top: 20px;
	color: #D30000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	border-bottom: 1px solid transparent;
}

.linkPromocionesPago:Hover {
	border-bottom: 1px solid #D30000;
}


.botonAgregarCarrito {
	padding: 10px;
	padding-top: 12px;
	background-color: #910000;


	text-align: center;
	color: #fff !important;
	font-size: 16px;
	font-weight: 800;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	margin-bottom: 20px;
	margin-top: 20px;
	cursor: pointer;

	position: relative;

	border: none !important;

}

.botonAgregarCarrito:Hover {
	background-color: #D90000;
}

.botonAgregarCarritoSinStock {
	padding: 10px;
	padding-top: 12px;
	background-color: #444444;


	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 800;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	margin-bottom: 20px;
	margin-top: 20px;
	cursor: default;

	position: relative;
}

.botonAgregarCarritoSinStock:Hover {
	background-color: #444444;
}



.areaEspecificacionesTecnicas {
	text-align: center;
	background-color: #fff;
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
}

.tituloArticuloEspecificacionesTecnicas {
	font-size: 16px;
	margin-bottom: 5px;
}

.tituloEspecificacionesTecnicas {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}

.modeloArticulo {
	font-size: 12px;
}

.tablaEspecificacionesTecnicas {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.itemTablaEspecificacionesTecnicas {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;
	border-bottom: 1px solid #ccc;
	padding: 20px;

	font-size: 14px;
}

.itemEspecificacionesIzquierda {
	width: calc(50% - 20px);
}

.itemEspecificacionesDerecha {
	width: calc(50% - 20px);
}

.tablaPar {
	background-color: #f9f9f9;
}

.itemTablaDestacado {
	font-weight: 800;
}

.areaDescripcionArticulo {
	width: calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 24px;

	text-align: left;
}




.listaMediosPago {
	opacity: 0;
	display: none;
}

.tarjetas {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;
}

.tituloFormaDePago {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.itemTarjeta {
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;

	position: relative;
	display: block;
	overflow: hidden;

}

.itemTarjeta:after {
	content: '';
	display: block;
	margin-top: 60%;
}

.itemTarjetaSeleccionado {
	outline: 1px #D90000 dotted;
	outline-offset: 2px;
}

.itemTarjeta2 {
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;

	position: relative;
	display: block;
	overflow: hidden;

}

.itemTarjeta2:after {
	content: '';
	display: block;
	margin-top: 60%;
}

.itemTarjeta2Seleccionado {
	outline: 1px #D90000 dotted;
	outline-offset: 2px;
}


.orden1 {
	order: 1;
}

.orden2 {
	order: 2;
}

.orden3 {
	order: 3;
}

.orden4 {
	order: 4;
}

.ventanaTarjetas {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	line-height: 14px;


	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

.areaTarjetas {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	line-height: 14px;


	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;

	/*display: none;*/
}



.selectCuotas {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 0px;
	width: 95%;
}

.selectCuotas select {
	font-family: 'Spartan', sans-serif;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0px;
	border: 1px solid #333333;
	background: transparent;
	font-size: 14px;
	color: #333333;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.selectCuotas select::-ms-expand {
	display: none;
}

.selectCuotas select:hover,
.selectCuotas select:focus {
	color: #333333;
	background: transparent;
}

.selectCuotas select:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.select_arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0px;
	height: 0px;
	border: solid #910000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.selectCuotas select:hover~.select_arrow,
.selectCuotas select:focus~.select_arrow {
	border-color: #D90000;
}

.selectCuotas select:disabled~.select_arrow {
	border-top-color: #cccccc;
}

.tablaCuotas {
	display: none;
}

#areaEmisor {
	display: none;
}

#areaCuotas {
	display: none;
	position: relative;
	/* visibility: hidden; */

}


.tituloTablaCuotas {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #D90000;
}

.itemTablaCuotas {
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	color: #333;
}

.itemTablaCuotasCantidad {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
	line-height: 18px;
}

.itemTablaCuotasSeleccionados {
	font-size: 12px;
	font-weight: 400;
}

.itemTablaCuotasCosto {
	font-size: 12px;
}

.contenedorPreloaderTarjetas {
	text-align: center;
	position: relative;
}

.preloaderTarjetas {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-image: url(img/preloader.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.preloaderCupon {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background-image: url(img/preloader.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.preloaderBoton {
	width: 25px;
	height: 100%;
	background-image: url(img/preloader_blanco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	position: absolute;
	right: 5px;
	top: 0;
}

.areaCarrito {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;

	-webkit-align-items: space-between;
	/* Safari */
	align-items: space-between;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;

	margin-bottom: 20px;
	padding-bottom: 40px;
}

.areaMailCarrito {
	display: none;
}

.listaCarrito {
	width: calc(50% - 2px);
	flex-grow: 2;
	margin-right: 0px;

	padding: 0px;
	/* padding-top: 20px;
	padding-bottom: 20px; */
	/* border:1px solid #efefef; */

}

.areaPagoCarrito {
	width: calc(100% - 2px);
	max-width: 800px;
	flex-grow: 2;
	margin-right: 0px;

	padding: 0px;
	/* padding-top: 20px;
	padding-bottom: 20px; */
	/* border:1px solid #efefef; */

}

.listaCarritoAdm {
	width: calc(100% - 42px);
	flex-grow: 2;
	margin-right: 20px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 20px;
}

.resumenCompra {
	width: calc(50% - 32px);
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	background-color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
}

.cuadroCompra {
	width: calc(50% - 42px);
	padding: 20px;
	border: 1px solid #efefef;
	background-color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	margin-top: 20px;
}

@media (max-width: 849px) {

	.listaCarrito {
		width: calc(100% - 42px);
		margin: 0 auto;

		margin-bottom: 10px;
	}

	.resumenCompra {
		width: calc(100% - 42px);
		margin-right: 0px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.cuadroCompra {
		width: calc(100% - 42px);

		margin: 0 auto;
	}

}

@media (min-width: 850px) {

	.listaCarrito {
		width: calc(50% - 42px);
	}

	.resumenCompra {
		width: calc(50% - 32px);
		margin-right: 20px;
		margin-bottom: 0px;
	}

	.cuadroCompra {
		width: calc(50% - 52px);

	}

}

.ventaUsuario {
	width: calc(100%);
	padding: 20px;
	border: 1px solid #efefef;
	background-color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	margin-top: 30px;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;

	-webkit-align-items: flex-start;
	/* Safari */
	align-items: flex-start;

	-webkit-align-content: flex-start;
	/* Safari */
	align-content: flex-start;
}

.tituloVenta {
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 6px;
}

.botonesCompra {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.botonInfoVenta {
	background-color: #D30000;
	border-radius: 4px;
	color: #fff;
	padding: 10px;

	font-size: 14px;
	font-weight: 800;
	display: inline-block;
	margin: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.botonSeguimiento {
	background-color: #D30000;
	border-radius: 4px;
	color: #fff;
	padding: 10px;
	padding-left: 50px;
	background-image: url("img/svg/icono_camion_blanco.svg");
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 14px;
	font-weight: 800;
	display: inline-block;
	margin: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.botonFactura {
	background-color: #D30000;
	border-radius: 4px;
	color: #fff;
	padding: 10px;
	padding-left: 50px;
	background-image: url("img/svg/usuarios_factura.svg");
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
	font-weight: 800;
	display: inline-block;
	margin: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.botonSeguimiento:Hover,
.botonFactura:Hover,
.botonInfoVenta:Hover {
	background-color: #FF0000;
}

.botonCompraInactivo {
	background-color: #ccc;
}

.botonCompraInactivo:Hover {
	background-color: #ccc;
}


.seguimientoEnvioItem {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

.fechaSeguimiento {
	font-size: 12px;
}

.etapaSeguimiento {
	font-size: 14px;
	font-weight: 800;
	padding-top: 5px;

}

/* 
.itemCarrito{
	background-color: #fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
      -webkit-justify-content: space-between; 
 	justify-content:       space-between;
  
    -webkit-align-items: center; 
 	align-items:         center;
	
	-webkit-align-content: center; 
 	align-content:         center;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	color: #333;
	margin-bottom: 10px;
}
*/


.itemCarrito {

	/* border-bottom: 1px solid #f6f6f6; */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;

	color: #333;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	/* margin-bottom: 10px;  */

	position: relative;


	/* gap: 10px;
	gap: 10px 20px;
	row-gap: 10px; */
	column-gap: 20px;



	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	border-radius: 4px;

}


.itemCarrito:hover {

	background-color: #f6f6f6;
}


.itemCarritoCheckout {
	border-bottom: 1px solid #ddd;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-align-items: stretch;
	/* Safari */
	align-items: flex-start;
	-webkit-align-content: flex-start;
	/* Safari */
	align-content: stretch;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	padding: 10px;

	margin-bottom: 0px;
	margin-top: 0px;

	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;


}



.accionesItemCarrito {

	width: 20px;
	margin-right: 5px;
	/* height: 100%; */

	flex-shrink: 0;
	flex-grow: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: space-between;
	align-items: space-between;
	-webkit-align-content: space-between;
	align-content: space-between;

	z-index: 900;
}


.infoProductoCarrito {
	max-width: calc(100% - 10px);
	flex-grow: 2;


	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}


.moduloitemCarrito {
	max-width: calc(100% - 140px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	flex-grow: 2;

}

.moduloitemCarritoCheckout {
	max-width: calc(100% - 80px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	flex-grow: 2;
}

@media (max-width: 699px) {
	.moduloitemCarrito {
		width: calc(100%);
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}




}


@media (min-width: 700px) {
	.moduloitemCarrito {
		width: calc(100% - 120px);
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}




}



@media (min-width: 1100px) {
	.moduloitemCarrito {
		width: calc(100% - 120px);
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}






}




.contenedorFotoCarrito {
	width: 120px;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
}


.fotoCarrito {
	width: 98px;
	overflow: hidden;
	display: block;
	/*-webkit-filter: grayscale(50%); 
  filter: grayscale(50%);*/

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #ffffff;
	border: 1px solid #eee;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 0px;

	flex-shrink: 0;

	position: relative;
	z-index: 1;
}

.fotoCarrito:after {
	content: '';
	display: block;
	margin-top: 100%;
}

.fotoCarritoCheckout {
	width: 60px;
	overflow: hidden;
	display: block;
	/*-webkit-filter: grayscale(50%); 
  filter: grayscale(50%);*/
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #ffffff;

	margin-right: 20px;
	flex-shrink: 0;
}

.fotoCarritoCheckout:after {
	content: '';
	display: block;
	margin-top: 100%;
}


.tituloArticuloCarrito {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #666;
	margin-bottom: 4px;
}



.cantidadArticuloCarrito {

	text-align: center;

}

.numeroArticuloCarrito {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-align: center;
	margin: 0 auto;

	order: 2;
}

.numeroArticuloCarritoCheckout {
	font-size: 12px;
	padding-top: 6px;
	margin: 0 auto;
	/* color: #910000; */
	border-top: 1px solid #eee;
	margin-top: 6px;
}

.menosArticuloCarrito {


	width: 13px;
	height: 13px;


	border-radius: 50%;

	border: 1px solid #666;

	background-color: #fff;

	font-weight: 400;



	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;

	text-align: center;


	color: #333;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-minus' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23666666' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");



	background-position: center center;
	background-repeat: no-repeat;

	background-size: 13px;

	margin: 0 auto;
}

.masArticuloCarrito {
	width: 13px;
	height: 13px;


	border-radius: 50%;

	border: 1px solid #666;

	background-color: #fff;

	font-weight: 400;



	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;

	text-align: center;


	color: #333;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-plus' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23666666' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 5l0 14' /%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");



	background-position: center center;
	background-repeat: no-repeat;

	background-size: 13px;

	margin: 0 auto;

}

.menosArticuloCarrito:Hover {
	background-color: #666;
	border: 1px solid #666;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-minus' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");

}

.masArticuloCarrito:Hover {
	background-color: #666;
	border: 1px solid #666;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-plus' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 5l0 14' /%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");
}

.contenedorPrecioCheckout {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.precioArticuloCarrito {
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
	color: #666;
}

.precioArticuloCarritoCheckout {
	font-size: 14px;
	color: #2c3b4c;
}

.porUnidadCarrito {
	font-size: 11px;
	color: #999;
}

.precioTachadoCarrito {
	font-size: 10px;
	padding-top: 4px;
	text-align: center;
	text-decoration: line-through;
	color: #999;
}

.precioTachadoCheckout {
	font-size: 10px;
	padding-top: 4px;
	text-align: center;
	text-decoration: line-through;
	color: #999;
	display: inline-block;
}

.agregaGarantiaCarrito {

	font-size: 11px;
	display: inline-block;
	padding-top: 5px;
	/* border-radius: 4px;
	border: 1px solid #D90000; */
	color: #37c45a;

	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	margin-top: 10px;
	padding-top: 6px;

	font-weight: 700;

	border: 1px solid #37c45a;
	padding-left: 35px;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shield-check' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2337c45a' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06' /%3E%3Cpath d='M15 19l2 2l4 -4' /%3E%3C/svg%3E");

	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 7px center;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.agregaGarantiaCarrito:hover {
	color: #fff;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shield-check' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06' /%3E%3Cpath d='M15 19l2 2l4 -4' /%3E%3C/svg%3E");
	background-color: #37c45a;
}

.garantiaCarrito {
	border: 1px solid #37c45a;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	margin-top: 10px;

	font-size: 12px;

	line-height: 16px;

	padding-left: 40px;

	color: #37c45a;

	font-weight: 700;

	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shield-check-filled' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm3.71 7.293a1 1 0 0 0 -1.415 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z' stroke-width='0' fill='currentColor' /%3E%3C/svg%3E"); */

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-shield-check' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2337c45a' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06' /%3E%3Cpath d='M15 19l2 2l4 -4' /%3E%3C/svg%3E");

	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 7px center;

	position: relative;


}

.quitarGarantiaArticuloCarrito {

	width: 18px;
	height: 18px;

	position: absolute;

	border-radius: 50%;

	border: 1px solid #37c45a;

	background-color: #fff;

	font-weight: 400;

	right: -11px;
	top: 10px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;

	text-align: center;


	color: #333;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-trash' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2337c45a' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 7l16 0' /%3E%3Cpath d='M10 11l0 6' /%3E%3Cpath d='M14 11l0 6' /%3E%3Cpath d='M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12' /%3E%3Cpath d='M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3' /%3E%3C/svg%3E");

	background-position: center center;
	background-repeat: no-repeat;

	background-size: 14px;
}

.quitarGarantiaArticuloCarrito:Hover {
	background-color: #37c45a;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-trash' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 7l16 0' /%3E%3Cpath d='M10 11l0 6' /%3E%3Cpath d='M14 11l0 6' /%3E%3Cpath d='M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12' /%3E%3Cpath d='M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3' /%3E%3C/svg%3E");
}



.precioGarantiaCarrito {
	color: #666;
	font-weight: 400;
}


.descuentoBonoCarrito {
	color: #D90000;
	font-size: 11px;
}


.areaCountdown {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-bottom: 10px;
}

.tituloCountdown {
	text-align: right;

}

.descuentoCountdown {
	font-size: 17px;
	color: #910000;
	padding-bottom: 5px;
}

.tiempoRestante {
	font-size: 11px;
}

#clock {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.reloj {
	width: 232px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.hora {
	width: 25px;
	text-align: center;
	background-color: #8FBA33;
	padding: 15px;
	margin-top: 20px;
	color: #fff;
	padding-bottom: 10px;
}

.horaGris {
	width: 25px;
	text-align: center;
	background-color: #666;
	padding: 15px;
	margin-top: 20px;
	color: #fff;
	padding-bottom: 10px;
}

.horaNum {
	width: 100%;
	display: inline-block;
	font-size: 25px;
	text-align: center;
	line-height: 22px;
	padding-bottom: px;
}

.horaText {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
}

.reloj .hora {
	width: 25px;
	text-align: center;
	background-color: #910000;
	padding: 10px;
	margin-top: 0px;
	color: #fff;
	padding-bottom: 3px;
}

.reloj .horaGris {
	width: 25px;
	text-align: center;
	background-color: #666;
	padding: 10px;
	margin-top: 0px;
	color: #fff;
	padding-bottom: 3px;
}

.reloj .horaNum {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	line-height: 12px;
	padding-bottom: 0px;
}

.reloj .horaText {
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 8px;
	line-height: 8px;
}

.reloj .tiemporestante {
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 10px;
}

.reloj .hora:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.reloj .hora:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.reloj .horaGris:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.reloj .horaGris:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}



.quitarArticuloCarrito {


	width: 18px;
	height: 18px;


	border-radius: 50%;

	border: 1px solid #37c45a;

	background-color: #fff;

	font-weight: 400;



	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;

	text-align: center;


	color: #333;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-trash' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%2337c45a' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 7l16 0' /%3E%3Cpath d='M10 11l0 6' /%3E%3Cpath d='M14 11l0 6' /%3E%3Cpath d='M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12' /%3E%3Cpath d='M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3' /%3E%3C/svg%3E");

	background-position: center center;
	background-repeat: no-repeat;

	background-size: 14px;



}

.quitarArticuloCarrito:Hover {
	background-color: #37c45a;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-trash' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 7l16 0' /%3E%3Cpath d='M10 11l0 6' /%3E%3Cpath d='M14 11l0 6' /%3E%3Cpath d='M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12' /%3E%3Cpath d='M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3' /%3E%3C/svg%3E");
}





.tituloResumenCompra {
	font-size: 16px;
	text-align: center;
	padding-bottom: 6px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: 300;
	color: #333;
	/* background-color: #ddd; */
	border-radius: 3px;
}

.resumenCompra .tituloResumenCompra {
	padding: 10px;
}

.decimalesPrecio {
	font-size: .8em;
	opacity: .6;
}

.ordenEstadoPago {
	color: #fff;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;

	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
}

.ordenPagoAcreditado {
	border: 1px solid #37c45a;
	background-color: #37c45a;
}

.ordenPagoVerificando {
	border: 1px solid #ee9a39;
	background-color: #ee9a39;
}

.ordenPagoPendiente {
	border: 1px solid #861212;
	background-color: #861212;
}

/* 
.tituloResumenCompra {
	color: #555;
	font-size: 18px;
	text-align: center;
	padding-bottom: 6px;
	margin-bottom: 4px;
	padding-top: 10px;
	font-weight: 400;
} */


.flexResumen {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	-webkit-align-content: flex-start;
	align-content: flex-start;

	display: none;
}

#envioDomicilio,
#retiroSucursal,
#subtotalCarrito {
	border-bottom: 1px solid #ddd;
	margin: 10px;
}

#envioDomicilio {
	display: none;
}

#retiroSucursal {
	display: none;
}



.flexResumenVisible {
	display: flex;
}




.areaCuponCarrito {



	display: inline-block;
	padding: 5px;



	border: 1px solid #D90000;
	border-radius: 4px;

	margin: 10px;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: center;
	align-content: center;

	position: relative;
}

.areaCuponCarritoActivo {



	display: inline-block;
	padding: 5px;


	border: 1px solid #37c45a;
	background-color: #37c45a;
	border-radius: 4px;

	margin: 10px;

	padding-right: 20px;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: center;
	align-content: center;

	color: #fff;

	position: relative;
}

.areaCuponCarritoCheckout {
	padding-right: 5px;
}

.iconoCuponCarrito {

	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-discount-2' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23D90000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 15l6 -6' /%3E%3Ccircle cx='9.5' cy='9.5' r='.5' fill='currentColor' /%3E%3Ccircle cx='14.5' cy='14.5' r='.5' fill='currentColor' /%3E%3Cpath d='M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1' /%3E%3C/svg%3E");

	background-repeat: no-repeat;
	background-position: center center;

	flex-shrink: 0;
}

.areaCuponCarritoActivo .iconoCuponCarrito {

	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-discount-2' width='32' height='32' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 15l6 -6' /%3E%3Ccircle cx='9.5' cy='9.5' r='.5' fill='currentColor' /%3E%3Ccircle cx='14.5' cy='14.5' r='.5' fill='currentColor' /%3E%3Cpath d='M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1' /%3E%3C/svg%3E");

	background-repeat: no-repeat;
	background-position: center center;

	flex-shrink: 0;
}

.textoCuponCarrito {
	padding: 5px;
	padding-top: 7px;
	color: #D90000;
	font-weight: 700;
	font-size: 12px;
}

.areaCuponCarritoActivo .textoCuponCarrito {
	color: #fff;
	font-size: 14px;
}

.tituloCuponCarrito {

	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: center;
	align-content: center;

}

.tituloCuponAplicadoCarrito {

	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: center;
	align-content: center;

}

.formularioCuponCarrito {
	width: 50%;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: stretch;
	align-items: stretch;

	-webkit-align-content: stretch;
	align-content: stretch;
}


.botonAplicarCupon {
	width: 62px;

	box-sizing: border-box;
	background-color: #910000;
	color: #fff;



	position: relative;

	font-size: 10px;


	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	font-weight: 700;

	padding: 8px;
	padding-top: 7px;
	padding-bottom: 6px;

	cursor: pointer;

	flex-grow: 0;
}




.botonAplicarCupon:Hover {
	background-color: #D90000;
}


@media (max-width: 949px) {
	.tituloCuponCarrito {
		width: 100%;
	}

	.formularioCuponCarrito {
		width: 100%;
		margin-top: 10px;
	}
}

@media (min-width: 950px) {

	.tituloCuponCarrito {
		width: 50%;
	}

	.formularioCuponCarrito {
		width: 50%;

	}
}


.subtotalCarrito {
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 10px;
}

.envioCarrito {
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 10px;

}

.totalCarrito {
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 10px;
	font-weight: 700;

	margin: 10px;
}

#resumenTotal {
	text-align: right;
}

.totalCuotasCarrito {
	font-size: 14px;
	font-weight: 400;
	padding-top: 4px;
}

.podespagar {
	text-align: center;
	/* color: #910000; */
	color: #fff;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #333;
	background-color: #839baf;
	border-radius: 3px;
}

#formaPago {
	text-align: center;
	/* color: #910000; */
	color: #fff;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #333;
	background-color: #839baf;
	border-radius: 3px;
	font-size: 14px;
	display: none;
}




.avisoCarrito {
	text-align: center;
	background-color: #2c3b4c;
	background-color: #839baf;
	color: #fff;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 14px;

	border-radius: 3px;

}

#forzarIniciarSesion {
	cursor: pointer;
}

#forzarIniciarSesion:Hover {
	border-bottom: 1px solid #fff;
}

.errorCampoCheckout {
	background-color: #da2032;
	padding: 5px;
	color: #fff;
	margin-top: 4px;

	border-radius: 4px;

	display: none;
}

.errorCampoCheckoutOk {
	background-color: #097429;
}

.textoCheckout {
	font-size: 18px;
	padding: 10px;
}

.ordenCarrito {
	padding: 10px;
}


.botonFinalizarCompra {
	padding: 10px;
	padding-top: 14px;
	background-color: #910000;


	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	margin-top: 0px;
	cursor: pointer;

	position: relative;
}

.botonFinalizarCompra:Hover {
	background-color: #D90000;
}

.botonElegirMas {
	display: block;
	padding: 6px;
	padding-top: 10px;
	color: #910000;

	border: 1px solid #910000;
	text-align: center;
	font-size: 14px;
	font-weight: 700;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	margin-bottom: 0px;
	margin-top: 10px;
	cursor: pointer;

	position: relative;
}

.botonElegirMas:Hover {
	border: 1px solid #D90000;
	color: #D90000;
}

.subAreaCarrito {
	padding-bottom: 30px;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 20px;

	display: flex;
	flex-direction: column;
	gap: 8px;
}

.botonesEnvio {
	margin-bottom: 0px;
	margin-top: 10px;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: stretch;
	align-items: stretch;

	-webkit-align-content: stretch;
	align-content: stretch;
}

.botonEnvioDomicilio {

	width: calc(50% - 5px);

	margin-top: 0px;
	margin-bottom: 0px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border: 1px solid #ccc;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: center;
	align-items: center;

	-webkit-align-content: center;
	align-content: center;

	cursor: pointer;
}

.iconoBotonEnvioDomicilio {
	width: 50px;
	height: 30px;
	margin: 10px;
	background-image: url(img/svg/icono_camion_gris.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.tituloBotonEnvioDomicilio {
	padding: 5px;
	padding-top: 7px;
	line-height: 14px;

	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	background-color: transparent;



}

.areaCuotasCupon {
	display: none;
	position: relative;
	/* display: block; */
	padding: 10px;
	padding-bottom: 8px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #37c45a;
	background-color: #37c45a;

	line-height: 10px;
	font-size: 11px;
	font-weight: 700;
}

.areaEnvioDomicilio {
	/* padding: 20px; */
	display: none;
}


.areaRetiroSucursal {
	/* padding: 20px; */
	display: none;
}

.areaEnvioDomicilioVisible {
	display: block;
}


.iconoBotonRetiroSucursal {
	width: 50px;
	height: 30px;
	margin: 10px;
	background-image: url(img/svg/icono_sucursales_gris2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.tituloBotonRetiroSucursal {


	padding: 5px;
	padding-top: 7px;
	line-height: 14px;

	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	cursor: pointer;

}

.botonEnvioDomicilioActivo .iconoBotonRetiroSucursal {
	background-image: url(img/svg/icono_sucursales_blanco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.botonEnvioDomicilioActivo {
	background-color: #910000;
	color: #fff;


	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

	border: 1px solid #910000;
}




.botonEnvioDomicilioActivo .iconoBotonEnvioDomicilio {
	background-image: url(img/svg/icono_camion_blanco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


.botonEnvioDomicilioActivo .tituloBotonEnvioDomicilio {


	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.botonEnvioDomicilio:not(.botonEnvioDomicilioActivo):Hover .tituloBotonEnvioDomicilio {
	color: #910000;
}

.botonEnvioDomicilio:not(.botonEnvioDomicilioActivo):Hover .iconoBotonRetiroSucursal {
	background-image: url(img/svg/icono_sucursales_gris.svg);

}

.botonEnvioDomicilio:not(.botonEnvioDomicilioActivo):Hover .iconoBotonEnvioDomicilio {
	background-image: url(img/svg/icono_camion_rojo.svg);

}

.botonEnvioDomicilio:not(.botonEnvioDomicilioActivo):Hover .tituloBotonRetiroSucursal {
	color: #910000;
}

.contenedorCambiarTipoEnvio {
	display: block;
	text-align: right;
}

.enviaremos {
	padding-top: 2px;
	padding-bottom: 5px;
	color: #D90000;
	display: none;
}

.enviaremosCheckout {
	padding-top: 2px;
	padding-bottom: 5px;
	color: #D90000;
}

.cambiarTipoEnvio {
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;

	padding: 3px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #999;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin: 0 auto;

	margin-top: 4px;
}

.cambiarTipoEnvio:Hover {
	background-color: #444;
}

.formularioCuentaCorriente {
	box-sizing: border-box;

	max-width: 800px;
	text-align: center;
	margin: 0 auto;

	padding-bottom: 40px;
}

.subAreaFormCuentaCorriente {
	display: none;
	padding-top: 10px;
}


.contenedorCampoCarrito {
	width: 100%;
	display: block;
	text-align: center;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: flex-end;
	align-items: flex-end;

	-webkit-align-content: flex-end;
	align-content: flex-end;

}


.contenedorCampoCarrito30 {
	width: calc(30% - 10px);
	display: block;
	text-align: center;
}

.contenedorCampoCarrito70 {
	width: 70%;
	display: block;
	text-align: center;
}

.etiquetaCarrito {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 12px;
}

.campoCarrito {
	width: calc(100% - 42px);
	background-color: #fff;
	color: #222;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Spartan', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	outline: 0;
}


.campoCarritoCupon {

	width: calc(100% - 62px);
	box-sizing: border-box;
	padding: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;


	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;

	flex-grow: 2;
}



.campoCarrito:focus {
	border: 1px solid #910000;
}

.campoCarrito::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666666;
	opacity: 1;
	font-weight: 400;
}

.campoCarrito::-moz-placeholder {
	/* Firefox 19+ */
	color: #666666;
	opacity: 1;
	font-weight: 400;
}

.campoCarrito:-ms-input-placeholder {
	/* IE 10+ */
	color: #666666;
	opacity: 1;
	font-weight: 400;
}

.campoCarrito:-moz-placeholder {
	/* Firefox 18- */
	color: #666666;
	opacity: 1;
	font-weight: 400;
}


.tituloDomicilio {
	text-align: center;
	padding: 10px;
	font-weight: 800;
	font-size: 14px;
	color: #910000;
}

.iconoAyuda {
	width: 15px;
	height: 15px;
	background-image: url(img/svg/icono_ayuda_carrito.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 4px;
	cursor: pointer;
}

.iconoAyuda2 {
	width: 13px;
	height: 13px;
	background-image: url(img/svg/icono_ayuda_carrito.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.contenedorBotonModoDireccion {
	text-align: center;
	padding-top: 5px;
}

.botonModoDireccion {
	color: #839baf;
	border-bottom: 1px solid #839baf;
	cursor: pointer;
	margin: 0 auto;
	display: none;
}

.botonModoDireccion:Hover {
	color: #2c3b4c;
	border-bottom: 1px solid #2c3b4c;
}

.tipoDireccion {
	display: none;
}


.selectSucursal {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 0px;
	width: 100%;
}

.selectSucursal select {
	font-family: 'Spartan', sans-serif;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 5px 15px;
	outline: 0;
	border: 0px;
	background-color: #ededed;
	color: #333;
	font-size: 13px;
	padding: 5px;
	padding-top: 6px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.selectSucursal select::-ms-expand {
	display: none;
}

.selectSucursal select:hover,
.selectSucursal select:focus {
	color: #333333;
	background-color: #ededed;
}

.selectSucursal select:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.select_arrow {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 0px;
	height: 0px;
	border: solid #910000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.selectSucursal select:hover~.select_arrow,
.selectSucursal select:focus~.select_arrow {
	border-color: #D90000;
}

.selectSucursal select:disabled~.select_arrow {
	border-top-color: #cccccc;
}

.checkout {
	width: 95%;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 40px;
}

.activarCuenta {
	width: 95%;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 40px;
	text-align: center;
}



.titulopago {
	color: #910000;
	font-size: 28px;
	font-weight: 300;
	padding-bottom: 20px;
	text-align: center;
}

.textoPago {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;

	line-height: 22px;
}

.subtituloPago {
	color: #910000;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 20px;
	text-align: center;
}

.textoPago2 {
	font-size: 14px;
	color: #333;
	line-height: 16px;

}

.mercadopago-button {
	width: 100% !important;
	margin: 0px !important;
	padding: 10px !important;
	padding-top: 14px !important;
	background-color: #910000 !important;


	text-align: center;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 14px !important;
	font-weight: 700 !important;


	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-family: 'Spartan', sans-serif !important;
	margin-top: 20px !important;
	cursor: pointer;
	display: block;

	position: relative;
}

.mercadopago-button:Hover {
	background-color: #D90000 !important;
}






.flexSucursales {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;

	-webkit-align-items: stretch;
	/* Safari */
	align-items: stretch;

	-webkit-align-content: stretch;
	/* Safari */
	align-content: stretch;
}

.sucursal {
	width: calc(100% / 4 - 40px);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;

	background-color: #fff;

	padding-bottom: 10px;
}

@media (max-width: 499px) {

	.sucursal {
		width: calc(100% / 1 - 40px);
	}

}


@media (min-width: 500px) {

	.sucursal {
		width: calc(100% / 2 - 40px);
	}

}


@media (min-width: 900px) {

	.sucursal {
		width: calc(100% / 3 - 40px);
	}

}

@media (min-width: 1200px) {

	.sucursal {
		width: calc(100% / 4 - 40px);
	}

}


.fotoSucursal {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}

.fotoSucursal:after {
	content: '';
	display: block;
	margin-top: 66.66%;
}

.datoSucursal {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	padding-top: 5px;
	position: relative;
	margin-bottom: 6px;
}

.datoSucursal a:hover {
	color: #D30000;
}


.datoTelefono {
	padding-left: 0px;
	color: #333333;
	font-weight: 400;
	padding-top: 2px;
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
}

.datoTelefono a:hover {
	color: #D30000;
}


.tituloSucursal {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
	font-size: 18px;



	font-weight: 700;
	color: #D30000;
	padding-top: 10px;
	margin-bottom: 5px;
}

.telefonoSucursal {
	padding-left: 40px;
}

.telefonoSucursal:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(img/svg/icono_sucursal_telefono.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 16px;
	top: 2px;
}




.whatsappSucursall {
	padding-left: 40px;
}

.whatsappSucursall:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(img/svg/icono_sucursal_whatsapp.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 16px;
	top: 2px;
}


.telefonoCredito {
	padding-left: 30px;
}

.telefonoCredito:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(img/svg/icono_sucursal_telefono.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	top: 0px;
}


.mailCredito {
	padding-left: 30px;
}

.mailCredito:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(img/svg/icono_sucursal_mail.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	top: 0px;
}


.urlCredito {
	padding-left: 30px;
}

.urlCredito:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-link' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23333333' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 15l6 -6' /%3E%3Cpath d='M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464' /%3E%3Cpath d='M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463' /%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	top: 0px;
}




.whatsappCredito {
	padding-left: 30px;
}

.whatsappCredito:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(img/svg/icono_sucursal_whatsapp.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	top: 0px;
}

.horariosSucursal {
	padding-left: 40px;
	display: none;
}

.horariosSucursal:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(img/svg/icono_sucursal_horario.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 16px;
	top: 2px;
}


.timeline {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;

	padding-bottom: 30px;
	padding-top: 30px;
}



.itemTimelineDer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	/* Safari */
	justify-content: flex-end;

	-webkit-align-items: stretch;
	/* Safari */
	align-items: stretch;

	-webkit-align-content: center;
	/* Safari */
	align-content: center;
}

.itemTimelineIzq {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	/* Safari */
	justify-content: flex-start;

	-webkit-align-items: stretch;
	/* Safari */
	align-items: stretch;

	-webkit-align-content: center;
	/* Safari */
	align-content: center;

	text-align: right;
}

.timelineCentro {
	width: 1px;
	border-right: 1px dotted #333;
}


.itemTimelineDer .timelineCentro {
	order: 1;
}


.itemTimelineIzq .timelineCentro {
	order: 2;
}

.itemTimelineDer .contenidoTimeline {
	order: 2;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 3px solid #D30000;
	position: relative;

}

.itemTimelineDer .contenidoTimeline:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(184, 11, 11, 0);
	border-right-color: #D30000;
	border-width: 15px;
	margin-top: -15px;
}




.itemTimelineIzq .contenidoTimeline {
	order: 1;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 3px solid #D30000;

	padding-left: 0px;
	margin-left: 0px;
	border-left: 0px solid #D30000;
	position: relative;

	display: block;
	text-align: right;
}


@media (max-width: 599px) {



	.itemTimelineIzq .contenidoTimeline {
		order: 2;

		padding-right: 0px;
		margin-right: 0px;
		border-right: 0px solid #D30000;

		padding-left: 20px;
		margin-left: 20px;
		border-left: 3px solid #D30000;

		text-align: left;
	}

	.itemTimelineIzq .timelineCentro {
		order: 1;
	}

	.contenidoTimeline {
		width: calc(100% - 44px);
		margin-bottom: 30px;
		background-color: #fff;
	}

	.itemTimelineIzq .contenidoTimeline:after {
		right: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(184, 11, 11, 0);
		border-right-color: #D30000;
		border-width: 15px;
		margin-top: -15px;
	}




}

@media (min-width: 600px) {


	.itemTimelineIzq .contenidoTimeline {
		order: 1;

		padding-right: 20px;
		margin-right: 20px;
		border-right: 3px solid #D30000;

		padding-left: 0px;
		margin-left: 0px;
		border-left: 0px solid #D30000;

		text-align: right;
	}

	.itemTimelineIzq .timelineCentro {
		order: 2;
	}

	.contenidoTimeline {
		width: calc(50% - 44px);
		margin-bottom: 30px;
		background-color: #fff;
	}

	.itemTimelineIzq .contenidoTimeline:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(184, 11, 11, 0);
		border-left-color: #D30000;
		border-width: 15px;
		margin-top: -15px;
	}


}




.descripcionItemTimeline {
	font-size: 13px;
	color: #333333;
	font-weight: 400;
	padding-top: 0px;
	position: relative;
	margin-bottom: 6px;
	display: inline-block;
}

.anioItemTimeline {
	font-size: 20px;
	color: #333333;
	font-weight: 300;
	padding-top: 0px;
	position: relative;
	margin-bottom: 6px;
}

.tituloItemTimeline {
	max-width: 1500px;
	margin: 0 auto;
	font-size: 18px;

	font-weight: 700;
	color: #D30000;
	padding-top: 10px;
	margin-bottom: 5px;
}


.fotoItemTimeline {
	width: 100%;
	max-width: 180px;
	display: inline-block;
	overflow: hidden;
	position: relative;


	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;

}

.fotoItemTimeline:after {
	content: '';
	display: block;
	margin-top: 60%;
}

.correctorFlex {
	width: 100%;
	height: 1px;
}

.contenedorBuscandoProductos {
	width: 100%;
}

.buscandoListado {
	width: 100px;
	height: 100px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin: 0 auto;

}

.logoSuperiorCargador {
	width: 40px;
	height: 40px;
	background-image: url("img/svg/icono_logo_R.svg");
	margin: 0 auto;
}

.textoCargando {
	color: #da2032;
	/* color: #2c3b4c; */
	font-size: 11px;
	line-height: 12px;
	font-weight: 800;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.gap-4 {
	gap: 1rem;
}


.dosColumnasAreaComunicacionInterna {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;

	display: grid;

	grid-template-columns: 1fr 270px;

	margin-top: 40px;
	margin-bottom: 20px;
	gap: 10px;


}



.pestanasComunicacionInterna {

	max-width: 270px;

	display: flex;

	flex-direction: column;

	padding: 20px;
	padding-top: 0px;

	gap: 10px;
}

.pestanaComunicacionInterna {

	display: flex;
	justify-items: center;
	justify-content: center;
	align-items: center;

	background-color: #fff;

	padding: 10px;
	text-align: center;

	font-size: 14px;
	line-height: 18px;
	font-weight: 700;

	border-radius: 4px;

	transition: all 0.2s ease-out;
}

.pestanaComunicacionInterna:Hover {
	background-color: #910000;
	color: #fff;
	cursor: pointer;
}

.pestanaComunicacionInterna:Active {
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

.pestanaComunicacionInternaSeleccionada {
	background-color: #D90000;
	color: #fff;
	cursor: pointer;
}



.areaPublicacionesComunicacionInterna {

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding-left: 20px;
	padding-right: 20px;

}

@media (max-width: 700px) {
	.dosColumnasAreaComunicacionInterna {
		grid-template-columns: 1fr;
	}

	.pestanasComunicacionInterna {
		padding: 20px;
		max-width: none;
	}

	.areaPublicacionesComunicacionInterna {

		grid-template-columns: 1fr;

	}
}

.publicacionComunicacionInterna {
	/* width: calc(100% / 2 - 20px); */
	background-color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;

	border-radius: 4px;

	transition: all 0.2s ease-out;

	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.publicacionComunicacionInterna:Hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.imagenBlog {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: #ccc;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.tituloPublicacionComunicacionInterna {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	font-weight: 700;
	padding: 10px;

	transition: all 0.2s ease-out;

}

.publicacionComunicacionInterna:Hover .tituloPublicacionComunicacionInterna {
	color: #D90000;
}

.subtituloPublicacionComunicacionInterna {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	padding: 10px;

}

.fechaPublicacionComunicacionInterna {
	font-size: 10px;
	color: #333333;
	font-weight: 400;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}



.paginator {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	padding-top: 20px;
	padding-bottom: 20px;

	padding-left: 20px;
	padding-right: 20px;
}

.paginator a {
	padding: 6px 10px;
	text-decoration: none;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

	color: #666;
	border-radius: 4px;
	transform: scale(1.05);

	transition: all 0.3s ease;
}

.paginator strong {
	padding: 6px 10px;
	background: #555;
	color: #fff;
	border-radius: 4px;
}

.paginator a:hover {
	background-color: var(--color-verde-logo);
	color: #fff;

}

.dosColumnasPublicacionBlog {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;

	display: grid;



	grid-template-columns: 1fr;

	justify-content: center;

	margin-top: 40px;
	margin-bottom: 20px;
	gap: 20px;

}

.conGaleria {
	max-width: 1400px;
	grid-template-columns: 4fr 3fr;
}


.tituloPublicacionBlog {
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	font-weight: 700;

	padding-top: 10px;
	margin-bottom: 20px;

	transition: all 0.2s ease-out;
}

.blogContent {
	box-sizing: border-box;
	width: 100%;

	font-size: 16px;
	line-height: 18px;

	padding: 20px;
	padding-top: 10px;
	padding-bottom: 20px;

	background-color: #fff;
	border-radius: 4px;

	margin: 0 auto;


}



.blogContent a {
	color: #0866d1;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.2s ease-out;
	border-bottom: 1px solid #0866d1;
}

.blogContent img {
	max-width: 100%;
}


.blogContent iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border: none;
}





.blogGallery {


	padding: 20px;
	padding-top: 10px;
	padding-bottom: 20px;


	background-color: #fff;
}

.blogGalleryContent {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}

@media (max-width: 1092px) {
	.conGaleria {
		grid-template-columns: 2fr 1fr;
	}
}

@media (max-width: 700px) {
	.conGaleria {
		grid-template-columns: 1fr;
	}
}


.blogGalleryTitle {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	font-weight: 700;

	padding-top: 10px;
	margin-bottom: 20px;
	transition: all 0.2s ease-out;
}

.blogGalleryItem {

	display: block;
	overflow: hidden;
	position: relative;



	border-radius: 3px;

	border: 1px solid #ccc;

	padding: 10px;



}

.blogGalleryItemImage {
	aspect-ratio: 1 / 1;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #333;



}

.videoPlayBlogGallery {
	width: 45px;
	height: 45px;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.2s ease-out;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);

}

.blogGalleryItem:hover .videoPlayBlogGallery {
	color: rgba(255, 0, 0, 1);
	transform: scale(1.2);

}

.blogGalleryItemTitle {
	padding-top: 10px;
}


.buttonContainer {
	display: flex;
	justify-content: center;
	align-items: center;

	margin-bottom: 10px;
}

.viewMoreButton {
	background-color: #333;
	color: #f6f9f1;
	padding: 6px 20px;
	border-radius: 8px;
	text-decoration: none;
	font-size: .9rem;
	line-height: 1rem;
	font-weight: 400;
	transition: all 0.3s ease;
	border: none;
	outline: none;
	cursor: pointer;
}

.viewMoreButton:hover {
	background-color: #910000;
	color: #ffffff;
	transition: all 0.3s ease;
}