/*--------------------------------------------------------------

Template: Imóveis
Author: Rogério Pancini
Version: 1.2
Design and Developed by: Nexutec Soluções 

---------------------------------------------------------------*/

:root{
	--cor-dourado: #baa15b;
	--cor-dourado-alt: #d9c36d;
	--cor-azul: #081037;
	--cor-azul-alt: #0d2a63;
	--fundo-cinza: #f5f5f5;	
	--menu-bg: rgba(10,16,33,0.98); /* azul marinho translúcido */
	--menu-fg: #e9edf5;             /* texto */
	--menu-accent: #0d2a63;         /* bordas/sombra */
	--highlight-bg: #0f1f3d;        /* cards grandes */
	--link: #ffffff;
	--link-muted: #cdd6e6;
	--header-h: 96px;
	--hero-bump: clamp(24px, 4vh, 64px);
	--texto-rodape: #202020;
}

html, body{
	overflow-x:hidden;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"]{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;		
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, .footer-contact textarea:focus {
    border: 1px solid var(--cor-dourado);
}

textarea{
	resize: none;
	padding: 10px 10px 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;		
}

.icones-demo-rodape i {
    font-size: 20px;
    margin-right: 8px;
    position: relative;
    top: 10px;
}

.iq-mt-20{
	margin-top: 20px !important;
}

.iq-mb-5{
	margin-bottom: 5px !important;
}

.no-hover:hover{
    border: 0px;
}

.texto-rodape p, .texto-rodape a{
    font-size: 14px;
    line-height: 16px;	
}

.frame-maps-rodape {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 298px; 
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;	
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.frame-maps-rodape iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.separador-modal{
	border-top: 1px solid #e9ecef;
}

.button-1:focus, .button-2:focus, .submit-btn-1:focus, #modal-servico .btn-close:focus{
	outline: none;
}

#modal-servico .form-check-input {
    transform: scale(1.5);
}

.no-border {
    border: 0px;
}

#modal-servico .form-tip {
    margin: 10px;
}

#modal-servico .modal-footer {
    padding: 1.8rem 1rem;
}

.blocos-menu .has-children { position: relative; }

.blocos-menu .sublist {
	display:none; position:absolute; left:0; top:100%;
	background:#fff; box-shadow:0 6px 18px rgba(0,0,0,.15); 
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;	
	margin:6px 0 0;  z-index:10; min-width:180px;
}

.servicos .card { 
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	border: 1px solid rgba(0,0,0,.06); 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.servicos .card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.servicos .card h3 { 
	flex-grow: 1; /* ocupa o espaço restante */
	margin-bottom: 1rem;
	margin-bottom:.25rem; 
}

.servicos .card .card-body p {
	flex-grow: 1; /* ocupa o espaço restante */
	margin-bottom: 1rem;	
    color: #303030 !important;
}

.servicos .card-body .button-1 {
	align-self: flex-start; /* evita esticar no width total */
	margin-top: auto; /* garante que vá pro rodapé do card */
	width: 100%;
	text-align: center;
	border-radius: 6px;
	letter-spacing: 0.5px;
}

.servicos .card-body .button-1:hover {
	filter: brightness(1.1);
	transform: translateY(-1px);
	transition: all 0.2s ease;
}

.blocos-menu .sublist a { display:block; padding:10px 14px; text-decoration:none; }
.blocos-menu .has-children.open > .sublist { display:block; }

#modal-servico label {
    color: #303030;
    line-height: 16px;	
}

.contact-address-icon i {
    font-size: 22px;
    width: 26px;
    text-align: center;
}

.contact-address-icon .email {
    font-size: 18px;
}

.pro-details-amenities-inner {
	display: grid;
	row-gap: 0.4rem; /* menos espaçamento vertical entre os blocos */
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
	padding: 12px 26px 22px 26px;
}

/* título de cada grupo */
.pro-details-amenities-inner .classificacao {
	font-weight: 600;
	color: var(--cor-dourado, #b89b4f);
	text-transform: capitalize;
	margin: 14px 0 6px; /* reduziu margem superior */
	font-size: 17px;
	letter-spacing: 0.2px;
}

/* espaçamento entre grupos */
.classificacao:not(:first-child) {
	border-top: 1px solid #f1f1f1;
	padding-top: 14px; /* leve redução */
	margin-top: 2px; /* previne o bloco ficar colado demais */
}

/* lista de itens */
.amenities-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 4px 24px; /* ajustado para densidade visual melhor */
	list-style: none;
	margin: 0;
	padding: 0;
}

.amenities-list li {
	display: flex;
	align-items: center;
	gap: 3px; /* ícone mais próximo */
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
}

.amenities-list li::before {
	content: "\f00c"; /* check */
	color: var(--cor-dourado, #b89b4f);
	font-weight: 900;
	font-size: 13px !important;
	transform: translateY(0.5px);
}

.footer-area{
	background-color: var(--cor-dourado-alt);
}

.bg-gray{
	background-color: var(--fundo-cinza);
}

.button-1-search:hover {
    background-color: var(--cor-azul);
	border-color: var(--cor-azul) !important;
}

.agent-details-image img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	box-shadow: 0 3px 8px rgba(0,0,0,.08);
	object-fit: cover;
}

.agent-details-image{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	overflow: hidden;        /* corta sobras do object-fit */
	box-shadow: 0 3px 8px rgba(0,0,0,.08);
	/* escolha uma proporção que fique bem nas fotos */
	aspect-ratio: 4 / 5;     /* 3/4, 4/5… ajuste ao seu layout */
	max-width: 100%;
}

.agent-details-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;       /* já está usando, mantém */
	display: block;
}

.flat-item-image img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.for-sale {
    z-index: 1;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;	
}

.footer-latest-news {
    padding-left: 0px;
}

.footer-latest-news img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.imoveis-similares-pagina {
    padding-left: 0px;
}

