/*html*/

body, html {
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 400;
    font-family:'Poppins';
    color: #000;
    position: relative;
    display: block;
    background-color: #f9f9f9;
}

a {
    text-decoration: none;
	transition: .2s;
}

p {
	font-family:'Poppins';
    font-size: 1rem;
	font-weight: 400;
    line-height: 1.565rem;
    color: #000
}

input, select {
    font-family:'Poppins'!important;
}


	/*bootstrap custom*/
	
	@media (min-width: 1740px) {
	.container {
    max-width: 1640px!important;
	}
	}
	
	.nav-item a {
    margin: 0 5px;
    font-weight: 400;
    color: #000;
    font-size: 1rem;
    line-height: 1.25rem;
	}
	
	.nav-link.active {
    color: #0a3558!important;
    font-weight: 600;
	}
	

	
	/*navbar*/
	
	nav .h-btn-primary {
    padding: 2px 20px;
    border-radius: 0px;
	}
	
	a.nav-link:hover {
    color: #0a3558;
	}
	
	@media (min-width: 962px) {
	.h-menu div#navbarSupportedContent {
	flex: inherit!important;
	}
	}
	
	@media (max-width: 961px) {
		.wm-casteval-slogan {
			display:none!important;
		}
	/*LIST*/
	a.h-btn-outline.h-btn-filter {
    margin-bottom: 35px!IMPORTANT;
	}
	
	.h-btn-filter svg {
    margin-right: 5px;
    margin-bottom: -5px;
	}

	.wm-center-sm {
		text-align: center!important;
	}
	
	.h-footer {
    padding: 100px 10px!important;
	}
	
	.h-footer-contact {
    margin: 50px 0 0;
	}
	
	

	ul.navbar-nav {
    /* margin-top: 40px; */
    padding: 20px 0;
	}
	
	button.navbar-toggler {
    border: none;
    padding: 0;
	}
	
	.h-nav-contact {
    padding: 15px;
    margin: 0 0 30px 0;
	}
	
	.h-nav-contact span {
    display: inline-block;
    margin: 10px;
	}
	
	nav .h-btn-primary {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 16px;
	}
	
	.nav-item a {
    margin: 0 15px;
    font-weight: 400;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.7rem;
	}
	
	}
	
	/*icons*/
	.h-btn-icon path {
    fill: #0a3558;
	}
	
	.h-nav-icons a {
    margin: 20px 5px;
	}

	/*font*/
	
	
	
@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400; /* Normal weight */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/css/font/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



.wm-semibold {
	font-weight: 500;
}

	/*design*/

	.wm-padding-100 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.wm-padding-top {
		padding-top: 0!important;
	}
	
	.wm-center {
	align-items: center!important;
    display: flex!important;
    justify-content: center;
	}
	
	h1, h2, h3, h4, h5, h6 {
	font-family:'Poppins';
	}
	
	.wm-light {
	color: #fff!important;
	border-color: #fff!important;
	}
	
	.wm-color-primary {
		color: #0a3558;
	}
	
	
	.h-btn.btn {
    background: #ddd;
    text-align: center;
    border-radius: 0;
    font-size: 14px;
	}
	
	.h-btn-primary 	{
	background-color: #0a3558;
    border: 1px solid #0a3558;
    /* min-width: 120px; */
    color: #fff;
    padding: revert;
    padding: 5px;
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	padding: 8px 20px;
	transition: 0.2s;
	box-shadow: 1px 2px 6px #0000007d;
	}
	
	.h-btn-secondary 	{
	background-color: #c67e0d;
    border: 1px solid #c67e0d;
    /* min-width: 120px; */
    color: #fff;
    padding: revert;
    padding: 5px;
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	padding: 8px 20px;
	transition: 0.2s;
	box-shadow: 1px 2px 6px #0000007d;
	}
	
	.h-btn-primary:hover, .h-btn-secondary:hover {
		opacity: 0.7;
	}
	
	@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
    background: transparent;
    color: #0a3558;
    font-weight: 600;
}

ul.dropdown-menu {
    border: none;
    box-shadow: 2px 2px 5px #00000029;
}
	
	/*homesty custom*/
	
	a.h-link-building-tag {
    border: 1px solid #236192;
    padding: 5px;
    display: inline-block;
    margin: 10px 10px;
    color: #236192;
	}
	
	.h-link-building {
    text-align: center;
	}
	
	a.h-link-building-tag:hover {
    background: #222;
    color: #fff;
	}
	
	.h-featured-card:hover .h-btn-outline {
    background: #0a3558;
    color: #fff;
	}
	
	.h-btn-outline{
	background-color: transparent;
    border: 1px solid #0a3558;
    /* min-width: 120px; */
    color: #0a3558;
    padding: revert;
    padding: 5px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	padding: 8px;
	}
	
	.h-btn-outline:hover {
		background-color: #0a3558;
		color: #fff;
		transition: all .3s ease-in-out;	
	}

