.pulse {
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: 3;
}

@keyframes pulse {
	from {
		box-shadow: none;
	}

	to {
		box-shadow: 0px 0px 10px 2px rgba(229, 129, 5, 0.8);
	}
}

img {
	max-width: 100%;
}

section.section-slide {
	max-height: 600px !important;
}

.slide-item {
	animation-delay: 600ms;
}

.slide-item div {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	animation-duration: 30s;
}

.container.position-relative.py-sm-3.my-3 {
	z-index: 9;
}

.img-depoimento {
	height: 50px;
	width: 50px;
	margin: 20px auto;
	border-radius: 100%;
	overflow: hidden;
}

.img-depoimento img {
	height: 100%;
	object-fit: cover;
	width: auto;
	margin: auto;
}

.product-thumb-info-image {
	height: 100%;
}

.product-thumb-info-image img {
	height: 450px;
	object-fit: cover;
	width: 100%;
	margin: auto;
}

footer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--footer_bg);
	opacity: 0.7;
}

footer .feature-box .feature-box-icon {
	color: var(--footer_color);
}

.btn-whatsapp {
	position: fixed;
	bottom: 70px;
	right: 10px;
	width: 65px;
	height: 65px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 999;
}

.politica_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	color: #fff;
	padding: 10px 0;
	z-index: 9999;
}

button.btn-cookies {
	margin-left: 10px;
}

.hidden-captcha .form-group {
	display: flex;
	align-items: center;
}

.captcha {
	user-select: none;
	cursor: default;
	padding: 5px 15px;
	border: 1px solid #dddddd;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	background: url("/images/captcha.jpg") no-repeat center !important;
	text-transform: none !important;
	height: 40px;
	margin: 0;
	white-space: nowrap;
}

input.captcha_result {
	padding: 5px;
	border: 1px solid #dddddd;
	border-radius: 0;
	width: 100%;
	height: 40px;
}

button#lista_categoria {
	border: 1px solid #f9f9f9;
	color: #f9f9f9;
	font-weight: 700;
	font-size: 1.2rem;
	border-radius: 20px;
}

ul.list-galleria-ct {
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}

ul.list-galleria-ct li {
	border-bottom: 1px solid #d5d5d5;
	transition: 0.2s ease-in-out;
}

ul.list-galleria-ct li:hover {
	border-color: #999 !important;
}

.list-galleria-ct .ct-item {
	color: #333;
	cursor: pointer;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	font-size: 1rem !important;
	font-weight: 300;
	padding: 5px 15px;
}

.list-galleria-ct .ct-item:hover,
.list-galleria-ct .ct-item.active {
	background: #f2f2f2;
	color: var(--hover);
}

.galeria-itens {
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.galeria-itens .galeria-item {
	width: 25%;
	height: 280px;
}

.galeria-itens .galeria-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.galeria-itens .galeria-item .img-thumbnail {
	height: 100%;
	width: 100%;
}

.custom-icon-style-1 {
	transform: rotate(45deg);
	overflow: hidden;
	height: 100px;
	width: 100px;
	border-radius: 5px;
	margin-top: 30px;
}

.custom-icon-style-1 img {
	transform: rotate(-45deg);
	object-fit: cover;
	min-width: 160px;
	min-height: 160px;
	border: 2px solid #000;
}

.custom-icon-style-1:hover img {
	transition: 0.2s easy-in-out;
}

.thumb-info-wrapper {
	height: 200px;
}

.thumb-info-wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

footer .bg-newsletter {
	background: transparent;
	border: 2px solid var(--texto_principal);
	border-radius: 0;
	height: 45px;
	color: #fff;
	transition: 0.1s ease-in-out;
}

footer .bg-newsletter:hover {
	background: var(--texto_principal);
	color: #fff;
}

article.blog-item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bloco-more {
	display: flex;
	align-items: center;
}

.bloco-more a {
	margin: 0;
	padding: 0 !important;
	padding-left: 10px !important;
}

.img-more {
	height: 50px;
	width: 50px;
}

.img-more img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal-dialog {
	max-width: 700px;
}

.sec_imoveis .product-thumb-info-image {
	height: 450px;
}

figure.orcamento-figure img {
	max-width: 100%;
}

.header-top.header-top-small-minheight.header-top-simple-border-bottom {
	background: var(--bg_topo) !important;
}

.header-top * {
	color: var(--texto_topo) !important;
}

header {
	position: fixed !important;
}

header,
.header-body,
.header-container {
	background: none !important;
}

.sticky-header-active .header-body {
	background: var(--bg_menu) !important;
}

section.page-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
	z-index: 999;
}