/* deixa o bloco respirar e parecer um painel coeso */
.sidebar-filtros {
	background: #fafafa;
	border: 1px solid #e3e3e3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;	
	padding: 25px 22px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* títulos mais sutis e elegantes */
.sidebar-filtros h4 {
	color: #1f2937;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

/* entradas mais modernas e consistentes */
.sidebar-filtros input,
.sidebar-filtros select {
  border: 1px solid #d1d5db;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	background: #fff;
	padding: 8px 10px;
	width: 100%;
	transition: all .2s ease-in-out;
}

.sidebar-filtros input:focus,
.sidebar-filtros select:focus {
  border-color: #0d2a63; /* azul institucional Robson Adriano */
  box-shadow: 0 0 0 2px rgba(13,42,99,0.08);
  outline: none;
}

.sidebar-filtros .widget {
    padding-left: 0px;
}

/* a row que contém os cards */
.row.listagem-cards > [class*="col-"]{
	display: flex;
}

/* o card */
.flat-item-body{
	flex: 1;                       /* ocupa o espaço disponível */
	display: flex;
	flex-direction: column;
}

.flat-item-footer{               /* seu bloco da row interna */
	margin-top: auto;              /* empurra pro rodapé do card */
}

.flat-item {
    padding: 15px;
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 30px;
	border:1px solid rgba(0,0,0,.06);
	box-shadow: 0 6px 18px rgba(0,0,0,.08);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;	
}

.flat-item:hover{
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0,0,0,.12);
	border-color: rgba(0,0,0,.10);	
}

.amenities-list, .pro-details-condition-inner, .pro-details-amenities-inner {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.flat-item-image {
    margin-bottom: 10px;
}

.condition-list {
    padding-left: 0px;
    margin-bottom: 0px;
}

.condition-list i {
    font-size: 22px;
	margin-right: 4px;
}

.condition-list > li {
    color: #303030;
}

.amenities-list > li:before {
    color: var(--cor-dourado);
    font-size: 22px;
}

.amenities-list span {
    margin-left: 4px;
}

.carrossel-imoveis {
    background-color: #FFFFFF;
    padding: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.pro-details-amenities i {
    font-size: 22px;
    color: var(--cor-dourado);
	vertical-align: top;
    width: 22px;
    text-align: center;	
}

.carrossel-imoveis img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.pro-details-agent-review{
    background-color: #FFFFFF;
    padding: 25px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;	
}

.borda-valor{
    background-color: #FFFFFF;
    padding: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;		
}

.mais-informacoes {
    background-color: #FFFFFF;
    padding: 15px 15px 2px 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.contact-messge {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.descricao-titulo-pag-imovel {
    font-size: 30px !important;
    line-height: 36px;
	margin-bottom: 15px;
}

.caracteristicas-destaque{
	background-color: #f7f7f7;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6px 16px;
	list-style: none;
	padding: 6px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0;	
	box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.caracteristicas-destaque li{
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
	margin-top: 4px;
	margin-bottom: 4px;
}

.caracteristicas-destaque i{
	font-size: 22px;
	width: 30px;
    text-align: center;	
}

.flat-title-price i {
    margin-right: 2px;
}

.caracteristicas-destaque i, .flat-title-price i, .condition-list i{
	color: var(--cor-dourado);
}

.detalhe-imovel{
	display:flex; align-items:center; gap:8px;
	font-size:16px; color:#303030;
}
.detalhe-imovel .separador{ opacity:.5; margin:0 2px; }
.detalhe-imovel i{ color:#b79c5a; }

.codigo-badge{
	display:inline-flex; align-items:center; gap:6px;
	padding:2px 10px; border:1px solid #e2e2e2; 
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;	
	background:#fff; cursor:pointer; user-select:none;
	transition:background .15s, border-color .15s, color .15s;
}
.codigo-badge:hover{ background:#fafafa; border-color:#d8d8d8; }
.codigo-badge.copied{ background:#eef7ff; border-color:#b6daff; color:#1e3a8a; }

.flat-item-image:before{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;	
}

.pro-details-condition-inner {
    padding: 25px 25px 6px 25px;
}

.informacoes-fixas {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap; 
}

.informacoes-fixas span {
	display: inline-flex;
	align-items: center;
	gap: .3rem;
}

.fundo-cinza{
	background-color: var(--fundo-cinza);
}

.cta-geral a:hover {
    color: var(--cor-dourado);
}

.footer-address, .contact-address {
    padding-left: 0px;
}

.footer-address > li, .contact-address > li {
    display: block;
}

.slider-overlay::before {
    background: initial;
}

.text-white p {
    color: #FFFFFF;
	line-height: 40px;
}

.blocos-menu ul {
    padding-left: 0px;
}

.blocos-menu ul li {
    list-style-type: none;
}

#codigo_procura_home {
    font-size: 14px;
}

.desc-inicial {
    margin-bottom: 0px;
}

.ativo-imoveis {
    background-color: var(--cor-dourado) !important;
}

.ativo-imoveis span{
	color: #FFFFFF;
}

.ativo-imoveis:hover span {
    color: #FFFFFF;
}
 
/* HERO / bloco da busca */
.slider-2{
	position: relative;
	/* ocupa a tela inteira, descontando o header */
	min-height: calc(100svh - var(--header-h) + var(--hero-bump));
	/* fallback */
	min-height: calc(100vh  - var(--header-h) + var(--hero-bump));
	/* centraliza a caixa de busca */
	display: grid;
	place-items: center;
	/* respiro vertical responsivo (substitui o padding fixo) */
	padding: clamp(24px, 6vh, 80px) 0;
	/* o background já está inline como cover — perfeito */
}

/* overlay pra garantir contraste do título/busca sobre a foto */
.slider-2::before{
	content:"";
	position:absolute; inset:0;
	background: linear-gradient(180deg, rgba(0,0,0,.40), rgba(0,0,0,.20) 40%, rgba(0,0,0,0) 75%);
	pointer-events:none;
}

/* wrapper da caixona de busca (se tiver uma div específica) */
.slider-2 .busca-wrapper{
	width: min(1180px, 92vw);
	position: relative; /* ficar acima do overlay */
	z-index: 1;
	/* já vi que sua caixa tá estilizada; mantenha se preferir */
}

.social-menu-mobile{
	display: none;
}

.social-list li {
    list-style-type: none;
}

.display-none{
	display: none;
}

.procura-2 {
    margin-top: 15px;
}

#scrollUp{
	bottom: 108px;
	right: 2%;
	background: var(--cor-azul) none repeat scroll 0 0;
	z-index: 999 !important;
}

ul{
	padding-left: 20px;
	margin-bottom: 15px;
}

li {
    list-style: none;
    color: #303030;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    list-style-type: initial;
}

/* botão mais filtros */
.mais-filtros {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #333;
	font-weight: 600;
	letter-spacing: .2px;
	cursor: pointer;
	user-select: none;
	transition: box-shadow .2s, border-color .2s, transform .06s, background .2s, color .2s;
}

.mais-filtros span {
    margin-left: 15px;
}

/* ícones */
.mais-filtros i {
	font-size: 16px;
}

/* caret */
.mais-filtros .caret {
	margin-left: auto;
	transition: transform .2s;
}

/* hover e active */
.mais-filtros:hover {
	box-shadow: 0 6px 14px rgba(0,0,0,.12);
	border-color: #d8d8d8;
}
.mais-filtros:active {
	transform: translateY(1px);
}

/* estado ativo */
.mais-filtros.is-active {
	background: #c6aa63; /* dourado */
	border-color: #c6aa63;
	color: #fff;
	box-shadow: 0 8px 18px rgba(0,0,0,.16), inset 0 -2px 0 rgba(0,0,0,.18);
}
.mais-filtros.is-active .caret {
	transform: rotate(180deg);
}

.find-home-box .find-home-item {
    margin-bottom: 0px;
}

.iq-mb-0 {
    margin-bottom: 0px !important;
}

.clearfix-special {
    grid-column: 1 / -1;
}

.mais-filtros:focus{
	outline: none;
}

/* o filho direto do .slider-2 (o .wow) ocupa a largura toda */
.slider-2 > .wow{
	width: 100%;
	justify-self: center;   /* garante centralização do grid item */
}

/* barra de busca centralizada, sem estourar largura */
.find-home-box{
	width: min(1180px, 92vw);  /* melhor que width:% + max-width */
	margin-inline: auto;       /* centraliza dentro do .wow */
	box-sizing: border-box;    /* padding conta dentro da largura */
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start; /* não centraliza os campos */
	align-items: center;
	border: 0;
	background-color: transparent;
}

.find-homes-menu {
	background-color: #fff;              /* fundo branco */
	padding: 15px 15px 13px 15px;                  /* respiro interno */
	border-radius: 12px;                 /* cantos arredondados */
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15); /* sombra suave */
	display: grid;                       /* grid para alinhar inputs */
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;                           /* espaçamento entre campos */
	align-items: center;
}

.find-home-box .section-title {
	flex: 1 1 100%; /* força ocupar toda a linha */
	max-width: 100%;
	text-align: center;
}

.form-filtro{
	flex: 1 1 100%; /* força ocupar toda a linha */
	max-width: 100%;
}	

/* Garante que o botão hambúrguer vai ficar visível mesmo em áreas claras */
.menu-alt .hamburger span {
	background: #fff;
}

.blocos-menu a {
	font-size: 16px;
	color: #303030;
    font-weight: 300;
    text-decoration: none; /* remove sublinhado */
	padding: 5px 10px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.blocos-menu a:hover{
    background-color: #f0f0f0; /* fundo ao passar o mouse */
    color: var(--cor-dourado); /* exemplo: dourado */
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;	
}

#megaMenu{ display:block !important; }
.menu-alt{ pointer-events:none; }
.menu-alt *{ pointer-events:auto; }
.hamburger{ z-index: 2000; } /* se precisar garantir clique */

.hamburger:focus {
    outline: none;
}

#menuClose:focus {
    outline: none;
}

.hamburger.is-open {
    display: none;
}

.mega-menu__close{
	position:absolute;
	top: 16px;
	right: 20px;
	width:44px;
	height:44px;
	background:transparent;
	border:0;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0;
}

.mega-menu__close span{
	position:absolute;
	width:24px;           /* mesma largura do hambúrguer */
	height:2px;           /* mesma espessura */
	background:var(--cor-azul);      /* mesma cor */
	border-radius:1px;
	transition:transform 0.2s ease;
}

.mega-menu__close span:first-child{
	transform: rotate(45deg);
}
.mega-menu__close span:last-child{
	transform: rotate(-45deg);
}

/* Hover opcional */
.mega-menu__close:hover span{
	background: var(--cor-dourado); /* exemplo: dourado no hover */
}

/* Contêiner geral acima do slider */
.menu-alt{
	position: fixed;
	top:0; 
	left:0; 
	right:0;
	z-index:1201; /* acima do slider/breadcrumbs */
	pointer-events:none; /* topbar passa cliques só nos filhos */
	background: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border-top: solid 8px var(--cor-dourado);
}

.menu-alt.scrolled {
	background: #fff; 
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.logo-dark { display: none !important; }

.menu-alt.scrolled .logo-light { display: none; }
.menu-alt.scrolled .logo-dark { display: block !important; }

.menu-alt *{ pointer-events:auto; }

.scrolled .chip{
	background: rgba(48, 48, 48, 0.08);
	border: 1px solid rgba(48, 48, 48, 0.12);
}

.scrolled .chip i {
	color: #303030;	
}

.scrolled .chip a{
	color: #303030;
}

.scrolled .chip small {
	color: #303030;	
}

.scrolled.menu-alt .hamburger span {
    background: var(--cor-azul);
}

/* Topbar */
.menu-topbar{
	display:flex; align-items:center; gap:18px;
	padding:12px 16px;
	min-height:56px;
}

/* Logo */
.menu-topbar .brand img{
	height: 50px; width:auto; display:block;
	filter: drop-shadow(0 1px 0 rgba(0,0,0,.25));
}

/* Lista de contatos */
.hotlines{
	margin:0; padding:0; list-style:none;
	display:flex; align-items:center; gap:10px;
	flex:1; /* ocupa o meio */
	flex-wrap:wrap;
	justify-content: flex-end; 
}
.chip{
	display:flex; align-items:center; gap:8px;
	padding:6px 10px; border-radius:999px;
	background: rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.12);
	color:#e9edf5; font-size:14px; line-height:1.1;
}
.chip i{ font-size:16px; }
.chip a{ color:#fff; text-decoration:none; font-weight:600; }
.chip a:hover {
    color: var(--cor-dourado);
    text-decoration: none;
}
.chip small{ opacity:.85; font-size:12px;}

/* Hamburguer à direita */
.hamburger{
	margin-left:auto;
	width:44px; height:44px; border:0; background:transparent; cursor:pointer;
	display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px;
}

.hamburger span{
	display:block; width:24px; height:2px; background:#fff;
	transition:transform .2s ease, opacity .2s ease;
}

/* estado aberto (já do código anterior) */
.hamburger.is-open span:nth-child(1){ transform: translateY(5px) rotate(45deg); }
.hamburger.is-open span:nth-child(2){ opacity:0; }
.hamburger.is-open span:nth-child(3){ transform: translateY(-5px) rotate(-45deg); }

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

.mega-menu{
	position: fixed; inset: 0;
	z-index: 1100;
	pointer-events: none;
}
.mega-menu.open{ pointer-events: auto; }

.mega-menu__backdrop{
	position: absolute; inset: 0;
	opacity: 0; transition: opacity .25s ease;
	backdrop-filter: blur(2px);
}
.mega-menu.open .mega-menu__backdrop{ opacity: 1; }

.mega-menu__panel{
	position:absolute; inset:0;
	display:flex; align-items:flex-start; justify-content:center;
	transform: translateY(-10px);
	opacity: 0; transition: transform .25s ease, opacity .25s ease;
}
.mega-menu.open .mega-menu__panel{
	transform: translateY(0); opacity: 1;
}

.segundo-bloco-home {
    margin-top: 30px;
}

span.menu-title {
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	padding: 5px 10px;
	color: var(--cor-azul);
}

.blocos-menu {
    margin-bottom: 20px;
}

.titulo-imobiliria-le {
    color: var(--cor-azul);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.telefone-imobiliria-le {
    color: #303030;
    font-weight: 300;
}

.mega-menu__content{
	position: fixed;
	inset: 0;                 /* top/right/bottom/left:0 */
	width: 100%;
	height: 100%;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	z-index: 9999;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
}

/* A linha precisa ter altura de viewport e sem margens laterais da row */
.mega-menu__content > .row{
	min-height: 100vh;
	margin: 0;                /* evita qualquer empurrão lateral */
	align-items: stretch;     /* garante colunas esticadas */
}

/* Zera gutters (escolha 1) – Bootstrap 5 */
.mega-menu__content > .row.g-0{ gap: 0; }

/* Zera gutters (escolha 2) – Bootstrap 4 */
.mega-menu__content > .row.no-gutters > [class*="col-"]{ padding-left:0; padding-right:0; }

/* Coluna da esquerda em altura total com fundo */
.col-left{
	background: #f5f5f5;     /* o cinza claro do seu exemplo */
	display: flex;
	align-items: center;      /* vertical */
	justify-content: center;  /* horizontal, se quiser centralizar */
	padding: 0;               /* tira respiro que pode quebrar o 100% */
}

body.menu-aberto {
    overflow: hidden;
}

.col-le-menu{
	background-color: #fafafa;
}

.bloco-ld-menu{
	padding: 50px 20px 0 60px
}

.rodape-menu-le {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 20px;
}

/* container */
.social-list{
	display: flex;
	align-items: center;
	gap: 12px;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

/* botão redondo base */
.social-list .social{
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #3c424a;            /* cinza escuro dos círculos */
	color: #fff;
	text-decoration: none;
	transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,.12);
	font-size: 18px;                 /* tamanho do ícone FA */
}

/* micro-interação */
.social-list .social:hover{
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

/* cores por rede no hover */
.social-list .social.fb:hover  { background: #1877F2; } /* Facebook */
.social-list .social.yt:hover  { background: #FF0000; } /* YouTube  */
.social-list .social.ig:hover  { background: #E1306C; } /* Instagram */
.social-list .social.li:hover  { background: #0A66C2; } /* LinkedIn */
.social-list .social.x:hover   { background: #000000; } /* X (Twitter) */
.social-list .social.gp:hover  { background: #DB4437; } /* Google Plus */

.menu-le{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: start;
	height: 100%;	
}

.efeito-menu {
	writing-mode: vertical-rl;  /* texto na vertical */
	transform: rotate(180deg);  /* vira pro sentido correto */
	font-size: 90px;             /* tamanho grande */
	font-weight: 700;            /* bold */
	color: rgba(0,0,0,0.05);     /* bem clarinho */
	text-transform: uppercase;
	letter-spacing: 2px;
	user-select: none;
	margin-left: 50px;
}

.mega-menu__close{
	position:absolute; top: 14px; right: 16px;
	font-size: 40px; line-height: 1; color: var(--menu-fg);
	background: transparent; border: 0; cursor:pointer;
    z-index: 99999;	
}

.mega-menu__highlights{
	display:grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px;
}

.highlight{
	display:block; padding: 18px 20px; border-radius: 14px;
	background: var(--highlight-bg);
	color: var(--link); text-decoration:none; font-weight:600;
	border: 1px solid rgba(255,255,255,.08);
}

.highlight:hover{ filter: brightness(1.08); }

.mega-menu__grid{
	display:grid; gap: 26px;
	grid-template-columns: 1fr;
}

.mega-menu__grid h3{ margin: 0 0 8px; font-size: 18px; color:#fff; }
.mega-menu__grid ul{ list-style:none; padding:0; margin:0; }
.mega-menu__grid a{ color: var(--link-muted); text-decoration:none; display:inline-block; padding:6px 0; }
.mega-menu__grid a:hover{ color:#fff; }

.mega-menu__contacts{ margin-top:12px; font-size:14px; color: var(--link-muted); }
.mega-menu__contacts .social a{ margin-right:12px; }

.mega-menu__footer{ margin-top: 20px; opacity:.7; font-size:12px; }

/* Garanta que fica acima do header do tema */
header, .site-header{ z-index: 1000; position: relative; }
/* Menu */

/* Botão Whatsapp */
.botao-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 24px;
    z-index: 9;
}

.botao-whatsapp div {
    height: 60px;
    width: 60px;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.wa-widget-button {
    background-color: #4dc247;
    float: right;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font-size: 28px;
    text-align: center;
    line-height: 96px;
    color: white;
	transition: .4s !important;
}

.wa-widget-button:hover {
    background-color: var(--cor-dourado);
}

.botao-whatsapp div svg {
    fill: white;
    width: 52px;
    height: 52px;
}
/* Fim do botão Whatsapp */

.mean-container .mean-nav ul li a:hover {
    color: var(--cor-dourado);
}

.logo img {
    height: 60px;
	filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.2));
}

.company-info-item {
    float: initial;
}

.iq-pt-0{
	padding-top: 0px !important;
}

.contato-direito {
    display: flex;
    justify-content: flex-end;
}

.contact-messge .leave-review input, .contact-messge .leave-review textarea{
	background-color: #FFFFFF;		
}

input[type="tel"] {
    background: transparent;
    border: 1px solid #e1e1e1;
    color: #606060;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 20px;
    background: #FAFAFA none repeat scroll 0 0;	
}

.static-block-2 .text .link {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid red;
	color: red;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-top: 30px;
	padding: 10px 33px;
	text-transform: uppercase;
}

.descricao-titulo {
    font-size: 20px;
    font-weight: 700;
    color: var(--cor-dourado);
}

.btn-2 {
    font-size: 13px !important;
    font-weight: 400 !important;
    background-color: var(--cor-dourado);
    padding: 4px 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #FFFFFF !important;
    margin-top: 16px !important;
    float: right !important;	
	box-shadow: 0 2px 8px rgba(0,0,0,.10);
	transition: .2s;	
}

.btn-2:hover{
	background-color: var(--cor-azul);
	box-shadow: 0 6px 16px rgba(0,0,0,.16);	
}

.btn-2 i {
    color: #FFFFFF;
	margin-left: 4px;
}

.w-32{
	width: 32%;
}

.w-68{
	width: 68%;
}

.header-info{
	padding: 8px 0;
}

.e-bairro, .e-cidade {
    font-size: 14px;
}

.e-cidade {
    margin: 8px 0 !important;
}

.no-float{
	float: none !important;
}

.valor-venda {
    font-size: 13px;
	margin-bottom: 0px;
}

.flat-title-price a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;	
    color: #303030;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    float: left;
    margin-bottom: 0;	
    margin-top: 0;
}

.flat-title-price .bold{
    color: #303030;	
	font-weight: 400;
}

.find-home-item .input {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #606060;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}

.select2-container{
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    border: 1px solid #FFFFFF !important;
    color: #606060;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px !important;
	padding: 0 4px;
    width: 100%;
    -webkit-border-radius: 6px !important;	
    -moz-border-radius: 6px !important;	
    border-radius: 6px !important;	
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px !important;
}

.select2-dropdown {
    border: 1px solid rgba(0,0,0,.15) !important;
	-webkit-border-radius: 0.25rem !important;
	-moz-border-radius: 0.25rem !important;
	border-radius: 0.25rem !important;
    margin-top: 4px;	
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    background: transparent;
    border: 1px solid rgba(0,0,0,.15) !important;
    color: #606060;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px !important;
	padding: 0 4px;
    width: 100%;
    -webkit-border-radius: 6px !important;	
    -moz-border-radius: 6px !important;	
    border-radius: 6px !important;		
}

.select2-results__option{
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    font-size: 14px;	
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--cor-dourado) !important;
}

.breadcrumbs-title-lite{
	padding: 130px 0 50px;
	line-height: 48px;
}

a:focus, a:hover {
    color: var(--cor-azul);
}

.transparent-header .main-menu > li:hover > a {
  color: var(--cor-dourado);
}

.drop-menu li a:hover {
    color: var(--cor-dourado) !important;
}

.address-icon i {
    font-size: 18px;
    margin: 0 0 0 2px;
    color: var(--cor-azul);
	vertical-align: middle;
}

.copyright > p {
    color: #FFFFFF;
}

.copyright > p a {
    color: var(--cor-dourado);
}

.copyright > p a:hover{
	color: var(--cor-dourado-alt);
}

.sticky .main-menu > li > a{
	color: var(--cor-azul);
}

.main-menu > li:hover > a, .drop-menu > li:hover > a, .single-mega-item > li:hover > a{
	color: var(--cor-azul);
}

.sticky .main-menu > li:hover > a, .sticky .main-menu > li > a.active{
	color: var(--cor-dourado) !important;
}

.active{
	color: var(--cor-dourado) !important;	
}

.pagination-list > li a:hover {
    background: var(--cor-azul) none repeat scroll 0 0;
}

.flat-link > a:hover {
    border: 1px solid var(--cor-azul);
    background: var(--cor-azul) none repeat scroll 0 0;
}

.flat-link > a{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.submit-btn-1 {
    background: var(--cor-azul) none repeat scroll 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
}

/* bloco */
.titulo-rodape{
	font-family: 'Raleway', sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--cor-azul);
	margin: 0 0 18px;
}

.texto-rodape p{
	margin: 0 0 10px;
	line-height: 1.7;
	color: var(--texto-rodape);
}

.texto-rodape p + p{ margin-top: 8px; }

.texto-rodape a{
	color: var(--texto-rodape);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: .25s ease;
}

.texto-rodape a:hover{
	color: var(--cor-azul);
	border-bottom-color: var(--cor-azul);
}

/* largura confortável para leitura */
.col-xl-8 .texto-rodape{ max-width: 520px; }

.social-rodape{ list-style:none; margin:0; padding:0; }
.social-rodape li+li{ margin-top:10px; }
.social-rodape a{
	display:inline-flex; align-items:center; gap:10px;
	color:var(--texto-rodape); text-decoration:none;
	transition:transform .2s ease, color .25s ease;
}
.social-rodape a:hover{ color:var(--cor-azul); transform:translateX(2px); }
.ico-round{ width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center;
	border-radius:50%; background:rgba(8,16,55,.08); }
.ico-round i{ font-size:16px; line-height:1; }

.ico-round:hover {
	background: rgba(8,16,55,0.15);
	transform: scale(1.05);
	transition: 0.25s ease;
}

.social-rodape li {
    list-style: none !important;
}

.titulo-rodape + p:last-of-type { margin-bottom: 14px; }

.submit-btn-1:hover {
    background: var(--cor-dourado) none repeat scroll 0 0;
}

.drop-menu {
    border-bottom: 4px solid var(--cor-azul);
}

.nivo-directionNav a:hover {
    background: var(--cor-azul) none repeat scroll 0 0;
}

.bg-blue {
    background: var(--cor-azul);
}

.bg-gold {
    background: var(--cor-dourado);
}

.call-to-bg:before {
    background: transparent;
}

.e-mail-cta a {
    font-size: 22px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 10px;
    font-weight: 300;
}

.booking-conternt{
	width: 100%;
}

.text-gold h1, .text-gold h2, .text-gold h3{
	color: var(--cor-dourado);
}

.for-sale {
    background: var(--cor-azul) none repeat scroll 0 0;
}

.flat-desc {
    background: var(--cor-azul) none repeat scroll 0 0;
}

.desc-inicial li {
    color: #FFFFFF;
}

.price {
    color: var(--cor-azul);
	font-weight: 700;
}

.single-agent {
    border-bottom: 4px solid var(--cor-azul);
}

.single-agent:hover {
    border-color: var(--cor-azul);
}

.single-agent:hover .agent-info-hover .agent-name h5 {
    color: var(--cor-azul);
}

.agent-info-hover .agent-name {
    position: relative;	
    bottom: 110px;
	left: -75px;
}

.copyright a {
    color: var(--cor-azul);
}

.single-agent:hover .agent-info:before {
    height: 320px;
}

.single-agent:hover .agent-info:after {
    bottom: 320px;
}

.agent-info:before {
    height: 94px;
}

.agent-info:after {
    bottom: 88px;
}

.agent-name p {
    height: 50px;
}

.agent-info-hover .agent-name p {
    line-height: 19px;
}

.agent-info-hover .agent-address, .agent-info-hover .social-media {
    padding-left: initial;
    text-align: center;
}

.agent-name {
    padding: 0 6px;
}

.button-1, .button-2, .button-3{
	transition: .4s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
}

.button-1 {
    border: 1px solid var(--cor-dourado);
    background: var(--cor-dourado) none repeat scroll 0 0;
}

.btn-hover-1:hover {
	border: 1px solid #d6d6d6;
	box-shadow: 0 3px 6px rgba(0,0,0,0.07);
}

.button-2 {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #222;
    color: #222;
    display: inline-block;
    font-size: 14px;
    padding: 5px 18px;
    text-align: center;
    text-transform: uppercase;
}

.btn-hover-2:hover, .btn-hover-3:hover {
    background: var(--cor-dourado);
    border: 1px solid var(--cor-dourado);
    color: #fff;
}

.button-3 {
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    padding: 5px 18px;
    text-align: center;
    text-transform: uppercase;
}

.button-4 {
	text-transform: uppercase;
}

.button-4:hover{
	background: var(--cor-azul) none repeat scroll 0 0;
	border-color: var(--cor-azul);
}

.redefinir:hover, .redefinir-1:hover {
    cursor: pointer;
}

.imagens-imoveis img{
	width: 100%;
    height: 480px;
	object-fit: cover;
}

.info-zoom {
    font-size: 12px;
}

.condition-list > li img {
    height: 20px;
}

.pro-details-condition h5, .pro-details-amenities h5 {
    margin-bottom: 10px;
}

.imoveis-similares{
    object-fit: cover;
    width: 368px;
    height: 235px;	
}

.find-homes .select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
	border: 1px solid #D8D8D8 !important;
}

.find-homes .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 14px;
	color: #3d3d3d;
}

.find-homes .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #333a44;
}

.find-homes .select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: #FFFFFF;
	border: 1px solid #D8D8D8 !important;
}

.imoveis-mais-recentes a img {
    object-fit: cover;
    width: 82px;
    height: 56px;
}

.slider-overlay::before {
    background: rgba(0, 0, 0, 0.30) none repeat scroll 0 0;
}

.nivo-directionNav a:not([href]):not([tabindex]) {
    color: #707070;
}

.search-menu {
	position: relative;
    top: 9px;
    padding: 0px;
}

.search-menu input {
    border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
}

.search-menu button{
	position: relative;
}

.search-menu input::placeholder {
	color: #FFFFFF;
}

.sticky .search-menu input {
    border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: initial;
}

.sticky .search-menu input::placeholder {
	color: #FFFFFF;
}

.sticky .sticky-logo img {
    width: 160px;
    padding: 34px 0;
}

.sticky .main-menu > li > a {
    font-size: initial;
    padding: 46px 0;
}

.bg-green {
    background-color: #FFFFFF;
}

.transparent-header.sticky{
	background-color: var(--cor-azul);
}

.transparent-header {
    background: var(--cor-azul)		;
}

.header-info a {
    color: #303030;
}

.sticky .main-menu > li > a {
    color: #FFFFFF;
}

.flat-desc {
    color: #FFFFFF;
}

.nivo-directionNav a {
    border: 1px solid #FFFFFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #303030;
}

.drop-menu li a {
    color: #303030;
}

.footer-contact input[type="tel"]{
    border-color: #706e6d;
    height: 35px;
    font-size: 12px;
	background-color: transparent;
}

.address-icon-footer span a {
    display: inline-block;
    margin-top: 4px;
}

#form_procurar_codigo input[type="text"]:focus{
    border: 1px solid var(--cor-dourado);
}

.sticky #form_procurar_codigo input[type="text"]:focus{
    border: 1px solid var(--cor-dourado);
}

.nivo-directionNav a:not([href]):not([tabindex]) {
    color: #FFFFFF;
}

.slider-home h1, .slider-home h2, .slider-home h3, .slider-home h4, .slider-home h5, .slider-home h6{
	color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;	
}

.slider-home p{
    color: #FFF;
	padding: 5px;
    margin: 0;
	font-size: 16px;
}

.flat-desc > li + li {
    margin-left: 3%;
}

.flat-desc li {
    font-size: 0.69rem;
    font-weight: 300;	
}

.flat-desc li img {
    margin-right: 2px;
    height: 18px;
	vertical-align: sub;
}

.flat-item-info {
    padding: 0px 0 0px 0;
}

.flat-title-price p {
    margin-bottom: 4px;
}

p {
    color: #303030;
}

.bloco-4-home {
    color: #303030;
    line-height: 32px;
}

.no-found-footer {
    margin-left: -20px;
}

label.error {
    color: #dc3545 !important;
    font-weight: 300;
}

.sweet-alert h2 {
	font-family: "Montserrat",sans-serif;
    font-weight: 600;
}

.sweet-alert button {
	font-family: "Montserrat",sans-serif;
    font-weight: 300;
}

.sweet-alert p {
	font-family: "Montserrat",sans-serif;
    font-weight: 300;
}

.search-menu button:focus {
    outline: none;
}

.button-1:focus, .submit-btn-1:focus {
    outline: none;
}	

.enviar-contato{
	text-align: right;
}

.enviar-contato button{
	margin-top: 20px
}

.gen-titulo {
    font-size: 18px;
    color: #1f223e;
    margin-bottom: 10px;
}

.footer-widget a {
    color: #1c1c1c;
}

.footer-widget a:focus, .footer-widget a:hover {
    color: var(--cor-azul);
}

.flat-item-info img {
    position: relative;
    top: -1px;
}

.breadcrumbs-list > li {
    color: #FFFFFF;
}

.logo {
	display: flex;
    align-items: center;
	justify-content: center;
    height: 100%;
}

.company-info {
    padding: 36px 0 32px 0;
}

.footer-widget-alt i {
    color: #757575;
    font-size: 24px;
    display: block;
}

.footer-widget-alt .address-info {
    margin-left: 10px;
}

.redefinir-home{
	border: 1px solid var(--cor-dourado);
	color: #FFFFFF;
}

.redefinir-geral{
	border: 1px solid #ADADAD;
	color: #ADADAD;
}

.search-menu-mobile input {
	font-size: 12px;
	border: 1px solid #1f223e;
    color: #1f223e;
}

.search-menu-mobile input::placeholder {
	color: #1f223e;
}

.search-menu-mobile button::after {
    background-image: url(../images/icons/search.png);
}

#form_procurar_codigo_m {
    display: flex;
    padding: 12px 22px;
    height: 50px;
}

.sweet-alert {
    z-index: 999999;
}

.footer-desktop{
	display: block;
}

.footer-mobile{
	display: none;
}

.lgpd ul, .lgpd ol{
	margin-bottom: 15px;
}

.lgpd ul li, .lgpd ol li {
    font-weight: 300;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
	margin-left: 15px;
}

.lgpd ul li {
    list-style-type: disc;
}

.lgpd ol li {
    list-style-type: decimal;
}

.sprite-close {
    width: 27px;
    height: 27px;
    background-position: -5px -5px;
}

.sprite-contato-header {
    width: 30px;
    height: 29px;
    background-position: -42px -5px;
}

.sprite-location {
	width: 11px;
    height: 15px;
    background-position: -82px -5px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.sprite-location-2 {
    width: 15px;
    height: 21px;
    background-position: -82px -30px;
	position: relative;
    top: 5px;	
}

.sprite-next {
    width: 50px;
    height: 45px;
    background-position: -5px -44px;
}

.sprite-phone-2 {
    width: 18px;
    height: 18px;
    background-position: -65px -61px;
	display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;	
}

.sprite-phone-3 {
    width: 18px;
    height: 18px;
    background-position: -93px -61px;
	position: relative;
    top: 5px;		
}

.sprite-prev {
    width: 50px;
    height: 45px;
    background-position: -107px -5px;
}

.sprite-telefone-header {
    width: 29px;
    height: 29px;
    background-position: -121px -60px;
}

.sprite-world {
    width: 18px;
    height: 18px;
    background-position: -5px -99px;
	position: relative;
    top: 5px;		
}

.mean-container .mean-nav ul li li a {
    text-transform: initial;
}

.widget-featured-property .flat-desc > li + li{
    margin-left: 3%;
}

.cc_container {
    background: #FFFFFF !important;
    color: #777 !important;
    webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.cc_container .cc_message {
    font-size: 14px !important;
	line-height: 26px !important;
}

.cc_container a, .cc_container a:visited {
    color: var(--cor-azul) !important;
}

.cc_container a:hover, .cc_container a:active {
    color: var(--cor-azul) !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
    font-weight: 400;
	padding: 12px 18px !important;
    color: #FFF !important;
    border: 1px solid var(--cor-azul)		;
    background: var(--cor-azul) none repeat scroll 0 0 !important;
    border-radius: 0px !important;
}

.cc_container .cc_btn:hover{
	background: var(--cor-dourado) none repeat scroll 0 0 !important;
	color: #FFFFFF !important;
	border: 1px solid var(--cor-dourado);
}

.widget-search-property .btn-hover-1:hover {
    border: 1px solid var(--cor-azul);
    background: var(--cor-azul) none repeat scroll 0 0;
}

#scrollUp:hover {
    background: var(--cor-dourado) none repeat scroll 0 0;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.mobile-menu-area {
    background: var(--cor-azul);
}

.nivo-controlNav a {
    background: var(--cor-azul) none repeat scroll 0 0;
}

.nivo-controlNav a.active {
    background: #cb9b4f none repeat scroll 0 0;
}

.footer-top{
	padding: 20px 0;
}

.agent-address i, .agent-details-contact i, .telefone-imobiliria-le i {
    font-size: 15px;
    vertical-align: middle;
    width: 20px;
    text-align: center;	
}

.agent-details-contact .email {
    font-size: 13px;
}

/****** Responsive ******/
@media (min-width: 1400px){
	:root{ --hero-bump: 72px; }
}

@media (max-width: 1400px){
	.mais-filtros span {
		margin-left: 6px;
	}		
}

@media (min-width: 992px) and (max-width: 1169px) {
	.e-mail-cta a{
		font-size: 17px;
	}
	
    .pro-details-amenities p {
        font-size: 16px;
    }	
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-icon img {
		height: 20px;
	}
	
	.social-rodape li a span {
		font-size: 13px;
	}	
	
	.frame-maps-rodape {
		height: 304px;
	}
	
	.header-info a {
		font-size: 14px;
	}	
	
	.header-icon {
		width: 30px;
	}	
	
	.flat-title-price a {
		font-size: 13px;
	}	
	
	.price {
		font-size: 18px;
	}	
	
	.flat-desc li {
		font-size: 10px;
	}	

	.flat-desc > li + li {
		margin-left: 1%;
	}	

	.agent-image img {
		max-width: 100%;
		height: auto;
	}
	
	/* Menu */
	.sticky .sticky-logo img {
		width: 160px;
		padding: 34px 0;
	}	
	
	.sticky .main-menu > li + li {
		margin-left: 12px;
	}
	/* Menu */		
	
	.mais-filtros span {
		position: relative;
		color: transparent;          /* esconde o texto original */
	}
	  
	.mais-filtros span::before {
		content: "Filtros";        /* texto substituto */
		color: #333;              /* herda a cor original */
		position: relative;
		left: 0;
		top: 15px;
	}	
	
	.mais-filtros .caret {
		margin-left: -15px;
	}	
}

@media (max-width: 992px) {
	.find-homes-menu [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.find-homes-menu :is(.col, [class^="col-"], [class*=" col-"]) {
        margin-bottom: 15px;
    }	
	
    .mais-filtros {
        display: none !important;
    }

	.find-home-box {
		padding-block: 120px;
	}
}

@media (max-width: 991px){
	.iq-pb-20{
		padding-bottom: 20px;
	}	
	
	.frame-maps-rodape {
		margin-top: 10px;
		margin-bottom: 20px;
	}	
	
	.col-le-menu{
		display: none;
	}
	
    .social-menu-mobile {
        display: inline-block;
    }	
	
    .bloco-ld-menu {
        padding: 50px 20px 0 0px !important;
    }	
	
	/*.blocos-menu .sublist { position:static; display:block; box-shadow:none; }*/
	
	#modal-servico .modal-footer {
		justify-content: flex-start;
	}	
	
	#modal-servico .form-tip {
		margin: 10px 15px;
	}	
	
	/* Menu */
	.company-info {
		display: none;
	}	
	
	.e-mail-cta a {
		font-size: 12px;
	}
	
    .pro-details-amenities p {
        font-size: 16px;
    }	

    .price {
        font-size: 22px;
    }	
	
	.sidebar-filtros {
		margin-top: 30px;
	}	
	
	.sidebar-filtros .widget{
		margin-top: 6px;
        margin-bottom: 6px;		
	}
	
	.pagination-area.mb-60 {
		margin-bottom: 30px;
	}	
}

/* Desktop layout */
@media (min-width: 900px){
	.mega-menu__highlights{ grid-template-columns: 1fr 1fr; }
	.mega-menu__grid{ grid-template-columns: 1fr 1fr 1fr; }
}

/* Responsivo: em telas menores vira 1 chip + CTA */
@media (max-width: 900px){
	.chip small{ display:none; }
	.hotlines{ gap:8px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.li-search {
		width: 20%;
	}	
	
	.li-search .search-menu input{
		font-size: 12px;
		position: relative;
		top: 4px;
		height: 26px;
		line-height: 26px;		
	}
	
	.li-search .search-menu button{
		position: relative;
		top: 4px;		
	}
	
	.sticky .li-search .search-menu input{
		font-size: initial;
		position: relative;
		top: 1px;
	}
	
	.sticky .li-search .search-menu button{
		position: relative;
		top: 1px;
	}

	.slider-home h1, .slider-home h2, .slider-home h3, .slider-home h4, .slider-home h5, .slider-home h6{
		font-size: 18px;
	}

	.slider-home p {
		font-size: 15px !important;
		line-height: 18px !important;
	}	

	.our-agents-area.pt-115.pb-55, .featured-flat-area.pt-115.pb-80, .about-sheltek-area.ptb-115, .contact-area.pt-115.pb-115 {
		padding-top: 80px;
	}

	.book-house {
		margin-top: initial;
	}
	
	.enviar-contato {
		text-align: left;
	}	
	
	.agent-image img {
		max-width: 100%;
		height: auto;
	}	
	
	/* Menu */
	.sticky .sticky-logo img {
		width: 160px;
		padding: 34px 0;
	}	
	
	.sticky .main-menu > li + li {
		margin-left: 12px;
	}
	
	.sticky .main-menu > li > a {
		font-size: 12px;
	}	
	
    .sticky .li-search .search-menu input {
        font-size: 12px;
        margin-top: 2px;
    }	
	/* Menu */	
}

/* segurança: não deixo ficar muito baixinho em telas pequenas */
@media (max-width: 768px){
    .modal-dialog {
        margin: .5rem;
    }		
	
	:root{ --header-h: 80px; } /* se o header encolhe no mobile */
	
	.slider-2{
    /* floor controlado sem mexer no header */
    min-height: clamp(
		560px,                                              /* mínimo */
		calc(104svh - var(--header-h) + var(--hero-bump)),  /* ideal */
		780px                                               /* máximo opcional */
		);
	}
	
	.col-le-menu{
		display: none;
	}
	
	.social-menu-mobile{
		display: inline-block;
	}	
	
	.find-homes-menu :is(.col, [class^="col-"], [class*=" col-"]) {
		margin-bottom: 15px;
	}
	
	.mais-filtros{
		display: none !important;
	}
	
    #scrollUp {
        bottom: 100px !important;
        right: 38px !important;
    }	
}

@media (max-width: 767px) {
	.agent-details-desc-info {
        margin-bottom: 40px;
    }	
	
	.leave-review {
		padding-top: 40px !important;
	}	
	
	.pagina-corretores{
		padding-top: 80px;
		padding-bottom: 40px !important;
	}
	
	.search-menu-mobile button::after {
		content: "\f002";
		font-family: "FontAwesome";
		font-size: 18px;
		color: var(--cor-azul);
		background: none !important;
		display: inline-block;
		width: auto;
		height: auto;
	}	
	
	.enviar-contato {
		text-align: left;
		margin-top: 15px;
	}	
	
	.enviar-contato button{
		margin-top: 0px
	}	
	
	.logo img {
		height: auto;
	}	
	
    .logo {
        padding: 14px 0;
        width: 110px;
    }	
	
	.agent-image img {
		max-width: 100%;
		height: auto;
	}	
	
	.single-agent {
		width: 52%;
		margin: 0 auto 60px;
	}	
	
	/* Menu */
	.company-info {
		display: none;
	}	
	
	.header-top-bar.bg-green {
		position: fixed;
		top: 0px;
		width: 100%;
	}

	.mobile-menu-area {
		position: fixed;
		top: 56px;
		width: 100%;
		z-index: 10;
	}	

	.header-area {
		margin-top: 100px;
	}
	/* Menu */	
}

@media (max-width: 640px){
	.hotlines{ display:none; } /* esconde a lista para ficar só o hambúrguer */
	.menu-topbar{ padding:8px 12px; }
	.menu-topbar .brand img{ height:30px; }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media (max-width: 575px){
	#modal-servico .submit-btn-1 {
		padding: 5px 20px 6px;
	}

	#modal-servico .button-2 {
		margin-bottom: 0px;
	}	
	
	.bg-gray-mobile{
		background-color: var(--fundo-cinza);
	}	
	
	.bg-gray-mobile input, .bg-gray-mobile textarea {
		background: #FFFFFF none repeat scroll 0 0;
	}	
	
	.find-home-box {
		padding-block: 100px;
	}	
	
	.find-home-box .section-title p {
		line-height: 28px;
	}	
	
	.find-home-box .section-title p span { font-size: 30px !important; margin-bottom: 10px; display: block;} /* 1º */
	.find-home-box .section-title p:nth-of-type(2) span { font-size: 22px !important; } /* 2º */
	
	.bloco-ld-menu {
		padding: 50px 20px 0 0px !important;
	}	
	
	.subscribe-area {
		padding: 4px 0 20px 0;
	}	
	
	.cta-geral .float-left {
		float: none !important;
		margin-right: 0px;
	}	
	
	.footer-top{
		padding: 20px 0 20px 0
	}	
	
	.flat-link > a {
		padding: 9px 12px 8px;
	}	
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-desktop{
		display: none;
	}

	.footer-mobile{
		display: block;
	}
	
	.slider-home h1, .slider-home h2, .slider-home h3, .slider-home h4, .slider-home h5, .slider-home h6{
		font-size: 15px;
	}

	.slider-home p {
		font-size: 18px !important;
		line-height: 18px !important;
	}	
	
	.imoveis-similares {
		width: 100%;
	}	
	
	.imagens-imoveis img {
		height: 235px;
	}	

	.our-agents-area.pt-115.pb-55, .featured-flat-area.pt-115.pb-80, .about-sheltek-area.ptb-115, .contact-area.pt-115.pb-115 {
		padding-top: 80px;
	}	
	
	.breadcrumbs-title-lite {
		padding: 90px 0 30px;
	}
	
	.pagination-area.mb-60 {
		margin-bottom: 30px;
	}	
	
	.book-house {
		margin-bottom: 10px;
	}	
	
	.agent-image img {
		max-width: 100%;
		height: auto;
	}	
}

@media (max-width: 640px){
	.caracteristicas-destaque{ grid-template-columns: 1fr; }
}

@media (max-width: 575px){
	/*.rodape-menu-le {
		bottom: 20px;
	}*/	
	
	.leave-review {
		padding-top: 20px !important;
	}		
	
	.agent-info-hover .agent-name {
		left: -50px;
	}	
	
	.bread-bg-1 {
		background-position: center center !important;
	}	
	
	.footer-desktop{
		display: none;
	}

	.footer-mobile{
		display: block;
	}	
	
	.slider-home h1, .slider-home h2, .slider-home h3, .slider-home h4, .slider-home h5, .slider-home h6{
		font-size: 12px;
	}

	.slider-home p {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	
	.redefinir {
		margin-bottom: 15px;
	}

	.our-agents-area.pt-115.pb-55, .featured-flat-area.pt-115.pb-80, .about-sheltek-area.ptb-115, .contact-area.pt-115.pb-115 {
		padding-top: 80px;
	}
	
	.imoveis-similares {
		width: 100%;
	}	
	
	.imagens-imoveis img {
		height: 235px;
	}	
	
	.breadcrumbs-title-lite {
		padding: 90px 0 30px;
	}
	
	.pagination-area.mb-60 {
		margin-bottom: 30px;
	}	
	
	.book-house {
		margin-bottom: 10px;
	}	
	
	.agent-image img {
		max-width: 100%;
		height: auto;
	}		
}

/* responsivo: reduz um pouquinho em telas bem estreitas */
@media (max-width: 420px){
	.social-list .social{
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

@media (max-width: 375px){
	.single-agent {
		width: 78%;
		margin: 0 auto 60px;
	}	
}
/****** Responsive ******/