#form-highlight-property {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (max-width: 991px) {
  #form-highlight-property {
    padding-bottom: 50px;
  }
}

#form-highlight-property .form-title {
  color: #E1CD8F;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
}

#form-highlight-property .subtitle {
  margin-bottom: 30px;
  margin-top: 15px;
}

.highlight-property-secondary .btn {
  height: 52px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.highlight-property-secondary .btn i {
  font-size: 24px;
  margin-bottom: 2px;
  margin-right: 7px;
}

.highlight-property-secondary .embed-responsive-1by2::before {
  padding-top: 85%;
}

.highlight-property-secondary .embed-responsive-1by2 .embed-responsive-item {
  object-fit: contain;
  -o-object-fit: contain;
  object-position: bottom;
  -o-object-position: bottom;
  padding-right: 100px;
}

.properties {
  padding-top: 30px;
}

.properties .description {
  margin-bottom: 30px;
  margin-top: 15px;
}

.properties .item {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.properties .item .caption {
  background-color: #ffffff;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.properties .item .caption .title {
  color: #762933;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.properties .item .caption .address {
  color: #595959;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}

.properties .item .caption .address i {
  color: #BFA24A;
  margin-right: 7px;
}

.properties .item .caption .price {
  color: #AE923D;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
}

.properties .item .caption .rooms {
  background-color: #ffffff;
  border-top: 1px solid #E5E5E5;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
}

.properties .item .caption .rooms .room {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  padding: 6px 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.properties .item .caption [class*=col]:not(:first-child) .room {
  border-left: 1px solid #E5E5E5;
}

.properties .item .caption .rooms .room img {
  margin-bottom: 2px;
  margin-right: 4px;
  height: 24px;
}

.properties .item .btn {
  background: rgb(94,33,41);
  background: -moz-linear-gradient(180deg, rgba(94,33,41,1) 0%, rgba(118,41,51,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(94,33,41,1) 0%, rgba(118,41,51,1) 100%);
  background: linear-gradient(180deg, rgba(94,33,41,1) 0%, rgba(118,41,51,1) 100%);
  border-radius: 0;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e2129",endColorstr="#762933",GradientType=1);
}

div.your-property {
  padding-bottom: 50px;
  padding-top: 30px;
  position: relative;
}

@media (max-width: 991px) {
  div.your-property {
    background-color: #1f2832;
  }
}

@media (min-width: 992px) {
  div.your-property::before {
    background-color: #1f2832;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1;
  }
}

div.your-property .vinheta {
  color: #E1CD8F;
  font-family: 'Barbershop in Thailand';
  font-size: 45px;
  font-weight: 400;
  line-height: 76px;
  padding-right: 70px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 575px) {
  div.your-property .vinheta {
    font-size: 30px;
  }
}

div.your-property .subvinheta {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: -60px;
  padding-left: 70px;
  position: relative;
}

div.your-property .subtitle {
  margin-bottom: 25px;
  margin-top: 40px;
}

div.your-property .custom-form label:not(.custom-control-label) {
  background-color: #1f2832;
}

.instagram {
  padding-bottom: 40px;
  padding-top: 40px;
}

.instagram-name {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  margin-top: 20px;
}

.instagram .btn {
  background-color: #5E2129;
  color: #ffffff;
  display: inline-flex;
  height: 52px;
  margin-top: 20px;
  width: auto;
}

.instagram .btn i {
  font-size: 22px;
  margin-right: 8px;
}

.news {
  padding-bottom: 40px;
}

.news .vinheta {
  padding-bottom: 30px;
  padding-top: 30px;
}

.news .title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 575px) {
  .news .title {
    font-size: 12px;
    line-height: 18px;
  }
}

.institutional,
.contact {
  padding-bottom: 40px;
}

.institutional .vinheta,
.contact .vinheta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 0;
}

.institutional .description {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .institutional .description {
    font-size: 14px;
    line-height: 21px;
  }
}

.contact .item {
  margin-top: 30px;
  text-align: center;
}

.contact .item .icon {
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 30px;
  height: 74px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 74px;
}

.contact .item .title {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}

.contact .item .description {
  color: #C4C4C4;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 10px;
}

.map .embed-responsive {
  height: 400px;
}


.owl-nav{
  margin-bottom: 30px;
}
.owl-nav svg{
  width: 30px; 
  height: 30px;
  & path {
    fill: #fff;
  }
}