.property-details-area {
	position: relative;
}
.widget-area {
	z-index: 2;
}
.property-details-image a {
	border-radius: 5px;
	display: table;
	height: 400px;
	width: 100%;
}

.property-details-slides {
	margin-bottom: 15px
}

.property-details-slides.owl-theme .owl-nav {
	margin-top: 0
}

.property-details-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	top: 45%;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	margin: 0;
	outline: 0;
	width: 45px;
	height: 45px;
	line-height: 52px;
	-webkit-transition: .6s;
	transition: .6s;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	color: #990000;
	border-radius: 50%;
}

.property-details-slides.owl-theme .owl-nav [class*=owl-]:hover,
.property-details-slides.owl-theme .owl-nav [class*=owl-]:focus {
	background-color: #990000;
	color: #fff
}

.property-details-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0
}

.property-details-slides.owl-theme .owl-nav [class*=owl-] i {
	font-size: 20px;
	font-weight: 700
}

.property-details-slides.owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
	visibility: visible;
	left: -20px;
	-webkit-transition: .6s;
	transition: .6s
}

.property-details-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -20px
}

.property-details-desc .details-content {
	border: 1px solid #e1e1e1;
	padding: 30px 30px 10px 30px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px
}

.property-details-desc .details-content .tag-list {
	padding-left: 0;
	margin-bottom: 20px;
	display: inline-block;
	list-style-type: none
}

.property-details-desc .details-content .tag-list .tag {
	display: inline-block;
	background-color: #d6b05d;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: .6s;
	transition: .6s;
	margin-right: 15px
}

.property-details-desc .details-content .tag-list .tag-2 {
	display: inline-block;
	background-color: #990000;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: .6s;
	transition: .6s
}

.property-details-desc .details-content .price {
    background-color: #990000;
    color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25remrgb(108 118 134 / 10%);
    border-radius: 8px;
    padding: 5px 14px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    float: right;
    width: 20%;
	margin-top: -10px;
}
.details-content .compartilhar {
	float: right;
    width: 20%;
    text-align: right;
    padding: 0;
	margin-top: 10px;
}
.details-content .compartilhar a {
	margin-top: 10px;
}
.details-content .compartilhar .info-right {
	font-size: 13px;
	line-height: 1em;
}
.details-content .compartilhar .info-right strong {
	font-size: 10px;
}
.property-details-desc .details-content.menu-fixo .details-content .compartilhar a {
	margin-top: 0;
}
.btn-photo-more {
	border-radius: 50%;
    background-color: #d6b05d;
    position: absolute;
    top: 350px;
    left: 48%;
    z-index: 2;
    height: 96px;
	width: 96px;
    border: none;
    color: #fff;
	line-height: 1em;
}

.login-form .form-group .form-control {
    height: 45px;
    padding: 20px;
    line-height: initial;
    color: #201c2d;
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 15px;
    font-weight: 500;
}

.login-form .default-btn,
.form-detail-right .default-btn {
    margin-top: 22px;
    width: 100%;
    border: none;
    padding: 15px !important;
}

.form-detail-right .whatsapp-btn {
	position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: #0b9444;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 5px;
    padding: 15px 25px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: -6px;
    letter-spacing: 1px;
    width: 100%;
    border: none;
}

.btn-photo-more i {
    font-size: 36px;
    margin-top: -8px;
}
.info-location-plus {
	width: 100%;
}
.info-location-plus .info-right {
	float: right;
	margin-left: 20px;
}
.property-details-desc .details-content .content {
	position: relative;
	display: flow-root;
}
@media(max-width: 990px) {
    .property-details-desc .details-content .content {
        text-align: center;
    }
}

.property-details-desc .details-content .content span {
	font-size: 15px;
    color: #990000;
    font-weight: 500;
    width: 80%;
    float: left;
}

.property-details-desc .details-content .content h1 {
	font-size: 20px;
	margin-bottom: 5px;
	width: 80%;
	float: left;
}

.property-details-desc .details-content .content h1 a {
	color: #201c2d
}

.property-details-desc .details-content .content h1 a:hover {
	color: #990000
}

.property-details-desc .details-content .content p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0
}

.property-details-desc .details-content .content p span {
	color: #201c2d;
	margin-bottom: 0
}

.property-details-desc .details-content .content .list {
	padding: 10px 0;
	margin-bottom: 0
}

