img {
	max-width: 100%;
}
.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);
	}
}
.d-flex {
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.contact_info .info .ficon {
	position: absolute;
	left: 0;
}
.btn-geral {
	background: var(--bg_geral);
	color: var(--texto_menu);
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;
	font-size: 16px;
	margin-top: 10px;
	padding: 5px 10px;
}
.btn-lg {
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 20px;
}
.btn-geral:hover {
	background-color: var(--hover) !important;
	color: var(--texto_menu);
}
.vegas-slide-inner {
	background-color: var(--texto_principal) !important;
}

section.property_details_tab .icon {
	height: 55px;
	flex: 0 0 55px;
}

img.icone-servico {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
li.item-servicos a {
	display: flex;
	align-items: center;
}
.extra-footer {
	margin-top: 20px;
}

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

.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: 998;
	color: #fff;
	padding: 10px 0;
}
button.btn-cookies {
	margin-left: 10px;
}

.hidden-captcha {
	display: flex;
	align-items: center;
	align-content: center;
	margin-top: 20px;
}
.hidden-captcha button {
    margin: 0 !important;
}
.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;
	color: #333 !important;
}

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

.amenities_property .single_item_wrapper .text .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #fff;
}

.single_item_wrapper .img_holder {
	height: 300px;
}

.img_holder img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}
.star-rating {
	font-size: 14px;
	height: 16px;
	width: 75px !important;
	line-height: 1;
	overflow: hidden;
	position: relative;
	top: 0px;
}
.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}
.star-rating::before,
.star-rating span::before {
	color: #c0c0c0;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	font-family: fontawesome;
	left: 0;
	letter-spacing: 2px;
	position: absolute;
	top: 0;
}
.star-rating span::before {
	color: #ffc300 !important;
}
.logo_holder img {
	max-height: 70px;
	width: 100%;
}

.blog_single_item_list .blog_post_meta .img_holder {
	height: 200px;
	width: 200px;
}

.news_single .img_holder {
	width: 80px;
	height: 80px;
}
.contact_information {
	padding-top: 50px;
}
.send_message_widget {
	padding-bottom: 20px;
}
.send_message_widget .campo-form {
	width: 100%;
	background: #eeea;
	border: 0;
	padding: 5px 10px;
}

.send_message_widget .single_input {
	margin: 0;
}

.alert {
	margin-bottom: 5px;
}

.send_message_widget button {
	width: 100%;
	padding: 10px;
	font-size: 18px;
	color: var(--texto_menu);
	background: var(--bg_geral);
	transition: 0.2s ease-in-out;
}

.send_message_widget button:hover {
	background-color: var(--hover);
}

section.home_gallery.container {
	padding-bottom: 50px;
}

.blog_post_meta .img_holder {
	max-height: 500px;
	height: 500px;
}

button.botao_orcamento {
	font-size: 18px;
	padding: 5px 10px;
	background: var(--bg_geral);
	color: var(--texto_menu);
	transition: 0.2s ease-in-out;
}

button.botao_orcamento:hover {
	background: var(--hover);
}

.orcamento-section {
	margin-top: 50px;
}

footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--footer_bg);
	opacity: 0.8;
}

footer,
footer p,
footer li {
	color: var(--footer_color) !important;
	position: relative;
}

.bottom_header *,
.bottom_header *:before {
	color: var(--texto_principal) !important;
}

.words-limit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.align-items-center {
	align-items: center;
}
.justify-content-end {
	justify-content: flex-end;
}
.mr-3 {
	margin-right: 1rem;
}
.top_header :before {
	color: var(--texto_topo);
}

#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%;
	width: 800px;
	border-radius: 10px;
	z-index: 999;
	background: #fff center no-repeat;
	background-size: cover;
	padding: 20px;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

#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;
}
/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--hover);
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--bg_geral);
}
[data-content="sec_parceiros"] .single_item_wrapper .img_holder {
    height: auto;
}
.info.space_fix {
    padding-left: 50px !important;
}
.py-5{
	padding-top: 3rem;
	padding-bottom: 3rem;
}