article.imoveis-np {
    margin-top: 3em;
}
.imovel-title {
    text-transform: uppercase;
    font-size: 26px;
    color: #1a1a1a;
    font-weight: 400;
}
.tipo-imovel {
    text-transform: capitalize;
}
.preco-imovel {
    text-align: right;
    font-size: 35px;
    font-family: sans-serif;
    color: var(--dLaranja);
    font-weight: 600;
}
.imoveis-np section {
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
} 
.regular {
    margin: 10px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slide-circle {
    background: var(--dLaranja);
    border-radius: 50%;
    margin: 0 3px;
}
span.btn-slideshow {
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}
.btn-slideshow::before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    background-color: #ffa06d;
    left: 3px;
    top: 3.5px;
    border-radius: 50%;
}
section.form-contact-card {
    background-color: var(--dLaranja);
    color: white;
    padding-bottom: 0;
}
h3.contact-title {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 26px;
}
.imoveis-np input, textarea {
    width: 100%;
    border-radius: 3px;
    max-height: 150px;
}
.imoveis-np .wpcf7-not-valid-tip {
    color: #ffffff;
    -webkit-text-stroke: 2px var(--dLaranja);
    paint-order: stroke;
}
ul.facilidades {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.facilidades li {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 3px;
    padding: 4px 8px;
}
.detalhe-icone {
    max-width: 55px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
.detalhe-icone:hover {
    background-color: var(--dLaranja);
    border-bottom: var(--dLaranja);
}
.detalhe-icone img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(51%) saturate(3418%) hue-rotate(5deg) brightness(103%) contrast(102%);;
}
.detalhe-icone:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.detalhe-desc {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}
.detalhe {
    margin: 15px 0;
}
.link-direita {
    text-align: right;
}
.slideshow-container img {
    border-radius: 0;
}
.imoveis-np i {
    color: var(--dLaranja);
}
.mySlides {display: none}
.mySlides img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.slideshow-container .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.slideshow-container .prev, .slideshow-container .next {font-size: 11px}
}