@font-face {
  font-family: "sailor";
  src: url("fonts/sailorbold-webfont.woff2") format("woff2"), url("fonts/sailorbold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "sailor";
  src: url("fonts/sailorthin-webfont.woff2") format("woff2"), url("fonts/sailorthin-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "sailor";
  src: url("fonts/sailormedium-webfont.woff2") format("woff2"), url("fonts/sailormedium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "sailor";
  src: url("fonts/sailorregular-webfont.woff2") format("woff2"), url("fonts/sailorregular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.text-dark {
  color: #09131d !important;
}

.button {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}

.text-teal {
  color: #47b29c;
}

.sep {
  background: url("../img/sep.png") center center no-repeat;
  height: 16px;
  margin: 3rem 0;
}

.small-text {
  font-size: 13px;
  line-height: 1.2;
}

.apt-content ul li {
  border-top: 1px solid #769eae;
  padding: 20px 0;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
}
.apt-content ul li > * {
  display: block;
  min-width: 1%;
}
.apt-content ul li .text-large {
  font-size: 28px;
  font-weight: bold;
}

.slider-apartamente {
  top: -120px;
}
.slider-apartamente .apt-content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.ap-solicita-oferta {
  margin-top: 0;
}

.wpcf7-submit {
  border: 0 !important;
}

.wpcf7-spinner {
  display: block;
}

@media (max-width: 768px) {
  .responsive-arrows {
    position: relative;
    top: -100px;
  }
}
@media (max-width: 991px) {
  .hero-content h1 {
    padding-top: 3rem;
  }
}
