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

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

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

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

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

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

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

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