.top-bar {
  background: white;
  margin-top: -4px;
  padding: 10px 0;
}
.top-bar a {
  color: #f1c643;
}
.top-bar .social a {
  color: white;
  background: #f1c643;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
}
.top-bar .telefone {
  float: right;
}

.nav-pills .nav-item a {
  border: 1px solid #ccc;
}

.tags {
  margin-top: 30px;
}
.tags li {
  background: #f1c643;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  color: white;
}

.calendario-titulo {
  font-size: 18px;
  margin: 30px 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

#datepicker input {
  width: 48%;
  float: left;
}
#datepicker input:last-child {
  margin-left: 3%;
}

.datepicker .day {
  border-radius: 0 !important;
  font-size: 12px;
  border-bottom: 2px solid white !important;
}

.datepicker .day.active, .datepicker .day.range, .datepicker .day.range-start, .datepicker .day.range-end {
  background: #F4BA4D !important;
  color: white;
}

.datepicker .day.range-end {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4ba4d+0,f4ba4d+50,ffffff+51,ffffff+100 */
  background: #f4ba4d;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4ba4d", endColorstr="#ffffff", GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */
  color: #666666;
}

.datepicker .day.range-end:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4ba4d+0,f4ba4d+50,ffffff+51,ffffff+100 */
  background: #f4ba4d;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 55%, #eeeeee 56%, #eeeeee 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 55%, #eeeeee 56%, #eeeeee 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 55%, #eeeeee 56%, #eeeeee 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4ba4d", endColorstr="#eeeeee", GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */
  color: #666666;
}

.datepicker .day.range-start {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4ba4d+0,f4ba4d+50,ffffff+51,ffffff+100 */
  background: #f4ba4d !important;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4ba4d", endColorstr="#ffffff", GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */
  color: #666666;
}

.datepicker .day.range-start:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4ba4d+0,f4ba4d+50,ffffff+51,ffffff+100 */
  background: #f4ba4d;
  /* Old browsers */
  background: -moz-linear-gradient(135deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 55%, #eeeeee 56%, #eeeeee 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 55%, #eeeeee 56%, #eeeeee 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, #f4ba4d 0%, #f4ba4d 50%, #ffffff 51%, #ffffff 55%, #eeeeee 56%, #eeeeee 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4ba4d", endColorstr="#eeeeee", GradientType=1) !important;
  /* IE6-9 fallback on horizontal gradient */
  color: #666666;
}

.datepicker-days {
  display: block !important;
}

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
}

@media (min-width: 992px) {
  .datepicker {
    top: 290px !important;
  }
}
@media (max-width: 768px) {
  form button {
    margin-top: 30px;
  }
}
.tab-link {
  border: 1px solid #ccc;
}
.tab-link.active {
  border: 1px solid #f1c643 !important;
  background: #f1c643 !important;
  color: white !important;
}

.icone-front {
  font-size: 18px;
}

.icone-list {
  font-size: 24px;
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}

/*# sourceMappingURL=custom.css.map */
