/* line 9, ../../../resources/sass/retina.sass */
.main .main-bg {
  background: url('../img/background-generico.jpg?1418826189') no-repeat fixed center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media all and (-webkit-min-device-pixel-ratio: 1.25) {
  /* line 17, ../../../resources/sass/retina.sass */
  .main .main-bg {
    background: url('../img/background-generico@1_25x.jpg?1418826189') no-repeat fixed center top !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.3) {
  /* line 24, ../../../resources/sass/retina.sass */
  .main .main-bg {
    background: url('../img/background-generico@1_3x.jpg?1418826189') no-repeat fixed center top !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 31, ../../../resources/sass/retina.sass */
  .main .main-bg {
    background: url('../img/background-generico@1_5x.jpg?1418826189') no-repeat fixed center top !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* line 38, ../../../resources/sass/retina.sass */
  .main .main-bg {
    background: url('../img/background-generico@2x.jpg?1418826189') no-repeat fixed center top !important;
  }
}