.thumb-gallery-detail {
	height: 450px;
}

.thumb-gallery-detail .carousel__track {
	height: 450px;
	background: #ffff;
}

.thumb-gallery-detail .carousel__slide {
	position: relative;
	height: 100%;
	width: 100%;
	transition: 0.2s ease-in-out;
}

.thumb-gallery-detail .carousel__slide::before,
.thumb-gallery-detail .carousel__slide::after {
	transition: 0.2s ease-in-out;
}

.thumb-gallery-detail .carousel__slide:hover {
	cursor: pointer;
}

.thumb-gallery-detail .carousel__slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border: 5px solid #ffff;
}

.thumb-gallery-detail .carousel__button.is-prev,
.thumb-gallery-detail .carousel__button.is-next {
	border: 1px solid var(--bg_geral);
	background-color: #f9f9f9;
	top: calc(50% + 40px);
}

.thumb-gallery-detail {
	margin-bottom: 0 !important;
}

.ampliado {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999999;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.ampliado .conteudo {
	height: 80%;
	max-width: 80%;
}

.ampliado .img-ampliada {
	width: auto;
	max-height: 100%;
	overflow: hidden;
}

.ampliado button.fa.fa-times {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #fff;
	color: #333;
}

.ampliado .conteudo {
	position: relative;
	color: #fff;
}

.header-extra-info-text *,
.header-extra-info-icon * {
	color: var(--bg_geral) !important;
	white-space: nowrap;
}

.words-limit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

/* -------- Star-Rating ---------- */
.star-rating {
	font-size: 14px;
	height: 16px;
	width: 87px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	top: 0px;
	margin: auto;
}

.star-rating::before,
.star-rating span::before {
	position: absolute;
	top: 2px;
	left: 0;
	line-height: 1;
	font-weight: 900;
	color: #c0c0c0;
	letter-spacing: 2px;
	font: normal normal auto;
	font-family: "Font Awesome 5 Free";
	content: "\f005\f005\f005\f005\f005";
}

.star-rating span {
	top: 0;
	left: 0;
	float: left;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
}

.star-rating span::before {
	color: #ffc300 !important;
	letter-spacing: 3.5px;
}

.star-rating.text-left {
	margin-left: 0;
	margin-top: 5px;
}

.blog-item figure.imagem-card {
	height: 200px;
}

img.logo {
	max-width: 100%;
}

.owl-stage {
	display: flex;
	align-items: center;
	margin: auto;
}

.owl-stage-outer {
	overflow: hidden;
	z-index: 999;
}

.form-slide .alert-danger {
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
	background: none;
	border: 0;
	margin-top: -15px;
}

.form-slide textarea {
	height: 80px !important;
}

.owl-nav.disabled {
	display: none;
}

#modal-boas-vindas {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#modal-boas-vindas .modal-body {
	display: flex;
	height: 100vh;
	flex: 0 0 100vw;
	z-index: 999;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}

#modal-boas-vindas .modal-conteudo {
	position: relative;
	max-width: 100%;
	max-height: 80vh;
	min-height: 500px;
	width: 800px;
	border-radius: 10px;
	z-index: 999;
	background: #fff center top no-repeat;
	background-size: contain;
	padding: 20px;
	text-align: center;
	display: flex;
	align-content: stretch;
	justify-content: space-around;
	align-items: stretch;
}

#modal-boas-vindas .modal-conteudo .modal-detalhes {
	width: 100%;
}

#modal-boas-vindas .modal-conteudo .btn-fechar-boas-vindas {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #fff;
	color: #000;
	z-index: 99999;
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 100%;
	border: 0;
	line-height: 27px;
	font-size: 15px;
}

.list-galleria-ct .ct-item {
	padding: 5px 10px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.list-galleria-ct .ct-item:hover,
.list-galleria-ct .ct-item.active {
	background: #fff;
	color: var(--hover);
}

.loading:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff80;
	z-index: 9;
}

.loading:after {
	content: "";
	position: absolute;
	height: 100px;
	width: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	border: 10px solid;
	border-radius: 100%;
	border-color: #ccc;
	border-top-color: var(--bg_geral);
	z-index: 999;
	animation: spin 2s infinite;
}

.main.loading {
	position: relative;
}

a.nav-link.current.active {
	color: var(--hover);
}

header .header-body {
	top: 0 !important;
	position: fixed;
}

.product-thumb-info-image .titulo-imovel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 15px 10px;
	align-items: end;
	justify-content: start;
	display: flex;
	opacity: 1;
	z-index: 9;
	transition: 0.5s ease-in-out;
}

