@charset "utf-8";
/* CSS Document */
.container-Productos 

{
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
}


@font-face{
	font-family:'gadugiN';
	src: url('../fonts/gadugib.ttf')
}


@font-face{
	font-family:'gadugi';
	src: url('../fonts/gadugi.ttf')
}

.container-Productos .card-ProductosOferta

{
	position: relative;
	width: 100%;
	height: 300px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 6px rgba(0,0,5,0.1);
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;

}


.container-Productos .card-ProductosOferta:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ECECEC;
	clip-path: circle(100px at 80% 20%);
	transition: 0.5s ease-in-out;
}

/*---------------------prueba de conteiner productos-------------------*/
.container-Productos {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.container-Productos .card-ProductosOferta:hover:before
{
	clip-path: circle(300px at 80% -20%);
	background: #F8F2DF;
}


.container-Productos .card-ProductosOferta:after
{
	content: 'Oferta';
	position: absolute;
	top: 30%;
	left: -20%;
	font-size: 12em;
	font-weight: 700;
	font-style: italic;
	color: rgba(255,255,255,0.1);
}



.TituloNormal{

	color:#C4B0B1;
	font-size: 1,01em;
	line-height: 33%;
	font-family: 'gadugi';
}



.card-text{
	font-family: 'gadugiN';
	font-style:normal;
	font-size: 1em;
	line-height: normal;
}





.card-title{
	font-family: 'gadugiN';
	font-style: normal;
	font-size: 16px;
	line-height: normal;
}



.container-Productos .card-body{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	transition: 1s;
	z-index: 10;
}



.container-Productos .card-text{
	opacity: 0;
	visibility: hidden;
}

.container-Productos .card-ProductosOferta:hover .card-text{

	opacity: 1;
	text-align: center;
	visibility: visible;
	transition-delay: 0.5s;
}




/*CAMBIO DE LAINACCION PADDIN POR NO CENTRAR padding-left: 15px;*/
.container-Productos .card-img-top {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 5;
	width: 95%;
	height: 200px;
	transition: 0.5s;
	padding-left: 9px;
	/*objet-fit fue aumentado para que no se estire */
	object-fit: contain;
}



.container-Productos .card-ProductosOferta:hover .card-img-top
{
top: 0%;
transform: translateY(0%);	
}

/*cuando el mouse se acerca el tecto llega a la posicion arriba*/
.container-Productos .card-ProductosOferta:hover .card-body {
height: 135px;
}

/*provando movimiento si en caso no funciona eliminar*/
.container-Productos .card-ProductosOferta:hover .btn {
top: 0%;
transform: translateY(-100%);
}

.content {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .imgBox {
	width: 600px;
	display: flex;
	justify-content: flex-start;
	padding-right: 50px;
	margin-top: 100px;
}

.content .imgBox img
{
	max-height: 500px;
}

.content .texBox{
	position: relative;
	max-width: 600px;
	padding-left: 50px;
}

.circle
{
	z-index: -30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	clip-path: circle(600px at right);
	box-shadow: 0 10px 15px rgba(0,0,8,0.10);

}



.content {
	border:rgb(197, 190, 190);
}

/*ESTILO CCS DEL PORCENTAJE DE DESCUENTO*/
.CardPorcentaje {
    text-align: center;
    margin: 0;
    display: inline-block;
	border-radius: 50px 50px 50px 50px;
	background: rgba(250, 1, 1, 0.959);
    position: absolute;
    right: auto;
    left: 8px;
    top: 8px;
    z-index: 10;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    line-height: initial;


	padding: 9px 10px;
}

.btn-success {
    color: #fff;
    background-color: #8a2a0a;
	border-radius: 50px 50px 50px 50px;
}
