body{
    background-image: url(../IMG/home_site.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1005;

}

@media screen and (max-width: 520px){
    body{
      
        background-image: url(../IMG/imagem-home3.webp); 
    
    }
    .conteiner{
       padding-bottom: 10rem;
     
    }
    
}
@media screen and (max-width: 400px){
    body{
      
    background-image: url(../IMG/imagem-home3.webp); 
    
    }
   
}