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