.bgrecicla {

    background-color: #22AA86 ;

 }
 
 .bgfondoseccion{

    background-image: url(img/bgrecicla.jpg);
     height: 45vh;
     background-size: cover; 
}

.bgqsomos{

     
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),  url(img/A8.jpg);
    height: 45vh;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: auto;
}

.bgproducto{

     
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),  url(img/reciclaproductos.jpg);
    height: 45vh;
    background-size: cover;
    background-position: center;
}

.subir{
    margin-top : -50px;
}