.card-body {
	border: none;
	padding: 0px
}

.card {
	background-color: transparent !important;
}

.card a {
	color: var(--black);
}

.card a:hover {
	text-decoration: none
}

#productos {
	background: #f7f7f7;
}

#sectionProductos {
	background: #f1f1f1;
}

#contacto {
	display: none;
}

.contenedor-imagen {
	background-color: #fff;
	border-radius: 10px;
}

.contenedor-imagen .agotado {
	position: absolute;
	top: 0;
	left: 15px;
	color: #fff;
	background: #f5007a;
	padding: 5px 10px;
	z-index: 99;
}

.contenedor-imagen .descuento {
	position: absolute;
	top: 0;
	right: 16px;
	color: #fff;
	background: #f5007a;
	padding: 10px 20px;
	z-index: 99;
}

.product-content {
	position: relative;
}

.product-content .agotado {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: #f5007a;
	padding: 5px 10px;
	z-index: 99;
}

.product-content .descuento {
	position: absolute;
	top: 0;
	right: 0px;
	color: #fff;
	background: #f5007a;
	padding: 5px 10px;
	z-index: 99;
}