/*swiper custom*/

.swiper-button-next:after, .swiper-button-prev:after {
    content: 'next';
    color: #000;
    background: #fff;
    border-radius: 5px;
    font-size: 15px!important;
    font-weight: bold;
    padding: 10px 15px;
    box-shadow: 2px 3px 4px #00000075;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    scale: 1.1;
    transition: 0.2s;
}
	
	/*header*/
	header .h-footer-icons a {
    margin-right: 10px;
	}
	
	.wm-casteval-slogan {
		    display: flex!important;
    vertical-align: middle;
    align-items: center;
    margin-left: 15px;
    font-size: 16px;
	}

	.wm-toolbar {
    background: #0a3558!important;
    padding: 10px 0;
    color: #fff;
    z-index: 9!important;
    display: inherit!important;
	}
	
	header .h-btn-icon path {
    fill: #fff!important;
	}

	.navbar {
    padding: 15px 0;
    background: #fff;
    /* padding: 6px 0; */
    border-bottom: 1px solid #f0f0f0;
	z-index: 9;
	} 

a.navbar-brand {
    display: flex;
}

header svg {
    vertical-align: sub;
}

	/*footer*/
	
	.h-footer {
    /* margin: 4rem auto; */
    padding: 4rem 0;
}

footer {
    border-top: 1px solid #dddddd;
}
	
	.h-footer-copyright {
    background-color: #236192;
    padding: 25px 0;
    line-height: 1.5rem;
    color: #fff;
	}
	
	.h-footer-copyright a {
		color: #fff!important;
	}
	
	.h-footer-contact span {
    margin: 5px 0;
    display: inline-block;
	}
	
	.h-footer-icons.text-center a {
    margin: 0 15px;
	}
	
	.h-footer-link a, .h-footer span {
    color: #000;
    line-height: 1.8rem;
    font-size: 1rem;
	}
	
	
	
	.h-footer-link a:hover, .h-footer-copyright a:hover {
    color: #0a3558;
	}

	
	.h-footer-link-small {
    font-size: 14px!important;
    line-height: 1.2rem!important;
	}
	
	@media (max-width: 962px) {
	.h-footer {
    padding: 0px 40px;
	text-align: center;
	}
	
	.h-footer-contact {
    margin: 20px 0;
	}
	
	.h-footer span {
    color: #000;
    line-height: 1rem;
    font-size: 1rem;
	}
	
	
	.h-footer-link a, .h-footer-copyright a, .h-footer-link-small {
    color: #000;
    line-height: 2.2rem!important;
    font-size: 1rem!important;
	}
	
	.section-menu {
		margin: 20px 0;
	}
	
	.h-footer-link {
    margin: 0px 0;
	}
	
	}
	
	/*temp*/

	
	.h-menu .container {
	padding-top: 0!important;
	}
	
	
	
	.h-margin-top {
    margin-top: 50px;
	}
	
	.h-margin-bottom {
		margin-bottom: 50px;
	}
	
	/*DESIGN CUSTOM*/
	
	/*LINK BUILDING*/
	
	.h-link-building {
    padding: 80px 0 100px;
}

	/*IMÓVEIS DESTAQUES OU SEMELHANTES*/
	
	/*home featured*/
	
	.h-featured-img {
    background: url('');
    height: 250px;
    background-size: cover;
    width: 100%;
	}
	
	.h-featured-card {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2),0 6px 6px 0 rgba(0,0,0,.19)!important;
	transition: .2s;
	color: #444;
	}
	
	.h-featured-card:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
	}

	.h-featured-details {
    padding: 0 1.5rem 1.5rem!important;
	}
	
	.h-featured-tag {
    color: #fff;
    background: #222;
    padding: .25rem!important;
    width: fit-content;
    margin-top: -20px;
	}
	
	.h-featured-text {
    padding: 10px 0;
    min-height: 120px;
    line-height: 22px;
	} 
	
	.h-featured-text span {
    display: block;
	}
	
	.h-featured-title {
    font-weight: 600;
    width: 100%;
	}
	
	.h-featured-footer {
    padding: 20px 0;
    border-top: 2px solid rgba(0,0,0,.1);
	}
	
	.h-featured-btn {
	width: 100%;
	}
	
	.featured-price {
    font-weight: 700;
    color: #495057;
	}
	
	

	