.product-thumb-info-image .titulo-imovel:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.5);
}

.product-thumb-info-image .titulo-imovel h4 {
	color: #fff;
}

.product-thumb-info-image:hover .titulo-imovel {
	opacity: 1;
}

.overlay-degrade {
	position: relative;
}

.overlay-degrade .slideshow:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
	z-index: 99;
}

.z-index-top {
	z-index: 999 !important;
}

.img-servico-descricao {
	max-width: 100%;
	max-height: 350px;
	margin: auto !important;
}

img.mfp-img {
	min-height: 400px;
}

body#page_imoveis .product-thumb-info-image {
	height: 300px;
}

body#page_imoveis .product-thumb-info-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.from-serarch-slide {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.from-serarch-slide form.form-search {
	max-width: 100%;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	border-radius: 15px;
	width: 900px;
}

.from-serarch-slide .form-search .form-search-geral {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.from-serarch-slide .form-search .form-search-geral .form-search-item {
	width: max-content;
	margin: 0 5px;
	flex: auto;
}

.from-serarch-slide
	.form-search
	.form-search-geral
	.form-search-item
	.form-group {
	margin: 0;
}

.from-serarch-slide
	.form-search
	.form-search-geral
	.form-search-item
	.form-control {
	color: #999;
	height: unset !important;
	padding: 10px;
	margin: 0;
}

.from-serarch-slide .form-search .form-search-geral .form-search-item button {
	width: 100%;
	padding: 10px;
}

#side-imoveis
	.form-search
	.form-search-geral
	.form-search-item.form-search-item-icon {
	display: none;
}

#side-imoveis
	.form-search
	.form-search-geral
	.form-search-item
	.bootstrap-select,
#side-imoveis
	.form-search
	.form-search-geral
	.form-search-item.form-search-item-button
	button {
	width: 100%;
}

.thumb-gallery-wrapper {
	margin-top: 40px;
}

form.reservation-form .form-group label {
	margin: 0;
}

.link_slide_completo {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

ul.dependencias {
	list-style: none !important;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.products.produtos-relacionados .product-thumb-info {
	height: 300px;
}

.products.produtos-relacionados .product-thumb-info img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

section#section-slide .slide-categorias {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 999;
}

section#section-slide .slide-categorias .item-categoria {
	font-size: 1.5rem;
	text-transform: uppercase;
	height: auto;
	padding: 10px 15px;
}

section#section-slide .slide-categorias .item-categoria:after {
	content: "";
	height: 100%;
	background: #ffff;
	border-right: 1px solid;
	margin-left: 25px;
}

section#section-slide .slide-categorias .item-categoria:last-child:after {
	content: unset;
}

section#section-slide .slide-categorias a:hover {
	color: #fff;
	text-decoration: none;
}

.fancybox__container {
	z-index: 99999999;
}

#description iframe {
	width: 100% !important;
}

section#section-slide .slide-categorias {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 161 155);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 999;
	color: #fff;
}

section#section-slide .slide-categorias .item-categoria {
	font-size: 17px;
	text-transform: uppercase;
	height: auto;
	padding: 10px 15px;
}

#side-imoveis button.btn-filtros {
	display: none;
}

.sem_capa .body {
	margin-top: 100px;
}

.sem_capa #header .header-body {
	background-color: var(--bg_menu) !important;
}

.form-search-item.form-search-item-button button {
	background: var(--bg_geral);
	border: 0;
}

ol.carousel__dots {
	display: none;
}

.text-principal {
	color: var(--bg_geral);
}

body.page-detalhes-imovel #side-imoveis aside.sidebar {
	display: block;
}

.quick-view .icon-item,
.quick-view .icon-item i {
	color: #6a6367 !important;
}

#footer .nav-link {
	padding: 0 5px;
}

