#arrow-left {
    /* background: rgba(0, 0, 0, 0) url("arrow-left-white.png") repeat scroll 0 0; */
    /* cursor: pointer; */
    /* height: 190px; */
    left: -80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* width: 66px; */
}
#arrow-right {
    /* background: rgba(0, 0, 0, 0) url("arrow-right-white.png") repeat scroll 0 0; */
    /* cursor: pointer; */
    /* height: 190px; */
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    /* width: 66px; */
}
.displayNone {
    display: none;
}

.current {
    display: block;
}
#bkg-content-img {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    justify-content: center;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 20;
    top: 0;
}

#content-img {
    border: 5px solid #d3d3d3;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
#fecharImg {
    position: absolute;
    color: #ffffff;
    left: 50%;
    transform: translate(-50%,-50%);
    top: -30px;
    cursor: pointer;
    width: 150px;
}

div.current img {
    vertical-align: middle;
}
.descricaoFoto{
	color: #ffffff;
	cursor: pointer;
	left: 50%;
	position: absolute;
	bottom: -40px;
	transform: translate(-50%, -50%);
}
#scroll-contato {
  height: auto;
  max-width: none;
}
.carousel-inner {
  display: flex!important;
  align-items: center;
  width: 100%;
  min-height: 420px;
  height: auto;
  overflow: hidden;
}

.yh-layout5-detail-gallery {
  min-height: 420px;
  overflow: hidden;
  background: #f6f7f8;
}

.yh-layout5-detail-gallery .carousel-item {
  width: 100%;
}

.yh-layout5-detail-gallery .img-ficha,
.yh-layout5-detail-gallery .img-ficha-imovel {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center center;
}

.yh-layout5-contact-panel {
  border-radius: 4px;
}

.yh-layout5-contact-panel #form_contato {
  margin-bottom: 0;
}

.yh-layout5-contact-panel label {
  margin-bottom: 6px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.yh-layout5-contact-panel .form-control {
  border: 1px solid #d8dde3;
  border-radius: 4px;
  background: #fff;
  color: #333;
  box-shadow: none;
}

.yh-layout5-detail-tabs:empty {
  display: none !important;
}

.yh-layout5-detail-tabs .btn-galeria {
  border-bottom: 2px solid transparent;
  font-weight: 700;
}

.yh-layout5-detail-tabs .btn-galeria.btn-fixo {
  border-bottom-color: currentColor;
}
