.manito{
  cursor:pointer;
  cursor: hand;
}
@media (min-width: 300px) {
   
	.h2toner{
       font-size: 20pt;
       color: #624DAD;
       font-weight: 700;
       text-align: center;
       padding-bottom: 10px;
       margin-left: 12px;
	}
	.productocentrado img{
		width: 220px;
		margin-top: 100px;
	}
	.nombresproductos{
    background-color: #A08DC9;
    margin-top: 44px;
    padding-top: 2%;
    padding-bottom: 1%;
    width: 100%;
    color: #fff;
    opacity: 85%;
    text-align: center;
}
	.nombresproductos h2{
		font-size: 19pt;
	}
	.infopro{
		padding-top: 40px;
	}
	.descripcion h4{
     font-size: 16pt;
     font-weight: 600;
}
	.descripcion h3{
     font-size: 22pt;
     font-weight: 700;
		padding-bottom: 20px;
}
	.espacioproductos{
	padding-bottom: 8px;
}
	
.tonerbanner:hover {
	opacity: 0.5;
}

.tituloproducto {
	font-size: 12pt;
	font-weight: 600;
}
.tituloproducto:hover{
	color: #8e7bb9;
}

.imagenesdeproductos:hover {
	opacity: 0.8;
}


}

@media (min-width: 450px){
	
	.titulo{
    text-align: center;
    color: #A08DC9;
    font-size: 19pt;
    font-weight: 700;
}
	

.tonerbanner:hover {
	opacity: 0.5;
}

.tituloproducto {
	font-size: 12pt;
	font-weight: 600;
}
.tituloproducto:hover{
	color: #8e7bb9;
}

.imagenesdeproductos:hover {
	opacity: 0.8;
}


	.productocentrado img{
		width: 237px;
		margin-top: 131px;
	}
	
	.nombresproductos h2{
		font-size: 23pt;
	}
	.infopro{
		padding-top: 40px;
	}
	.descripcion h4{
     font-size: 19pt;
     font-weight: 600;
}
	.descripcion h3{
     font-size: 22pt;
     font-weight: 700;
}
	.espacioproductos{
	padding-bottom: 20px;
}
}

@media (min-width: 750px) {
	
	 
.tonerbanner:hover {
	opacity: 0.5;
}

.tituloproducto {
	font-size: 14pt;
	font-weight: 600;
}
.tituloproducto:hover{
	color: #8e7bb9;
}

.imagenesdeproductos:hover {
	opacity: 0.8;
}


	.nombresproductos h2{
		font-size: 25pt;
	}
	.infopro{
		padding-top: 70px;
	}
	.descripcion h4{
     font-size: 21pt;
     font-weight: 600;
}	
	.descripcion h3{
     font-size: 23pt;
     font-weight: 700;
}
	.espacioproductos{
	padding-bottom: 40px;
}
}



