/* line 5, app/assets/stylesheets/w_restaurants.scss */
.titulo-restaurant {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #484848;
}

/* line 12, app/assets/stylesheets/w_restaurants.scss */
.titulo-desc-restaurant {
  color: #666666;
  margin-top: 5px;
}

/* line 17, app/assets/stylesheets/w_restaurants.scss */
.restaurant-margin {
  margin-bottom: 30px;
}

@media screen and (min-width: 1128px) {
  /* line 22, app/assets/stylesheets/w_restaurants.scss */
  .titulo-restaurant {
    font-size: 46px;
  }
}

@media screen and (max-width: 1127px) {
  /* line 28, app/assets/stylesheets/w_restaurants.scss */
  .titulo-restaurant {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  /* line 34, app/assets/stylesheets/w_restaurants.scss */
  .titulo-restaurant {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  /* line 40, app/assets/stylesheets/w_restaurants.scss */
  .titulo-restaurant {
    font-size: 18px;
  }
  /* line 43, app/assets/stylesheets/w_restaurants.scss */
  .restaurants-desc-mobil-fix {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 49, app/assets/stylesheets/w_restaurants.scss */
.desc-restaurants {
  margin-top: 10px;
}

/* line 53, app/assets/stylesheets/w_restaurants.scss */
ul.features-rest-show-100 li {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding-left: 0px !important;
  padding-top: 20px;
  color: #666666;
  width: 100%;
}