/*contato*/

section#contato {
    padding: 36px 0 156px;
}

div.label-icon.flat.icon-first {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

div.label-icon.flat {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section#contato svg {
    height: 22px!important;
    margin-top: -10px;
    margin-right: 10px;
}

.text-right {
    text-align: right!important;
}

section#contato form input.input-default, section#contato form select.select-default, section#contato form textarea.textarea-default {
    background-color: #f9f9f9;
    height: 48px;
    border: none;
    border-bottom: 2px solid #b3b3b3;
    font-family: "roobertregular";
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #000;
    width: 100%;
    margin-bottom: 25px;
    padding: 13px 0;
}

section#contato .h-btn.h-btn-cta {
    width: 250px;
    background: #000;
    color: #fff;
}





/*form bootstrap custom*/

.h-result-check .form-check {
    display: inline-block;
    width: 50px;
}

.h-result-check .form-check-input:before {
    font-size: 15px;
    color: #222;
    padding: 15px;
    top: 12px;
    position: relative;
}

.h-result-check .form-check-input {
    --bs-form-check-bg: none;
    width: 45px;
    height: 45px;
    margin-top: 0!important;
    vertical-align: middle;
    background-color: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    background: #fff;
    padding: 0;
    border-radius: 5px!important;
    margin-right: 10px;
    text-align: center;
}

.h-result-check .form-check-input:checked {
    background-color: #0a3558;
    border-color: #0a3558!important;
    color: #0a3558;
}

.h-result-check .form-check-input[type=radio] {
    border-radius: 5px!important;
	cursor: pointer;
	transition: .2s;
	border: 1px solid #ddd;
}

.h-result-filter-input-right span, .h-result-filter-input-left span {
    margin-bottom: 5px;
    display: inline-block;
}

.h-result-check .form-check-input[type=radio]:hover {
    border-color: #222!important;
    
}

.h-result-check .form-check-input:focus {
    box-shadow: none;
}

.h-result-check .form-check-input:checked[type=radio]:before {
    color: #fff;
    font-weight: bold;
}


.form-check-input:checked {
    background-color: #222;
    border-color: #222;
}



.h-result-filter-amenities .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    height: 25px;
    width: 25px;
    border-radius: 5px!important;
	cursor: pointer;
}

.h-result-filter-amenities label {
    position: relative;
    top: 5px;
}

.h-filter-select .h-title-sm {
    color: #333!important;
    font-size: 1rem;
	    margin-top: 10px;
    margin-bottom: 5px;
}

hr {
    border-color: #999;
}


/*FILTRO VUE*/

.multiselect-tags {
    max-height: 33px;
    overflow-y: inherit;
    overflow-x: hidden;
}


.h-filter-status:second-child {
    margin-left: 20px!important;
}

.multiselect.form-select {
    padding: 0;
}

.multiselect-tag {
    background: #0a3558!important;
}

.multiselect-clear-icon {
    margin-left: 10px!important;
}

.multiselect-group-label.is-selected.is-pointed {
    background: #000!important;
}

.form-select, .multiselect-wrapper {
    border: 1px solid;
    border-color: #999;
    box-shadow: none!important;
    min-height: auto;
	border-radius: 0!important;
	height: 40px!important;
}

.multiselect.form-select {
    border: none;
}

/*LIST*/

.h-result-map {
	margin-top: 0!important;
}

/*N*/

	.h-title {
	font-size: 1.625rem;
    line-height: 1.9375rem;
	}
	
	
	
	.h-text-decoration {
    text-decoration: underline;
    }
	
	
	.h-bold {
    font-weight: 900;
}

/*featured semelhantes*/

a {
    color: initial;
}

.h-building-card {
    box-shadow: 3px 3px 8px #0000005e;
}

.h-building-card:hover .h-building-action {
	background: #0a3558;
	color: #fff!important;
}

.multiselect-group-label.is-selected.is-pointable {
    display: none;
}

.multiselect-group-label.is-selected.is-pointed {
    background: #0a3558!important;
}

.multiselect-group-label.is-selected.is-pointed {
    background: #0a3558!important;
}

.h-relative {
	position: relative!important;
}

.image-overlay {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    height: 100%;
    background: #0000008c;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000c;
    padding-top: 28%;
    text-align: center;
}



/*CUSTOM WM*/

.wm-title-xl {
	font-size: 3.5em;
}

.h-filter-status {
    display: none!important;
}

.wm-blog-post-content span {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px!important;
    }
}