@charset "UTF-8";
@media only screen and (max-width: 576px){
  .fundo {
    background-image: url("../imagens/max576.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }   
}