body {
  font-family: 'Roboto', sans-serif;
  color: #585858;
}

.text-primary , a.text-primary {
  color: #4a640b!important;
}


/*****************
    HEADER
 *****************/

.header {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #4a640b;
  padding: 15px 0;
}

.header a {
  color: #fff;
}

.header a:hover {
  text-decoration: underline;
}

.header img {
  width: 130px;
}

.navbar-toggler {
  position: absolute;
  top: 12px;
  left: 0;
  color: #fff;
}

.top-image {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: center center;
}

@media screen and (min-width: 1600px) {
  .top-image { max-height: 450px;}
}

.carousel, .carousel-item {
  height: 100%;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sitio-amenities h5 {
  font-size: 25px;
  font-weight: 500;
}

.sitio-localizacao {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  color: #bfbfbf;
}

.pill {
  background-color: rgba(74, 100, 11, 0.5);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  color: #4a640b;
  padding: 10px 17px;
  border-radius: 30px;
}

.pill span {
  white-space: nowrap;
}

.maps {
  position: relative;
  border-radius: 10px;
}

.maps a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 12px;
  color: #585858;
  padding: 8px 12px;
  text-decoration: none;
}

.maps a:hover {
  background: #f1f1f1;
}

.sitio-info {
  border: 1px solid;
  border-radius: 10px;
}

.sitio-info__item > div {
  width: 50px;
}

.sitio-price {
  font-size: 25px;
  font-weight: 500;
  color: #4a640b;
}

.sitio-price span:nth-child(2) {
  font-size: 12px;
}

.datepicker td.active,
.datepicker td.reserved {
  background: none!important;
  background-color: #4a640b!important;
}

.datepicker-wrapper .legend {
  font-size: 11px;
  line-height: 1.29;
  color: #bfbfbf;
}

.datepicker-wrapper .legend span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #4a640b;
  border-radius: 50%;
}

/*****************
    FORMS
 *****************/

.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid;
  padding-left: 0;
}

.form__btn {
  border-radius: 30px;
  background-color: #4a640b;
  width: 90%;
  max-width: 300px;
  border: 0;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form__btn:hover {
  background-color: #394e09;
}

/*****************
    FOOTER
 *****************/

.footer {
  color: #fff;
  background-color: #4a640b;
  font-size: 13px;
  font-weight: 300;
}

.footer a {
  color: inherit;
}

.footer__contato {
  font-size: 20px;
  font-weight: normal;
}

.footer__links {
  font-size: 15px;
}

.social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
}

.social-links a img {
  width: 16px;
  height: 16px;
}

.copyright {
  font-size: 15px;
  font-weight: 100;
}

/*****************
    MOBILE STYLES
 *****************/

@media screen and (max-width: 992px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-collapse {
    padding-top: 20px;
  }

  .pill {
    font-size: 13px;
    padding: 7px 13px;
    border-radius: 30px;
  }

  .carousel {
    height: 300px;
  }
}
