html {
	height: 100%;
}

body {
	height: 100%;
	min-height: 100%!important;
    display: flex;
    flex-direction: column;
	font-family: 'Poppins';
	background: #f8f9fc;
}

a {
	cursor: pointer;
	color: #f79b34;
}

a:hover {
	color: #eb9534;
}

ul {
    list-style: none;
    margin: unset;
    padding: unset;
}

.pf, .pj, .pf-filter, .pj-filter {
	display: none;
}

.bg-dark {
	background: #131A22 !important;
}

.sidebar {
	height: 100%;
	width: 225px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #131A22;
	overflow-x: hidden;
}

.sidebar hr {
	border-color: rgba(255, 255, 255, 0.15);
	opacity: 1;
}

.sidebar nav ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: unset;
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.sidebar nav ul li a i {
	color: rgba(255, 255, 255, 0.3);
	margin-right: 5px;
}

.sidebar nav ul li a:hover, .sidebar nav ul li a:hover i {
	color: #fff;
}

.content {
	height: 100%;
    display: flex;
    flex-direction: column;
	margin-left: 225px;
}

.topbar {
    background: #232F3E;
    width: 100%;
    padding: 15px;
}

footer {
	background: #232F3E;
    width: 100%;
    margin-top: auto;
}

footer p {
	color: rgba(255, 255, 255, 0.8);
	margin: unset;
	padding: 20px 0;
}

footer p a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: unset;
}

footer p a:hover {
	color: #fff;
}

.vr {
    background: rgba(255, 255, 255, 0.15);
    opacity: 1;
    height: 40px;
}

a.modulo {
	text-decoration: unset;
	color: inherit;
}

.modulo .card:hover, .modulo .card:focus {
	transform: scale(1.02);
}

.modulo .card span {
	display: inline-block;
	font-size: 12px;
}

.modulo .card h5 {
	font-weight: bold;
}

.modulo .card img {
	border-radius: 0.375rem 0.375rem 0 0;
	height: 250px;
	object-fit: cover;
}

.mobile {
	display: none;
}

.topbar nav ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: unset;
}

.topbar nav ul li a:hover {
	color: #fff;
}

.topbar nav ul li a span {
	margin-right: 5px;
}

.topbar nav ul li a img {
	width: 32px;
	height: 32px;
	object-fit: cover;
	border-radius: 100%;
}

.dropdown-menu-dark {
	background: #232F3E;
}

.btn-primary {
	background: #f79b34;
	border-color: #f79b34;
}

.btn-primary:hover, .btn-primary:focus {
	background: #eb9534;
	border-color: #eb9534;
}

.btn-primary:focus {
	--bs-btn-focus-shadow-rgb: 0 0 0 0.25rem rgb(235 149 52 / 50%);
	box-shadow: 0 0 0 0.25rem rgb(235 149 52 / 50%);
}

.dropdown-item:active {
	background: #eb9534;
}

.btn-edit {
    position: absolute;
    top: -6px;
    right: 30px;
    z-index: 9;
}

.btn-trash {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 9;
}

.pricing .card {
	border: none;
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
	margin: 1.5rem 0;
}

.pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: .1rem;
	font-weight: bold;
}

.pricing .card-price {
	font-size: 3rem;
	margin: 0;
}

.pricing .card-price .period {
	font-size: 0.8rem;
}

.pricing ul li {
	margin-bottom: 1rem;
}

.pricing .text-muted {
	opacity: 0.7;
}

.pricing .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	opacity: 0.7;
	transition: all 0.2s;
}

.pricing .card:hover, .pricing .card.active {
	margin-top: -.25rem;
	margin-bottom: .25rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.pricing .card:hover .btn, .pricing .card.active .btn {
	opacity: 1;
}

.imov:hover .card {
	transform: scale(1.02);
}

.imov .intimob {
    position: relative;
}

.imov .intimob:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39,38,42,1) 0%, rgba(255,255,255,0) 60%);
}

.imov .intimob .badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.imov .intimob img {
    height: 250px;
    object-fit: cover;
}

.imov .price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
}

.imov h3 {
    color: initial;
}

.imov p {
    font-size: 14px;
    color: #686868;
}

.imov .destaques {
    font-size: 14px;
    color: #686868;
    margin-right: 20px;
}

.imov .destaques:last-child {
	margin-right: unset;
}

.imov .destaques i {
    color: #f79b34;
}

.modal {
    background: #0008;
}

.imov_top span {
    margin-bottom: 18px;
}

.imov_top h2 {
    font-size: 30px;
    margin-bottom: 3px;
    color: #000;
    font-weight: 600;
}

.imov_top ul li {
    display: inline-block;
    font-size: 15px;
    color: #000;
}

.imov_top ul li i {
    font-size: 16px;
    margin-right: 8px;
}

.imov_price span {
    font-size: 30px;
    font-weight: 600;
    color: #f79b34;
}

#imov_galeria img {
    height: 450px;
    object-fit: contain;
}

#imov_galeria .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#imov_galeria .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

h4.main-title {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
}

.imov_ul {
    padding: unset;
    margin: unset;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.imov_ul li {
    width: 50%;
    line-height: 40px;
    margin: 3px 0;
    list-style: none;
}

.imov_ul li strong {
    min-width: 120px;
    display: inline-block;
}

.imov_ul li i {
    color: #f79b34;
    margin-right: 6px;
    font-size: 16px;
}

.imov_ul.destaque li {
    flex: 0 0 33.333%;
}

.color-inherit {
    color: inherit !important;
}

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 50%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
	margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
	padding-right:90px;
}

.timeline > li.timeline-inverted {
	padding-left:90px;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

li:not([class="timeline-inverted"]) .btn-trash {
    left: -6px;
    right: unset;
}

.card.shadow.p-2.bg-primary.border-0 {
    height: 100%;
}

.text-justify {
	text-align: justify;
}

@media (max-width: 767px) {
	.sidebar {
	    display: none;
	}
	
	.content {
	    margin-left: unset;
	}

	.mobile {
		display: block;
	}
}