// .fundo {
//     background-image: url(/img/bg-default.jpg);
//     background-repeat: no-repeat;
//     height: 100%;
//     width: 100%;
//     background-size: 100% 100%;
// }

body, html {
    // height: 100%;
    // background-repeat: no-repeat;
    // background-image: url(/img/bg-default.jpg);
    background-image: url(/img/bg-default.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;    
}