.property-details-desc .details-content .content .list li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	color: #62606c;
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px
}
.box-white {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 15px;
    border-radius: 4px;
	position: relative;
}
.box-white p.box-simulador {
    font-size: 14px;
    color: #2D2D2D;
    text-align: left;
	margin: 0;
}
.box-white img.calculator {
    max-width: 160px;
    max-height: 220px;
    position: absolute;
    top: -40px;
    right: 0;
}
#simuleFinanciamento p {
	font-size: 15px;
}
#formFinanciamento label {
	font-size: 13px;
}
.formInformationsView {
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #FCB92D;
}
.formInformationsView p {
	font-size: 14px;
	margin-bottom: 5px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table-bordered {
    border: 1px solid #dee2e6;
	font-size: 12px;
	text-align: center;
}
.table-bordered thead td, 
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-sm td, .table-sm th {
    padding: 0.1em;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.font-weight-bold {
    font-weight: 700!important;
}
@media(max-width: 990px) {
	.property-details-desc .details-content .content .list li {
		font-size: 20px;
	}
}
.property-details-desc .details-content .content .list li:last-child {
	margin-right: 0
}

.property-details-desc .details-content .content .list li i {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #d6b05d;
}

.property-details-desc .details-content .content .rating-list {
	display: block;
	width: 100%;
	padding: 0;
}

.property-details-desc .details-content .content .rating-list li {
	list-style-type: none;
	display: block;
	color: #848484;
	font-weight: 500;
	line-height: 1em;
}
.property-details-desc .details-content .content .rating-list li small {
	font-size: 12px;
}
.property-details-desc .details-content.menu-fixo {
    z-index: 99;
    background: #fff;
    border-top: 3px solid #990000;
    padding: 10px 20px;
    box-shadow: 0 18px 25px rgb(0 0 0 / 10%);
    border-radius: 0 0 5px 5px;
    position: fixed;
	top: 0;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    margin-left: auto;
    margin-right: auto;
    max-width: 1383px;
	min-height: 123px;
}
.property-details-desc .details-content.menu-fixo .content h3 {
	float: none;
}
.property-details-desc .details-content.menu-fixo .content .price {
	position: absolute;
    right: 0;
    top: 9px;
}

.property-details-desc .details-content.menu-fixo .content span,
.property-details-desc .details-content.menu-fixo .content .list {
    position: relative;
    float: left;
	padding: 0;
}
.property-details-desc .details-content.menu-fixo .content .rating-list {
	position: absolute;
    top: 56px;
    right: 0;
}
.property-details-desc .details-content .content .rating-list li.color-gray i {
	color: #c4c4c4
}

.property-details-desc .details-content .content .rating-list li:last-child {
	margin-left: 5px
}

.property-details-desc .details-description {
	border: 1px solid #e1e1e1;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}
.property-details-desc .details-description p {
	text-align: justify;
}
.property-details-desc .details-description h3 {
	font-size: 25px;
	margin-bottom: 15px
}

.property-details-desc .details-overview {
	border: 1px solid #e1e1e1;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}

.property-details-desc .details-overview h3 {
	font-size: 25px;
	margin-bottom: 20px
}

.property-details-desc .details-overview .overview-list {
	padding-left: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.property-details-desc .details-overview .overview-list li {
	list-style-type: none;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-flex: 20%;
	-ms-flex: 20%;
	flex: 20%;
	max-width: 20%
}

.property-details-desc .details-overview .overview-list li i {
	font-size: 35px;
	color: #c4c4c4;
	margin-bottom: 10px
}

.property-details-desc .details-overview .overview-list li p {
	margin-bottom: 5px;
	color: #62606c
}

.property-details-desc .details-overview .overview-list li span {
	font-size: 16px;
	font-weight: 500
}

.property-details-desc .details-address {
	border: 1px solid #e1e1e1;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}

.property-details-desc .details-address h3 {
	font-size: 25px;
	margin-bottom: 20px
}

.property-details-desc .details-address .address-list {
	padding-left: 0;
	margin-bottom: 0
}

.property-details-desc .details-address .address-list li {
	list-style-type: none;
	font-size: 16px;
	color: #62606c;
	margin-bottom: 10px
}

.property-details-desc .details-address .address-list li:last-child {
	margin-bottom: 0
}

.property-details-desc .details-address .address-list li span {
	font-size: 16px;
	font-weight: 500;
	color: #201c2d
}

.property-details-desc .details-address .address-btn {
	margin-top: 25px
}

.property-details-desc .details-features {
	border: 1px solid #e1e1e1;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}

.property-details-desc .details-features h3,
.condo-details-desc .details-features h3 {
	font-size: 22px;
	margin-bottom: 20px
}

.property-details-desc .details-features .features-list,
.condo-details-desc .details-features .features-list {
	padding-left: 0;
	margin-bottom: 0;
	flex-wrap: wrap;
  	display: flex;
}

.property-details-desc .details-features .features-list li,
.condo-details-desc .details-features .features-list li {
	list-style-type: none;
	font-size: 14px;
	color: #62606c;
	margin-bottom: 25px;
	position: relative;
	padding-left: 38px;
	flex: 1 0 33.33333%;
}

.property-details-desc .details-features .features-list li i,
.condo-details-desc .details-features .features-list li i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	background-color: #e5fff8;
	color: #d6b05d;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	-webkit-transition: .6s;
	transition: .6s
}

.property-details-desc .details-features .features-list li:hover i,
.condo-details-desc .details-features .features-list li:hover i {
	background-color: #990000;
	color: #fff
}

.property-details-desc .details-map {
	border: 1px solid #e1e1e1;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative
}

.property-details-desc .details-map h3 {
	font-size: 25px;
	margin-bottom: 20px
}

.property-details-desc .details-map .list {
	width: 100%;
}

.property-details-desc .details-video {
	border: 1px solid #e1e1e1;
	padding: 30px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px;
}

.property-details-desc .details-video h3 {
	font-size: 25px;
	margin-bottom: 20px
}

.property-details-desc .details-video .video-image {
	position: relative
}

.property-details-desc .details-video .video-image img {
	border-radius: 5px
}

.property-details-desc .details-video .video-image .video-btn {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 80px;
	background-color: #fff;
	border-radius: 50%;
	color: #990000;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 50px;
	-webkit-transition: .6s;
	transition: .6s
}

.property-details-desc .details-video .video-image .video-btn i {
	-webkit-transition: .6s;
	transition: .6s;
	position: relative;
	left: 2px
}

.property-details-desc .details-video .video-image .video-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite
}

.property-details-desc .details-video .video-image .video-btn:hover {
	background-color: #d6b05d
}

.property-details-desc .details-video .video-image .video-btn:hover i {
	color: #fff
}

.video-container {
	overflow: hidden;
	position: relative;
	width:100%;
  }
  
  .video-container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
  }
  
  .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

.widget-area .widget_info .info-box-two {
    position: relative;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}
.agenciador-img {
    width: 83px;
    height: 83px;
	margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
}
.agenciador-img img {
    width: 100%;
}
.agenciador-detalhes h6,
.agenciador-detalhes p {
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
    font-size: 14px;
}
.agenciador-detalhes small {
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-style: italic;
	display: block;
}
.widget-area .widget_info .info-box-two i{
    display: inline-block;
    color: #000000;
    position: absolute;
    left: 25px;
    top: 50%;
    font-size: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) 
}
.widget-area .widget_info .info-box-two h3{
    color: #000000;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 400 
}
.widget-area .widget_info .info-box-two span{
    color: #000000;
    font-size: 26px;
    line-height: 1em;
   display: block;
}

@media (min-width: 1340px){
    .widget-area .widget_info .info-box-one {
        padding: 15px 20px 15px 84px;
    }
	.widget-area {
		padding-left: 0;
	}
	.property-details-desc .details-content {
		padding: 30px 21px 10px 21px;
	}
	.property-details-desc .details-content .content h1 {
		font-size: 18px;
		width: 100%;
	}
	.widget-area .widget_info .info-box-one span {
		font-size: 20px;
	}
	.widget-area .widget_info .info-box-one h3 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.widget-area .widget_info .info-box-one i {
		left: 26px;
		font-size: 36px;
	}
	.widget-area .widget_info form .form-group .form-control, 
	#simuleFinanciamento .form-group .form-control {
		height: 40px;
		font-size: 14px;
	}
	.login-form .default-btn, .form-detail-right .default-btn {
		margin-top: 0;
	}
	.property-details-desc .details-content.menu-fixo {
		max-width: 1485px;
	}
}