.thumb-gallery-detail.has-dots.is-draggable {
	overflow: hidden !important;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 700px) {
	.galeria-itens .galeria-item {
		width: 100%;
	}

	.list-galleria-ct {
		flex-wrap: wrap;
		justify-content: center;
	}

	.custom-section-background:before {
		content: unset;
	}

	#section-blog .custom-thumb-info-style-1.thumb-info {
		flex-wrap: wrap;
	}

	#section-blog .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
		width: 100%;
	}

	#section-slide {
		height: calc(35vh + 380px) !important;
		max-height: 100vh !important;
	}

	.product .product-thumb-info .product-thumb-info-image:before {
		content: unset;
	}

	.product-thumb-info-image .titulo-imovel {
		opacity: 1;
	}

	.from-serarch-slide .form-search .form-search-geral {
		flex-wrap: wrap !important;
	}

	.from-serarch-slide .form-search .form-search-geral .form-search-item {
		flex: 0 0 100% !important;
		margin-bottom: 5px;
	}

	.from-serarch-slide
		.form-search
		.form-search-geral
		.form-search-item
		.bootstrap-select {
		width: 100%;
	}

	.from-serarch-slide
		.form-search
		.form-search-geral
		.form-search-item.form-search-item-icon {
		display: none;
	}

	.texto-slide.slideshow-texto {
		margin-top: 100px;
	}

	.from-serarch-slide {
		top: unset;
		bottom: 20px;
	}

	.page-header.page-header-modern.page-header-lg {
		min-height: 200px !important;
	}

	#header .header-logo img {
		max-height: 50px;
	}

	section#section-slide .slide-categorias {
		display: none;
	}

	#side-imoveis button.btn-filtros {
		display: block;
		width: 100%;
		border: 0;
		border-radius: 8px;
		margin-bottom: 8px;
		background: var(--bg_geral);
		color: var(--texto_principal);
		padding: 10px 0;
	}

	#side-imoveis aside.sidebar {
		display: none;
	}

	.from-serarch-slide
		.form-search
		.form-search-geral
		.form-search-item
		.form-control,
	.from-serarch-slide .form-search .form-search-geral .form-search-item button {
		height: 50px !important;
		font-size: 1rem;
	}

	#page_imoveis .shop .products .product .quick-view {
		opacity: 1;
		transform: none !important;
	}

	.owl-carousel.show-nav-title .owl-nav button.owl-prev {
		left: -20px !important;
	}

	.thumb-gallery-detail {
		height: 200px;
	}

	.thumb-gallery-detail .carousel__track {
		height: 200px;
	}

	.thumb-gallery-detail .carousel__viewport,
	.thumb-gallery-detail .carousel__viewport .carousel__track {
		height: 100%;
	}

	ul.dependencias {
		list-style: none !important;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	#header .header-body.header-body-bottom-border-fixed {
		background: #333 !important;
	}
}

@media (min-width: 700px) {
	.owl-stage {
		justify-content: center;
	}

	.sticky-header-active #header .header-logo img {
		max-height: 80px;
	}

	#header .header-nav.header-nav-links nav > ul > li:hover > a,
	#header .header-nav.header-nav-links nav > ul > li > a.active {
		border-color: var(--bg_geral);
		border-radius: 20px !important;
		color: var(--texto_topo) !important;
	}

	#header .header-nav.header-nav-links nav > ul > li > a {
		border: 1px solid transparent;
		font-weight: 500;
	}

	body.sem_capa .main {
		margin-top: 120px;
	}

	.sticky-header-active #header,
	.sticky-header-active #header .header-body,
	body.sem_capa #header,
	body.sem_capa #header .header-body,
	#page_contato #header,
	#page_contato #header .header-body {
		background-color: var(--bg_topo) !important;
	}

	.sticky-header-active #header .header-nav.header-nav-links nav > ul > li > a,
	.sticky-header-active #header .header-social-icons i,
	body.sem_capa #header .header-nav.header-nav-links nav > ul > li > a,
	body.sem_capa #header .header-social-icons i,
	#page_contato #header .header-nav.header-nav-links nav > ul > li > a,
	#page_contato #header .header-social-icons i {
		color: var(--texto_menu) !important;
	}

	#header .header-social-icons li:hover i {
		color: #fff !important;
	}

	.texto-slide.slideshow-texto {
		width: 100%;
		height: 100%;
	}

	.texto-slide.slideshow-texto h1 {
		position: absolute;
		top: 20%;
		width: 100%;
	}

	.texto-slide.slideshow-texto h2 {
		position: absolute;
		top: 30%;
		text-align: center;
		width: 100%;
	}

	.texto-slide.slideshow-texto .button-section {
		position: absolute;
		bottom: 30%;
		width: 100%;
		text-align: center;
	}

	.thumb-gallery-detail .carousel__slide:hover::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--overlay);
		opacity: 0.3;
		z-index: 998;
		transition: 0.2s ease-in-out;
		cursor: grab;
	}

	.thumb-gallery-detail .carousel__slide:hover:after {
		content: "\f002";
		position: absolute;
		top: calc(225px - 25px);
		left: calc(50% - 25px);
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-family: "Font Awesome 5 Free";
		z-index: 999;
		font-size: 50px;
		color: #fff;
		font-weight: 900;
		transition: 0.2s ease-in-out;
		cursor: pointer;
	}
}

@media (min-width: 1920px) {
	#modal-boas-vindas .modal-conteudo {
		width: 1065px;
	}
}
