@font-face {
  font-family: 'century';
  src: url('../../fonts/century_gothic-webfont.woff2') format('woff2'), url('../../fonts/century_gothic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gearedslab';
  src: url('../../fonts/gearedslab-webfont.woff2') format('woff2'), url('../../fonts/gearedslab-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Minion Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/MinionPro-BoldCn.woff') format('woff');
}

@font-face {
  font-family: 'Minion Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/MinionPro-Regular.woff') format('woff');
}

/** Patterns */
.m-0 { margin: 0px; }
.ml-0 { margin-left: 0px; }
.ml-10 { margin-left: 10px; }
.mr-10 { margin-right: 10px !important; }
.mb-0 { margin-bottom: 0px !important;}
.mb-10 { margin-bottom: 10px !important;}
.mb-30 { margin-bottom: 30px !important;}
.mb-50 { margin-bottom: 50px !important;}
.mt-0 { margin-top: 0px !important;}
.mt-10 { margin-top: 10px !important;}
.mt-30 { margin-top: 30px !important;}
.mt-50 { margin-top: 50px !important;}
.b-b { border-bottom: 1px solid #999999; }
.b-t { border-top: 1px solid #999999; }
.p-0 {padding: 0px;}
.p-10 {padding: 10px;}
.p-20 {padding: 20px;}
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-50 { padding-bottom: 50px !important;}
.pl-0 { padding-left: 0px; }
.pr-0 { padding-right: 0px; }
.pr-30 { padding-right: 30px; }
.pt-10 { padding-top: 0px; }
.pt-30 { padding-top: 0px; }
.pt-50 { padding-top: 50px !important;}
.p-tb-10 { padding-right: 10px; padding-left: 10px; }
.bold { font-weight: bold; }
.left { float: left; }
.right { float: right; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.upc { text-transform: uppercase;}
.hide { display: none;}
.o-h { overflow: hidden; }
.fs-32 { font-size: 32px; }
.w-100 { width: 100px !important;}
.w-200 { width: 200px !important;}
.w-250 { width: 250px !important;}
.bg-white { background-color: #FFF; }
.bg-dark { background-color: #333333; color: #FFF; }
.bg-grey {background-color: #e6e6e6;}
input[readonly] { background-color: #afafaf; color: #FFF; }
td.auto-width { width: 1px; white-space: nowrap; }
.wrapper { min-height: 300px; margin-top: 0px; }
.page-home .wrapper { margin-top: 0px; }
.page-conteudo .wrapper { margin-top: 0px; }
.page-conteudo .listing-contents { padding-bottom: 0px; }

.text-danger { color: #a94442; }
.text-warning { color: #8a6d3b; }

p { margin-bottom: 10px; font-size:14px;  font-family: 'Montserrat'; }
div.error { margin-bottom: 0px; }
div.error input, div.error textarea, div.error select { border-color: #ee4e3c; }
label.error { color: #d9534f; font-size: 12px;  }
.thumb { display: inline-block; text-align: center; max-width: 100%; }
.thumb img { width: 100%; border:1px solid #CCC;  }
div.required label:not(.help-inline):after, label.required:not(.help-inline):after {
    content: ' *' !important;
    display: inline;
}
img.destaque { border: 3px solid #f0ad4e; }
a { color:#000; text-decoration: none; }
a:hover { text-decoration: none; color:#b0b0b0; }
label { color:#767676; }

.observation { border: 1px solid #000; min-height: 100px; padding: 10px; }
.page-invoice-table { margin: 30px 0px;}

.navbar { min-height: auto;}
.navbar-toggle { border-color:#000; float:none; }
.navbar-toggle .icon-bar { background-color:#000; }
.navbar-collapse.in { overflow: visible; }
.navbar-nav > li > a:hover { background: none; color: #000; }


body { font-family: 'Montserrat'; font-size:14px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Montserrat'; text-transform: uppercase; color:#434142; }
/* hr { display: block;  background: url('../../img/site/ico_hr.png') repeat-x center center; height: 10px; padding: 20px 0px; border:0px; } */
hr { border:0px; border-bottom: 1px solid #344454; }


.ui-widget.ui-widget-content { z-index: 999999999 !important; }


.progress-container { position: fixed; top: 0; width: 100%; height: 4px; background: rgba(3, 21, 44, 0.1); backdrop-filter: blur(10px); z-index: 10000; }
.progress-bar { height: 100%; background: linear-gradient(90deg, #D4AF37 0%, #F4E4BC 50%, #D4AF37 100%); width: 0%; transition: width 0.3s ease; box-shadow: 0 0 10px rgba(212, 175, 55, 0.5); position: relative; }
.progress-bar::after { content: ''; position: absolute; top: 0; right: 0; width: 30px; height: 100%; background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.8)); animation: shimmer 2s infinite; }
.progress-bar.near-complete::after { background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 1)); animation: shimmer 1s infinite; }
@keyframes shimmer { 0% { opacity: 0.5; } 50% { opacity: 1; } 100% { opacity: 0.5; } }

.header { background-color: #03152C; height: 88px; padding: 6px 0px; z-index: 9999999; position: relative; border-bottom: none !important; }
.header::before { display: none; }
.header .header_container { height: 74px; padding: 5px 0px; display: flex; align-items: center; width: 100%; }
.header.scrolled { background-color: rgba(3, 21, 44, 0.95); backdrop-filter: blur(20px); box-shadow: 0 4px 30px rgba(0,0,0,0.3); height: auto; padding: 8px 0px; border-bottom: none !important; }
.header.scrolled .header_container { height: auto; }
.header .main_nav_list { display: flex; flex-direction: row; align-items: center; margin: 0; }
.header .main_nav_item a { color: #ffffff; transition: all 0.3s ease; position: relative; }
.header .main_nav_item a::after { content: ''; position: absolute; bottom: -5px; left: 10%; width: 0; height: 2px; background: linear-gradient(90deg, #D4AF37, #F4E4BC); transition: width 0.3s ease; }
.header .main_nav_item a:hover { color: #D4AF37; transform: translateY(-1px); }
.header .main_nav_item a:hover::after { width: 80%; }
.header .logo_container .logo img { max-height: 64px; transition: all 0.3s ease; filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3)); }
.header.scrolled .logo_container .logo img { max-height: 56px; }

/* .header .logo_container .logo-imovel-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 18px;
    border-radius: 8px;
    border: 2px solid #D4AF37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}
.header .logo_container .logo-imovel-box img {
    filter: none;
} */

.home_background { position: relative; overflow: hidden; }
.home_background .barra_lateral {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 100%;
  background: #03152C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 4px 0 30px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.home_background .barra_lateral:hover { width: 420px; box-shadow: 6px 0 40px rgba(0, 0, 0, 0.4); }
.home_background .barra_lateral img { max-width: 80%; height: auto; filter: brightness(1.1) contrast(1.1); transition: all 0.5s ease; }
.home_background .barra_lateral:hover img { transform: scale(1.05); filter: brightness(1.2) contrast(1.15); }

.contact { padding: 80px 0; background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%); }
.contact .container { max-width: 1200px; }
.contact .contact_col { margin-bottom: 30px; }

.contact .contact_title { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 700; color: #03152C; text-transform: uppercase; margin-bottom: 10px; position: relative; display: inline-block; }
.contact .contact_title::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 60px; height: 3px; background: linear-gradient(90deg, #D4AF37, #F4E4BC); border-radius: 2px; }

.contact .estate_contact_form { background: #ffffff; padding: 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(3, 21, 44, 0.08); border: 1px solid rgba(3, 21, 44, 0.05); }
.contact .estate_contact_form > div:first-of-type { color: #6b7280; font-size: 16px; margin-bottom: 30px; }

.contact .estate_input_field,
.contact .estate_text_field { font-family: 'Montserrat', sans-serif; background: #f8f9fa; border: 2px solid transparent; border-radius: 12px; padding: 16px 20px; font-size: 15px; color: #1f2a37; transition: all 0.3s ease; width: 100%; }
.contact .estate_input_field:focus,
.contact .estate_text_field:focus { background: #ffffff; border-color: #D4AF37; outline: none; box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1); }
.contact .estate_input_field::placeholder,
.contact .estate_text_field::placeholder { color: #9ca3af; font-size: 15px !important; font-style: normal !important; }

.contact .estate_text_field { min-height: 150px; resize: vertical; }

.contact .estate_contact_send_btn { font-family: 'Montserrat', sans-serif; background: linear-gradient(135deg, #03152C 0%, #0a2d4d 100%); color: #ffffff; border: none; border-radius: 12px; padding: 16px 40px; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(3, 21, 44, 0.2); }
.contact .estate_contact_send_btn:hover { background: linear-gradient(135deg, #D4AF37 0%, #F4E4BC 100%); color: #03152C; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3); }

.contact .estate_contact { background: #ffffff; padding: 40px; border-radius: 20px; box-shadow: 0 10px 40px rgba(3, 21, 44, 0.08); border: 1px solid rgba(3, 21, 44, 0.05); }
.contact .contact_info_list { list-style: none; padding: 0; margin: 40px 0 0; }
.contact .contact_info_item { display:flex; align-items: center; justify-content: left; margin-bottom: 25px; padding: 20px; background: #f8f9fa; border-radius: 12px; transition: all 0.3s ease; }
.contact .contact_info_item:hover { background: #ffffff; box-shadow: 0 4px 15px rgba(3, 21, 44, 0.08); transform: translateX(5px); }
.contact .contact_info_icon { width: 50px; height: 50px; min-width: 50px; background: linear-gradient(135deg, #03152C 0%, #0a2d4d 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-right: 18px; }
.contact .contact_info_icon img { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.contact .contact_info_text { color: #1f2a37; font-size: 15px; font-weight: 500; line-height: 1.5; align-items: center; justify-content: center; }


.listing { padding-top: 0px; }
.listing h1 { font-size: 76px; text-align: center; margin: 30px 0px; font-family: 'Minion Pro Bold'; color: #546d87;text-transform: none; }
.listing .listing_slider_container { margin-top: 0px; }
.listing .listing_slider_container img { border-radius: 40px; }
.listing .listing_slider_nav { background: none; color: #051c2c; }
.listing .listing_slider_nav i { font-size: 50px; }
.listing_slider_prev { left: -50px; }
.listing_slider_next { right: -50px; }

.imovel-view { background-color: #f1f3fb; padding: 30px 0px 50px; }
.imovel-view h1 { margin-top: 0px; color: #344454; }
.imovel-view .detalhes { font-family: 'Minion Pro Bold'; padding: 36px 0px; }
.imovel-view .detalhes h3 { font-family: 'Minion Pro Bold';  color: #546d87; text-transform: none; font-size: 44px; }
.imovel-view .detalhes ul { text-transform: uppercase; color: #092f54; font-size: 18px; }
.imovel-view .detalhes ul li { text-align: center;  margin-right: 6px; }
.imovel-view .detalhes ul li:first-child { margin-right: 16px; }
.imovel-view .detalhes ul li .badge-info { background-color: #092f54; color: #FFF; padding: 14px 25px; border-radius: 18px; font-size: 18px; width: 100%; }

.imovel-view .descricao { padding: 20px; border-radius: 20px; background: rgb(12,31,49); background: linear-gradient(180deg, rgba(12,31,49,1) 0%, rgba(2,58,110,1) 100%); color: #FFF; }
.imovel-view .descricao h2 { font-family: 'Minion Pro Bold'; font-size: 46px; text-transform: uppercase; color: #FFF; margin: 0px; }
.imovel-view .descricao h3 { font-family: 'Minion Pro Bold'; font-size: 34px; text-transform: none; color: #546d87; }
.imovel-view .descricao .badge-white { background-color: #FFF; color: #051c2c; font-family: 'Minion Pro Regular'; font-size: 36px; border-radius: 16px; }
.imovel-view .descricao p { color: #FFF; font-size: 20px; line-height: 28px; text-align: center; font-weight: 300; margin-top: 20px; }
.imovel-view .descricao .room_tags { text-align: center; }
.imovel-view .descricao .room_tags ul { display: inline-block; }
.imovel-view .descricao .room_tags ul li .room_tag { background-color: #546d87; font-size: 22px; border-radius: 15px; padding: 4px 17px; text-transform: uppercase; }

.imovel-view .acessorios {  }
.imovel-view .acessorios h4 { color: #858585; text-align: center; font-size: 24px; text-transform: none; font-family: 'Minion Pro Bold'; margin-bottom: 30px; margin-top: 30px; }
.imovel-view .acessorios h5 { color: #344454; text-align: center; font-size: 40px; text-transform: none; font-family: 'Minion Pro Bold'; margin-bottom: 30px; }
.imovel-view .acessorios .room_tags { text-align: center; padding: 30px 0px; border-radius: 20px; background: #FFF; }
.imovel-view .acessorios .room_tags ul { display: inline-block; }
.imovel-view .acessorios .room_tags ul li .room_tag { background-color: #f0f1f3; font-size: 24px; border-radius: 15px; padding: 4px 17px; text-transform: uppercase; color: #546d87; font-family: 'Minion Pro Bold'; }

.footer { background: #03152C; padding: 40px 0px; color: #ffffff; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.6), transparent); }
.footer h2 { color: #ffffff; text-transform: uppercase; font-size: 18px; font-weight: 600; margin-bottom: 15px; margin-top: 20px; letter-spacing: 1px; }
.footer .footer_social { margin: 0px; }
.footer .footer_social ul { display: inline-flex; gap: 12px; padding: 12px 24px; border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 50px; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); transition: all 0.3s ease; }
.footer .footer_social ul:hover { border-color: rgba(212, 175, 55, 0.6); background: rgba(255, 255, 255, 0.1); box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2); }
.footer .footer_social ul li { margin-right: 0px; }
.footer .footer_social ul li:last-child { margin-right: 0px; }
.footer .footer_social ul li a i { font-size: 24px; color: #ffffff; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); }
.footer .footer_social ul li a:hover i { color: #03152C; background: linear-gradient(135deg, #D4AF37, #F4E4BC); transform: scale(1.15) rotate(5deg); box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4); }
.footer .border-left { border-left: none; }
.footer .text-description { text-align: center; width: 100%; max-width: 600px; margin: 0 auto 30px; padding: 0; position: relative; z-index: 2; }
.footer .text-description p { line-height: 1.6; margin-bottom: 0; font-size: 16px; font-weight: 400; }
.footer .text-description p i { color: #D4AF37; }
.footer .logos .logo { background: no-repeat center center; background-size: contain; display: block; width: 180px; height: 90px; border-radius: 20px; }
.footer .logos { text-align: center; line-height: 1; }
.footer .logos ul { text-align: center; margin-bottom: 0; }
.footer .logos li.list-inline-item { margin-bottom: 0; vertical-align: bottom; }
.footer .logos .footer-creci { text-align: center; margin-top: -1px; line-height: 1.1; }
.footer-logo { max-height: 100px !important; width: auto !important; transition: all 0.3s ease; }
.footer-creci { font-size: 13px; font-weight: 500; color: #777; text-align: center; letter-spacing: 0.5px; margin: 0; }
.footer-logo:hover { transform: scale(1.05); }

.footer .white-text p, .footer .white-text h2, .footer .white-text .footer_social ul li a i { color: rgba(255, 255, 255, 0.9); }
.footer .dark-text p, .footer .dark-text h2, .footer .dark-text .footer_social ul li a i { color: #0a0a0a }

.barra-footer { padding: 20px 0px; background-color: #0a4d8a; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.barra-footer #botoes { background-color: #0a4d8a; padding: 20px 0px; }
.barra-footer #botoes.fixed { position: fixed; bottom: 0px; left: 0px; width: 100%; z-index: 999; }

.barra-footer .btn-theme { font-family: 'Montserrat', sans-serif; background-color: #ffffff; color: #03152C; text-transform: uppercase; font-size: 16px; font-weight: 600; padding: 12px 24px; border-radius: 8px; transition: all 0.3s ease; letter-spacing: 0.5px; }
.barra-footer .btn-theme:hover { background-color: #f8f9fa; color: #03152C; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
.barra-footer .btn-theme span { background-color: transparent; padding: 0; border-radius: 0; }

.barra-footer .btn-theme2 { font-family: 'Montserrat', sans-serif; background-color: #ffffff; color: #03152C; text-transform: uppercase; font-size: 16px; font-weight: 600; padding: 12px 24px; border-radius: 8px; transition: all 0.3s ease; letter-spacing: 0.5px; }
.barra-footer .btn-theme2:hover { background-color: #f8f9fa; color: #03152C; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.barra-footer .share { border-left: 1px solid rgba(255, 255, 255, 0.2); }
.barra-footer .btn-share { font-family: 'Montserrat', sans-serif; color: #ffffff; text-transform: uppercase; font-size: 16px; font-weight: 600; transition: all 0.3s ease; letter-spacing: 0.5px; }
.barra-footer .btn-share:hover { color: #ffffff; transform: translateY(-2px); }

.barra-footer .btn-fixed { z-index: 1000; }
.btn-fixed { position: fixed; bottom: 5px; right: 30px; z-index: 100; }
.btn-whatsapp { display: inline-block; border-radius: 50%; background-color: #6ebf65; padding: 10px 13px; }
.btn-whatsapp i { font-size: 55px; color: #FFF; }


.page-home { background-color: #f1f3fb; }
.page-home .workflow  { padding-top: 50px; padding-bottom: 40px; }
.page-home .workflow .section_title h3 { color: #1f3a54; font-family: 'Minion Pro Bold'; font-size: 52px; text-transform: uppercase; }
.page-home .workflow .section_title::after { display: none; }
.page-home .workflow .section_subtitle { color: #858585; font-family: 'Minion Pro Regular'; font-size: 32px; }
.page-home .workflow .workflow_row { background: url('../../img/site/bg_home.jpg') no-repeat center center; background-size: cover; padding: 50px 0px; border-radius: 50px; margin-top: 20px; }
.page-home .workflow .workflow_row .workflow_col { border-right: 2px solid #0954a2; }
.page-home .workflow .workflow_row .workflow_col:last-child { border-right: 0px; }
.page-home .workflow .workflow_row .workflow_col .workflow_circle_outer { background-color: #f1f3fb; opacity: 1; border-radius: 30px; }
.page-home .workflow .workflow_row .workflow_col .workflow_item { margin-bottom: 30px; }
.page-home .workflow .workflow_row .workflow_col .workflow_item_content { margin: 0px; }
.page-home .workflow .workflow_row .workflow_col .workflow_item_content .workflow_title { color: #FFF; font-size: 32px; line-height: 32px; font-family: 'Minion Pro Regular'; margin-bottom: 50px; }

.page-home .featured { padding: 0px; border-bottom: solid 3px #c9c9cb; border-top: solid 3px #c9c9cb;  }
.page-home .featured .featured_row { padding-top: 30px; }
.page-home .featured .featured_row .featured_card_col { margin-bottom: 30px; }
.page-home .featured .featured_row .featured_card_col .featured_card  { background: none; }
.page-home .featured .featured_row .featured_card_col .featured_card a { position: relative; display: block; border-radius: 20px !important; overflow: hidden; }
.page-home .featured .featured_row .featured_card_col .featured_card a .title { position: absolute; bottom: 0px; left: 0px; width: 100%; font-size: 20px; font-family: 'Minion Pro Regular'; color: #a2a2a3; padding: 100px 0px 20px; background: linear-gradient(0deg, rgba(9,47,84,1) 0%, rgba(255,255,255,0) 100%); text-align: center; }
.page-home .featured .featured_row .featured_card_col .featured_card_container:hover .card { box-shadow: 0px 20px 30px rgba(0,0,0,0.55); }

.page-home .formulario-home { padding:20px 0px; background: url('../../img/site/foto-contato.jpg') no-repeat left center; }
.page-home .formulario-home h2 { font-size: 42px; text-align: center; color: #546d87; font-family: 'Minion Pro Bold'; }

.page-home .login { padding: 100px 0px 80px; }
.page-home .login form { border-bottom: 2px solid #DDD; padding-bottom: 80px; }
.page-home .login h1 { color: #1f3a54; font-family: 'Minion Pro Regular'; font-size: 32px; margin-bottom: 30px; }

.page-home .lista-conteudos-home { color: #2c3e50; text-align: center; font-family: 'Montserrat', sans-serif; padding: 60px 0; }
.page-home .lista-conteudos-home h2 { color: #03152C; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 32px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 40px; position: relative; display: inline-block; }

.container-conteudo { display: flex; gap: 12px; align-items: flex-start; }
.container-conteudo .conteudo-img { flex: 0 0 clamp(80px, 22vw, 140px); }
.container-conteudo .conteudo-img img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; display: block; }

.page-home .view-content .title_box { border-bottom: 0; margin-bottom: 24px; }
.page-home .view-content .title_box h3 { background: none; color: #03152C; padding: 0; border-radius: 0; font-size: 24px; font-weight: 700; letter-spacing: 0.8px; position: relative; }
.page-home .view-content .title_box h3::after { content: ''; display: block; width: 54px; height: 3px; margin-top: 10px; border-radius: 99px; background: linear-gradient(90deg, #D4AF37 0%, rgba(212, 175, 55, 0.25) 100%); }

.lista-conteudos-home { display: block; }
.lista-conteudos-home > .col-md-6 { width: 100%; max-width: 100%; flex: 0 0 100%; }
.lista-conteudos-home > .col-md-6 + .col-md-6 { margin-top: 26px; }

.lista-conteudos-home .listagem { display: flex; flex-wrap: wrap; gap: 22px; margin-left: 0; margin-right: 0; }
.lista-conteudos-home .listagem .item { padding: 0; border: 0; background: #FFF; border-radius: 14px; overflow: hidden; box-shadow: 0 10px 28px rgba(3, 21, 44, 0.08); transition: transform 260ms ease, box-shadow 260ms ease; margin-bottom: 18px; position: relative; }
.lista-conteudos-home .listagem .item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #D4AF37, #F4E4BC); opacity: 0; transition: opacity 0.3s ease; }
.lista-conteudos-home .listagem .item:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(3, 21, 44, 0.14); }
.lista-conteudos-home .listagem .item:hover::before { opacity: 1; }

.lista-conteudos-home .container-conteudo { flex-direction: column; align-items: stretch; gap: 0; }
.lista-conteudos-home .container-conteudo .conteudo-img { flex: 0 0 auto; width: 100%; }
.lista-conteudos-home .container-conteudo .conteudo-img img { width: 100%; aspect-ratio: 16 / 9; border-radius: 0; filter: none; object-fit: cover; }
.lista-conteudos-home .container-conteudo .product-des { padding: 16px 16px 18px; }
.lista-conteudos-home .container-conteudo .product-title a { display: block; }
.lista-conteudos-home .listagem h3 { color: #1f2a37; border-bottom: 0; text-transform: none; font-weight: 650; font-style: normal; padding: 0; margin: 0; font-size: 18px; line-height: 1.35; transition: color 200ms ease; }
.lista-conteudos-home .listagem a:hover h3 { color: #03152C; }

.lista-conteudos-home .product-des p { margin: 10px 0 0; font-size: 13px; line-height: 1.45; color: #6b7280; font-weight: 400; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.lista-conteudos-home .listagem .item { flex: 0 0 calc((100% - 44px) / 3); margin-bottom: 0; }
.lista-conteudos-home .col-md-6 { margin-bottom: 50px; padding-left: 24px; padding-right: 24px; }

.contact-footer { margin-top: 25px; }
.contact-footer .captcha-label { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #1f2a37; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; display: block; }
.contact-footer .captcha-container { display: flex; align-items: center; gap: 20px; padding: 25px; background: #f8f9fa; border-radius: 12px; border: 2px solid #e5e7eb; }
.contact-footer .captcha-input-wrapper { display: flex; flex-direction: row; align-items: center; gap: 15px; }
.contact-footer .captcha-input-label { font-size: 13px; color: #6b7280; font-weight: 500; display: none; }
.contact-footer .captcha-input-wrapper input[type="text"] { width: 220px !important; height: 50px !important; display: block !important; visibility: visible !important; opacity: 1 !important; border: 2px solid #e5e7eb !important; border-radius: 8px !important; padding: 12px 16px !important; font-size: 16px !important; }
.contact-footer .captcha-input-wrapper input[type="text"]:focus { border-color: #D4AF37 !important; outline: none !important; box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1) !important; }
.contact-footer .captcha-input-wrapper .input { display: block !important; }
.contact-footer .captcha-visual { display: flex; align-items: center; gap: 15px; }

.captcha-img { display: flex; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); border: 2px solid #e5e7eb; height: 50px; }
.captcha-img img { height: 100%; width: auto; display: block; }

.contact #btn_reload_captcha { background: #03152C; color: #ffffff; border-radius: 10px; padding: 12px 16px; border: none; transition: all 0.3s ease; cursor: pointer; display: flex; align-items: center; justify-content: center; min-width: 50px; height: 50px; }
.contact #btn_reload_captcha:hover { background: #D4AF37; transform: scale(1.08); }
.contact #btn_reload_captcha i { color: #ffffff; font-size: 18px; }

.estate_input_field {border: 1px solid #e5e7eb;}
.estate_input_field,
  .estate_text_field,
  .estate_contact_send_btn {  font-family: 'Minion Pro Regular'; border-radius: 16px; font-size: 30px; background-color: #cdd0d4; color: #000; height: auto; padding: 5px 18px;  margin-top: 1rem}
.estate_contact_send_btn {  display: block; width: 100%; background-color: #092f54; color: #FFF; }
.estate_text_field { height: 200px; }

.estate_input_field::placeholder, .estate_text_field::placeholder { font-size: 30px !important; font-style: normal !important; color: #546d87 !important; }

.font-0 { font-size: 0px; }



.listing-contents { padding: 30px 0px 40px; }
.listing-contents h1 { font-size: 76px; margin-top: 0px; color: #344454; }
.listing-contents h2 { width: 90%; color: #36444E; font-size: 56px; font-family: 'Minion Pro Bold'; margin-bottom: 16px; }
.listing-contents .listagem .item a:hover h2 { color: #36444E; }
.listing-contents p { color: #707070; font-size: 28px; line-height: 42px; font-weight: 400; margin-top: 20px; }
.listing-contents h3 { font-size: 32px; margin-top: 40px; margin-bottom: 10px; font-weight: bold; }

.lista-conteudos-home .listagem .item { padding: 0 !important; border-bottom: 0 !important; }
.lista-conteudos-home .listagem .item > a.container-conteudo { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.lista-conteudos-home .listagem .item .conteudo-img { width: 100%; overflow: hidden; }
.lista-conteudos-home .listagem .item .conteudo-img img { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; filter: none !important; transition: transform 300ms ease; }
.lista-conteudos-home .listagem .item:hover .conteudo-img img { transform: scale(1.04); }
.lista-conteudos-home .listagem .item .product-des { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.lista-conteudos-home .listagem .item .product-title h3 { margin: 0; font-size: 15px; font-weight: 600; font-style: normal; color: #1f2a37; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.lista-conteudos-home .listagem .item:hover .product-title h3 { color: #03152C; }
.lista-conteudos-home .listagem .item.item-no-img .product-des { padding: 22px 18px; min-height: 110px; align-items: center; }
.listing-contents .listagem .row { margin-bottom: 30px;}
.listing-contents .listagem .row { margin-bottom: 30px;}
.listing-contents .fotos { margin-top: 50px;}
.listing-contents.view-content .fotos { margin-left: 20px; margin-bottom: 20px; max-width: 300px; }
.listing-contents.view-content .fotos a { display: inline-block; margin-bottom: 20px; }
.listing-contents.view-content .fotos a img { max-height: 200px; }
.listing-contents.view-content .conteudo { }
.listing-contents.view-content .title-page { margin-bottom: 30px; border-bottom: 2px solid #EEE; padding-bottom: 20px; }
.listing-contents.view-content .title-page a { display: inline-block; }
.listing-contents.view-content .title-page a h1 { font-size: 30px; margin: 0px; }
.listing-contents.view-content .title-page a h1 img.logo { max-height: 80px; }
.listing-contents.view-content .title-page h2 { text-align: right; font-size: 20px; text-transform: uppercase; font-family: 'Montserrat'; font-weight: bold; }

.listing-contents.view-content .footer-properties { width: 100%; margin-top: 50px; }
.listing-contents.view-content .footer-properties h2.title { margin-bottom: 20px; }
.listing-contents.view-content .footer-properties .product-title h2 { font-size: 24px; }
.listing-contents.view-content .footer-properties .product-image { margin-bottom: 20px; }
.listing-contents.view-content .footer-properties .product-image a { display: block; }

.listing-contents  img { border-radius: 5px; }
.listing-contents .listagem .item a img { filter: grayscale(0.7); }
.listing-contents .listagem .item:hover a img { filter: grayscale(0); }
.listing-contents .btn { background-color: #092f54; border: 0px; }
.listing-contents .btn:hover { background-color: #344454; }

.listing-contents .breadcrumb { background: none; padding: 0; margin-bottom: 20px; }
.listing-contents .breadcrumb ul li a { font-size: 20px; padding: 6px 30px; margin-right: 16px; text-transform: uppercase; margin-bottom: 6px; }
.listing-contents .breadcrumb ul li a:hover { background-color: #03152C; }

.container-conteudo { display: flex; gap: 12px; align-items: flex-start; }
.container-conteudo .conteudo-img { flex: 0 0 clamp(80px, 22vw, 140px); }
.container-conteudo .conteudo-img img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; display: block; }

.conteudos-home .listagem { gap: 1rem; }

.lista-conteudos-home .listagem { gap: 1rem; }
.lista-conteudos-home h2 { font-size: 30px; color: #092f54 !important; margin-bottom: 20px; }
/* .lista-conteudos-home .listagem { margin-bottom: 30px; } */
.lista-conteudos-home .listagem .item { padding: 12px 0; border-bottom: 1px dashed #E2E2E2; }
.lista-conteudos-home .listagem h3 { color: #707070; border-bottom: 0; text-transform: none; font-weight: 400; font-style: italic; padding: 0; margin: 0; }
/* .lista-conteudos-home .listagem .item { margin-bottom: 10px; }
.lista-conteudos-home .listagem .item .row { margin-bottom: 3px; padding-bottom: 10px; }
.lista-conteudos-home .listagem .item h3 { color: #707070; text-transform: none; font-weight: 400; font-style: italic; padding-bottom: 20px; margin:0px; margin-bottom: 20px; } */
.lista-conteudos-home .listagem .item:last-child { border-bottom: 0; }
.lista-conteudos-home .listagem a:hover h3 { color: #36444E; }
.lista-conteudos-home .listagem p { font-size: 16px; }
.lista-conteudos-home .col-md-6 { margin-bottom: 50px; padding-left: 32px; padding-right: 32px; }
.lista-conteudos-home .col-md-6:first-child { /*border-right: 2px solid #DDD;*/ }

.view-content .title_post { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 3px solid #f0f0f0; }
.view-content .title_post h2 { position: relative; padding-left: 15px; }
.view-content .title_post h2::before { content: ''; position: absolute; left: 0; top: 5px; bottom: 5px; width: 4px; background: linear-gradient(180deg, #03152C, #36444E); border-radius: 2px; }
.view-content .title_post small { color: #878787; margin-bottom: 30px; display: block; font-size: 16px; font-weight: 400; }
.view-content .title_post small strong { color: #606060; font-weight: 700; }
.view-content .title_box { border-bottom: 8px solid #36444E; margin-bottom: 44px; border-radius: 0px 0px 0px 5px; text-align: left; }
.view-content .title_box h3 { display: inline-block; text-transform: uppercase; background-color: #36444E; color: #FFF; margin-bottom: 0px; padding: 10px 20px; padding-bottom: 1px; border-radius: 5px 5px 0px 0px; font-size: 20px; font-weight: bold; }


.footer-properties .lista-sugestao-imoveis .listagem .item { border-bottom: 1px dashed #E2E2E2; margin-bottom: 10px; }
.footer-properties .lista-sugestao-imoveis .listagem .item h3 { border-bottom: 0px; }
.footer-properties .lista-sugestao-imoveis .listagem .item .row { margin-bottom: 3px; padding-bottom: 10px; }

.listing.listing-contents.footer-properties { background: #ffffff; padding: 60px 0; }
.listing.listing-contents.footer-properties h1 { font-family: 'Montserrat', sans-serif; font-size: 42px; color: #03152C; text-align: center; margin-bottom: 50px; position: relative; }
.listing.listing-contents.footer-properties h1::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, #D4AF37, #F4E4BC); border-radius: 2px; }

.listing-page-conteudos { background: #f8f9fa; padding: 60px 0 80px; }
.listing-page-conteudos h1 { font-family: 'Montserrat', sans-serif; font-size: 48px; color: #03152C; text-align: center; margin-bottom: 50px; position: relative; text-transform: none; }
.listing-page-conteudos h1::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: linear-gradient(90deg, #D4AF37, #F4E4BC); border-radius: 2px; }

.conteudos-lista { display: flex; flex-direction: column; gap: 0; max-width: 1000px; margin: 0; }

.conteudo-item { display: flex; align-items: center; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(3, 21, 44, 0.1); text-decoration: none; transition: all 0.3s ease; }
.conteudo-item:last-child { border-bottom: none; }
.conteudo-item:hover { text-decoration: none; }

.conteudo-item-img { flex: 0 0 130px; }
.conteudo-item-img img { width: 130px; height: 95px; object-fit: cover; border-radius: 10px; transition: all 0.3s ease; }
.conteudo-item:hover .conteudo-item-img img { transform: scale(1.05); box-shadow: 0 4px 15px rgba(3, 21, 44, 0.15); }

.conteudo-item-body { flex: 1; }
.conteudo-item-body h3 { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 500; font-style: italic; color: #2c3e50; line-height: 1.5; margin: 0; text-transform: none; position: relative; display: inline-block; transition: color 0.3s ease;}
.conteudo-item-body h3::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #D4AF37, #F4E4BC); transition: width 0.3s ease; }
.conteudo-item:hover .conteudo-item-body h3 { color: #03152C; }
.conteudo-item:hover .conteudo-item-body h3::after { width: 100%; }

@media (max-width: 576px) {
  .conteudo-item { gap: 16px; padding: 16px 0; }
  .conteudo-item-img { flex: 0 0 90px; }
  .conteudo-item-img img { width: 90px; height: 65px; }
  .conteudo-item-body h3 { font-size: 15px; }
  .listing-page-conteudos h1 { font-size: 32px; }
}


@media (max-width: 768px) {
  .hamburger i { color: #546d87; }
  .hamburger:hover i { color: #000; }
  .wrapper { margin-top: 0px; }
  .header .header_container { padding: 5px 0px; }
  /* .header .header_container .logo_container { display: none; } */
  .header .logo_container .logo img { max-height: 48px; width: auto; }

  .home { height: 200px; display: none; }
  .home_background .barra_lateral { width: 100%; }
  .page-home .login { display: none; }
  .page-home .workflow { padding-top: 0px; }
  .page-home .workflow .workflow_row .workflow_col .workflow_item_content .workflow_title { margin-bottom: 20px; }
  footer .logo { text-align: center; width: 100%; display: block; }
  footer .logo img { width: auto; margin-bottom: 30px; }
  footer .logos { width: 100%; margin-top: 20px; }
  footer .logos ul { text-align: center; margin-top: 30px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
  footer .logos .logo { width: 100px; height: 70px; margin: 0 auto; }
  .footer .border-left { border: 0px; }
  .footer .text-description { width: 100%; }
  .footer .text-description p { font-weight: 400; font-size: 16px; }
  
  .listing h1 { font-size: 32px; line-height: 30px; }
  .imovel-view .detalhes ul li { margin-right: 0px; width: 100%; margin-bottom: 14px; }
  .imovel-view .detalhes ul li:first-child { display: none; }
  .imovel-view .descricao h2 { font-size: 22px; }
  .imovel-view .descricao h3 { font-size: 20px; margin: 10px 0px; }
  .imovel-view .descricao .badge-white { width: 100%; }

  .imovel-view .acessorios .room_tags ul li { width: 100%; }
  .imovel-view .listing_content_row { padding: 0px; }

  .barra-footer .btn-theme { border-radius: 16px; margin-bottom: 6px; width: 100%; padding: 8px 20px; }
  .barra-footer .btn-theme span { font-size: 20px; line-height: 20px; display: block; }
  .barra-footer .btn-theme2 { border-radius: 16px; margin-bottom: 0px; width: 100%; padding: 2px 20px; font-size: 22px; }
  .barra-footer .share { border-left: 0px; text-align: center; }

  .btn-fixed { right: 10px; }
  .btn-whatsapp { padding: 8px 10px; }
  .btn-whatsapp i { font-size: 38px; }

  .listing-contents.view-content .fotos { float: none; width: 100%; max-width: 100%; margin: 0px; }
  .listing-contents.view-content .conteudo { display: flex; justify-content: center; flex-flow: column; }
  .listing-contents.view-content .title-page { display: block; }
  .listing-contents.view-content .title-page a h1 img.logo { max-height: 50px; }
  .listing-contents.view-content .title-page a h1 { font-size: 26px; }
  .listing-contents.view-content .title-md { display: none; }
  .listing-contents.view-content .footer-properties { width: 100%;}
  .listing-contents.view-content .fotos a img {	max-width: 150px; }

  .listing-contents h3 { font-size: 20px; }
  .listing-contents h2 { font-size: 38px; line-height: 38px; margin-top: 12px; }
  .listing-contents p { margin-top: 10px; font-size: 18px; line-height: 26px; }
  .listing-contents .breadcrumb { margin-bottom: 0px; }
  .listing-contents .breadcrumb ul li a { font-size: 12px; margin-right: 0px; padding: 6px 10px; }
  
  .lista-conteudos-home .col-md-6:first-child { border-right: 0px; }
  .lista-conteudos-home .listagem h3 { padding-bottom: 10px; margin-bottom: 10px; }
  .view-content .title_post small { font-size: 14px; }
  .view-content .title_box { margin-bottom: 22px; border-bottom: 4px solid #36444E; }
  /* .view-content .title_box h3 { font-size: 14px; padding-bottom: 2px; padding: 6px 10px; padding-bottom: 3px; } */

  .listing-contents .posts-recentes h3 { font-size: 16px; }
  
  


}

/*screen-sm*/
@media (min-width: 768px) and (max-width: 992px) {

}

/*screen-md*/
@media (min-width: 992px) and (max-width: 1200px) {

}

/*screen-lg corresponds with col-lg*/
@media (min-width: 1200px) {

}

/*screen-lg corresponds with col-lg*/
@media (min-width: 1400px) {
  .container { max-width: 1350px; }

}


.header.header-imovel { background-color: #03152C; }
.header.header-imovel .main_nav_item a { color: #03152C !important; }
.header.header-imovel .main_nav_item a:hover { color: #D4AF37 !important; }
.header.header-imovel .logo_container .logo img.logo-imovel-pronto { max-height: 70px; max-width: 260px; width: auto; height: auto; }
.header.header-imovel.scrolled .logo_container .logo img.logo-imovel-pronto { max-height: 56px; }

/* Logo do usuario acima do footer-description em /imoveis - somente mobile */
.footer-imoveis-logo { display: none; }
