/* .slide[data-cid=Introduction] .img-168 {
  max-width: 50%;
} */

@media (max-width: 767px) {
  .slide[data-cid=Introduction] .img-168 {
    left: unset !important;
    right: 0;
  }
}

/* .slide[data-cid=Introduction] .img-169 {
  max-width: 50%;
} */

@media (max-width: 767px) {
  .slide[data-cid=Introduction] .img-169 {
    left: 0;
  }

  .custom-767 {
    flex-wrap: wrap-reverse;
  }
}

.slide[data-cid=Prices] .form-55 {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .slide[data-cid=Prices] .form-55 .form-55-input-1 input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-left: 0;
  }

  .slide[data-cid=Prices] .form-55 .form-55-input-2 input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: 0;
    position: relative;
    left: -1px;
  }
}

.slide[data-cid=Location] .form-55 [data-success-class=message-sent].message-sent {
  background: #4CAF50 !important;
}

.slide[data-cid=Location] .box-159 {
  border-left: 5px solid #2196F3;
}

.slide[data-cid=Prices] .box-173 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.101421), 0px 1px 4px rgba(0, 0, 0, 0.101421);
}

.slide[data-cid=Prices] .line-173 {
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}

@media (min-width: 1024px) and (max-width: 1240px),
(max-width: 768px) {

  .slide[data-cid=Prices] .label-173,
  .slide[data-cid=Prices] .value-173 {
    display: block;
    float: none;
  }
}

.slide[data-cid=Contacts] .box-135 {
  width: 280px !important;
}

/* textLogo */
.textLogo {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 600;
}

.textLogo a {
  position: relative;

}

.textLogo a::before {
  content: 'Villas';
  position: absolute;
  right: -2px;
  top: 0;
  height: 18px;
  width: 30px;
  border-radius: 10%;
  font-size: 10px;
  background-color: #ffc107;
  transform: translate(100%, 0);
  display: flex;
  align-items: center;
  padding: 1px 4px 0;
}