main {
    height: 50%;
    width: 100%;
    text-align: -webkit-right; 
}

.bg-img {
    opacity: 50%;
    width: 100%;
    height: 100%;
}

.img-prods {
    width: 250px;
    height: 250px;
    border-radius: 100%;
  
   
}
.centrado {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    
}
.imagenFondon{
    background-image: url("../img2/fondo1.jpg");
    background-position: center center;	  
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}