/* line 1, app/assets/stylesheets/w_events.scss */
.titulo-event {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #484848;
  font-size: 18px;
  min-height: 40px;
}

/* line 10, app/assets/stylesheets/w_events.scss */
.img-events {
  width: 100%;
  padding-top: 10px;
}

/* line 15, app/assets/stylesheets/w_events.scss */
.event-date {
  text-align: center;
  min-height: 23px;
  color: #0ea4ff;
}

/* line 21, app/assets/stylesheets/w_events.scss */
.titulo-desc-event {
  color: #666666;
  margin-top: 5px;
}

@media screen and (max-width: 480px) {
  /* line 27, app/assets/stylesheets/w_events.scss */
  .titulo-event {
    font-size: 18px;
  }
  /* line 30, app/assets/stylesheets/w_events.scss */
  .events-desc-mobil-fix {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 36, app/assets/stylesheets/w_events.scss */
.more-info-event {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

/* line 42, app/assets/stylesheets/w_events.scss */
.event-a {
  text-decoration: none;
  color: #0ea4ff;
}

/* line 47, app/assets/stylesheets/w_events.scss */
.event-more-info-ic {
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
}

/* line 53, app/assets/stylesheets/w_events.scss */
.event-more-info {
  padding-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

/* line 59, app/assets/stylesheets/w_events.scss */
.events-back-search {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

/* line 67, app/assets/stylesheets/w_events.scss */
.events-back-search-border-left {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

/* line 72, app/assets/stylesheets/w_events.scss */
.events-back-search-border-right {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 77, app/assets/stylesheets/w_events.scss */
.label-searcher-event {
  color: white;
  width: 45px;
}

/* line 82, app/assets/stylesheets/w_events.scss */
.form-control-event {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* line 97, app/assets/stylesheets/w_events.scss */
.margin-form-ev {
  margin-top: 5px;
  margin-bottom: 5px;
}
