
:root {
    --theme-color: #154667;
    --theme-color-2: #165887;
    --theme-color-3: #1A679A;
    --border-color: rgba(0,0,0,.1);
    --hover-shadow-card: 6px 12px 16px 0 rgba(0,0,0,.1);
    --background-color: rgba(8, 48, 75, 0.55);
}


::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.1);
}
::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 2px;
}

* {
    color: inherit;
    font-family: inherit;
}



@media (max-width: 780px) {
    html {
        font-size: 56.25% !important; 
    }
}


b, strong {
    font-weight: 500; 
}

select { 
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 	
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8xNi8xOaq7GHcAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA00lEQVRYhe3XMQ6CMBiG4Q/jLkdw6C5HcO/i1FVuhqzdO8sNDHsPwQ1w4CdhaGLCV7XD/y5AG+iTkpBQzfOMkjv8G/ApBbIpkE2BbApkUyCbAtkUyFY88Lj3RuPtJKe36MKQmG8ADAAQXaj3rsPu4AnA03jbbgfl+iXzVAzwDGCU825FyrGT8RFAQ6yBivknMd7WWF7jRYZ6APcN7hpdmBK3/gYIJJFAJhyQAbhmvH1g2b0+utBmeSgyAr9V8d9BBbIpkE2BbApkUyCbAtkUyFY88A2b2TT/t2yzXgAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: 100% center;
	padding-right: 40px !important;
}
select option {
	background-color: #fff;
    outline: none;
    border: none;
}


form {
    display: block;
    width: 100%;
    position: relative;
}
form [name], 
.f-fake,
.f-file {
    padding: 1.2rem 1.6rem;
    border: 1px solid transparent;
    background-color: rgba(255,255,255,0.8);
    color: #06c;
    font-weight: 600;
    /*min-width: 240px;*/
    border-radius: .5rem;   
    transition: all .3s ease; 
}

form [name]:focus, 
.f-fake:focus {
    background-color: #fff;
    border-color: #06f;
    color: #069;
}

form [name]::placeholder {
    color: rgba(0,0,0,.65);
    font-weight: 500;
}


[type="radio"],
[type="checkbox"] {
    display: none !important;
}

form input + label[for] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
form input + label[for]:before {
    font-family: 'fontello';
    content: '';
    font-size: 21px;
    font-weight: normal !important;
    margin-right: 10px;
    color: rgba(0,0,0,.1);
}

form :checked + label[for]:before {
    color: #f80;
}

form [type="radio"] + label[for]:before {
    content: '\f001';
}
form [type="radio"]:checked + label[for]:before {
    content: '\f002';
}

form [type="checkbox"] + label[for]:before {
    content: '\f003';
}
form [type="checkbox"]:checked + label[for]:before {
    content: '\f004';
}


form [data-mask="decimal"] {
    max-width: 20rem;
}


fieldset {
    padding: 1.5rem;
    border-radius: .8rem;
    border: 1px solid #eee;
    margin-bottom: 2rem;
}
legend {
    padding: .25rem 1rem;
    font-size: 1.6rem;
    font-weight: 400;
}



@keyframes showInovandoweb {
    to {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, -100%) scale(1);
    }
}



.card {
    display: flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none !important;
    padding: 1rem 1.5rem;
    background-color: #fff;
    border-radius: .8rem;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.08);
}

.card h3 {
    font-size: 2rem;
}

.card p {
    font-size: 1.2rem;
}

.card span {
    font-size: 20px;
}

.card span b {
    font-size: 18px;
}


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

.btn {
    padding: 1rem 2.4rem;
    border-radius: .6rem;
    background-color: var(--theme-color);
    border: none;
    transition: all .3s ease;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}

.btn:hover {
    background-color: var(--theme-color-2);
    border-color: transparent;
    color: #fff;
}

.btn sup {
    padding: .25rem .65rem;
    border-radius: .4rem;
    margin: 0;
    transform: translateX(40%);
    background-color: rgba(255, 255, 255, .65);
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.media-viewer-images-view .media-viewer-image-item img {
    object-fit: cover;
}

/*-----------------------------------------------*/
.btn-tourvirtual {
    font-size: 2.6rem;
    font-weight: 600; /*700*/
    margin-top: .5em !important;
    margin-bottom: .5em !important;
    padding: .8em 1.1em;
    color: #fff;
    background-color: var(--theme-color) !important;
    display: flex;
    align-items: center;    
    text-shadow: 2px 2px 0 rgba(0,0,0,.15);
    transition: all .3s ease;
}
.btn-tourvirtual:hover {
    box-shadow: var(--hover-shadow-card);
}

.btn-tourvirtual img {
    max-width: 2em;
    margin-right: 1.2em;
}

.btn-tourvirtual span {
    flex: 1;
    display: flex;
    align-items: center;
}

.btn-tourvirtual b {
    text-transform: uppercase;
    font-weight: 600; /*700*/
    padding-right: 1.4em;
}

.btn-tourvirtual small {
    flex: 1;
    text-align: right;
    font-weight: 600;
    font-size: .9em;
    padding: .15em;
}

@media (max-width: 1280px) {
    .btn-tourvirtual {
        font-size: 2.2rem;
    }
}

@media (max-width: 640px) {
    .btn-tourvirtual {
        font-size: 2rem;
    }
    .btn-tourvirtual span {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-tourvirtual small {
        text-align: left;
    }
}


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

#page {
    position: relative;
    min-height: 100%;
    min-width: 100%;
    background-color: #EBEBEB;
}

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

#btn-top {
    position: fixed;
    z-index: 100;
    top: 15px;
    right: 15px;
    width: 5.2rem;
    height: 5.2rem;
    padding: 0;
    margin: 0;
    background-color: var(--theme-color);
    color: #fff;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.3);
    transition: background-color .3s ease;
    animation: hideBtnTop .3s ease forwards;
}
#btn-top:hover {
   background-color: var(--theme-color-2); 
}

@keyframes hideBtnTop {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}


#btn-top.show {
    animation: showBtnTop .3s ease forwards;
}

@keyframes showBtnTop {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
---- Mobile ------------------------------------------------------
*/

#mobile-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}
#mobile-header-inside {
    display: flex;
    align-items: center;
    padding: 10px;
    height: 72px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
#mobile-header-middle { 
    flex: 1;
}
#mobile-logo {
    flex: none;
    width: 200px;
    margin-left: 10px;
}
#mobile-logo > img {
    display: block;
    width: 250px;
    height: 250px;

}

#mobile-menu-button-open {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #000;
    border: none;
    background: none;
}




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

#mobile-menu {
    position: fixed;
    z-index: 1900000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    display: none;
}

#mobile-menu-inside {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    transform: translateX(100%);
}

/*-----------------------------------------------*/
#mobile-menu-button-close {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height: 6rem;
    padding: 2rem;
    margin: 0;    
    min-height: 100%;
    background: none;
    border: none;
} 
#mobile-menu-button-close i {
    width: 38px;
    height: 38px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.35);
    color: #000;
    font-size: 14px;
    font-weight: normal !important;
    border-radius: 50%;
}

#mobile-menu.open #mobile-menu-button-close i {
    opacity: 0;
    animation: showButtonCloseMenu .8s ease .25s forwards;
}
@keyframes showButtonCloseMenu {
    from {        
        transform: rotate(0);
    }
    65% {
        opacity: 1;
    }
    to {
        opacity: 1;
        transform: rotate(360deg);
    }
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
#mobile-menu-body {
    display: flex;
    flex-direction: column;
    background: var(--theme-color);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
    width: 100%;
    max-width: 400px;
    height: 100%;  
    overflow-y: auto;
}

/*-----------------------------------------------*/
#mobile-menu-body-logo {
    height: 120px;
    min-height: 120px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-menu-body-logo img {
    max-width: 250px;
    max-height: 250px;
    transform: scale(0.5);
    opacity: 0;
    animation: showLogoMobileMenu .35s ease .25s forwards;
}
@keyframes showLogoMobileMenu {
    to {
        opacity: 1;
        transform: none;
    }
}

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

/* CORPO MENU MOBILE */

#mobile-menu-body .menu {
    display: block !important;
    padding: 10px !important;
    width: 100% !important;
    padding: 5rem 2rem 6rem 4rem !important;
}
#mobile-menu-body .menu > span {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background-color: rgba(255,255,255,.1);
}

#mobile-menu .menu-item {
    display: block !important;
    padding: 1.2rem 0 !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 150% !important;
}

#mobile-menu .submenu-item {
    display: block !important;
    position: static !important;
    padding: 3rem 0 !important;
    background: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
}

#mobile-menu  .submenu-item > .menu-item {
    font-size: 1.2rem !important;
    color: var(--theme-color-2) !important;
    padding: 1rem 0 !important;
}

/* / CORPO MENU MOBILE */


/*-----------------------------------------------*/
#mobile-menu.open {
    animation: openMobileMenu .5s ease forwards;
}
@keyframes openMobileMenu {
    to {
        opacity: 1;
    }
}

#mobile-menu.close {
    animation: closeMobileMenu .5s ease forwards !important;
}
@keyframes closeMobileMenu {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*-----------------------------------------------*/
#mobile-menu.open #mobile-menu-inside {
    animation: openMobileMenuInside .5s ease forwards;
}
@keyframes openMobileMenuInside {
    from {
        transform: translateX(100%);
    }
    to {
        transform: none;
    }
}

#mobile-menu.close #mobile-menu-inside {
    animation: closeMobileMenuInside .5s ease forwards !important;
}
@keyframes closeMobileMenuInside {
    from {
        transform: none;
    }
    to {
        transform: translateX(100%);
    }
}


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

#body {
    padding: 2.3rem 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 780px) {
    #body {
        padding: 2rem 0;
    }    
}

/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Campos no buscador de imoveis...
*/

.f-search-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-search-row > * {
    flex: 1;
    margin: 1rem;
    width: 32%;
}

/*-----------------------------------------------*/
.f-search-checks {
    padding: .65rem;
    color: #fff;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.f-search-checks > div {
    padding: .5rem 0;
}
.f-search-checks label {
    margin: .5rem 1rem;
}
.f-search-checks label:before {
    color: var(--theme-color) !important;
}

/*-----------------------------------------------*/
.f-search-field {
    flex: 1;
    border: none !important;
    background: #fff !important;
    border-radius: 50px !important;  
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: var(--theme-color-3);
    text-align: left;
    min-height: 42px !important;
    width: 100%;
    min-width: auto !important;
    padding: 1rem 2rem !important;
    text-transform: uppercase;
}

.f-search-field::placeholder {
    color: rgba(0, 0, 0, .65) !important;
    font-weight: 500 !important;
}

/*-----------------------------------------------*/
.f-search-footer {
    justify-content: center !important;
}

.f-search-footer > button {
    flex: initial;
    height: 42px;
    border: none;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 2rem;
    text-transform: uppercase;
}

#btn-submit,
#btn-filter-map {
    background: var(--theme-color-2);
    color: #fff;
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.7rem;
}

#btn-filter-map {
    background-color: var(--theme-color-3);
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
#form-search-prefilter {
    font-weight: 500;
}
#form-search-prefilter b {
    font-weight: 600; /*700*/
}
#form-search-prefilter > i {
    width: auto;
    height: auto;
    color: var(--theme-color);
    margin-right: 1rem;
}

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

#title {
    display: block;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
    font-size: 2rem;
}

#title .hr {
    margin: 1rem 0 0 0;
}

#title-inside {
    padding: 3rem 1rem 0 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    line-height: 150%;
}

#title-inside > i {
    width: auto;
    height: auto;
    color: var(--theme-color-2);
    margin-right: 15px;
    font-size: 22px;
}

#title-inside > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#title-inside b {
    font-weight: 700;
    color: var(--theme-color-3);
}

#title-inside a {
    text-decoration: none !important;
    font-weight: 500;
}
#title-inside small {
    font-weight: bold;
    margin: 0 10px;
}

/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Botao Whatsapp...
*/

#icon-whatsapp {
	position: fixed;
	z-index: 1600000;
	right: 20px;
	bottom: 20px;
	width: 62px;
    height: 62px;
    padding: 0 !important;
	display: flex;
	align-items: center;
    justify-content: center;
    text-decoration: none !important;
	color: #fff;
    font-size: 34px;
    border: none;
	border-radius: 50%;
	background-color: #25D366;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.25);
    transition: all .5s ease;
}
#icon-whatsapp:after {
	display: none !important;
}
#icon-whatsapp:hover {
	text-decoration: none;
	box-shadow: 1px 5px 15px 0 rgba(0,0,0,.25);
	background-color: #1c9548;
}

#icon-whatsapp > i {
    width: auto !important;
    height: auto !important;
}

#icon-whatsapp > section {
	position: absolute;
	top: 50%;
	right: 120%;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,.25);
	visibility: hidden;
	opacity: 0;
	transform: translate(-20px, -50%);
	transition: all .5s ease;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
    align-items: center;
}

#icon-whatsapp:hover > section {
	visibility: visible;
	opacity: 1;
	transform: translate(0, -50%);
	background-color: #fff;
    color: #000;
    font-weight: 600;
}

#icon-whatsapp > section b {
	font-weight: 500;
	font-size: 1.1em;
}

@media (max-width: 740px) {
	#icon-whatsapp {
		width: 48px;
        height: 48px;
		font-size: 28px;
	}
    
    #icon-whatsapp > section {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 110%;
        transform: translate(0, -20px);
    }
    #icon-whatsapp:hover > section {
        transform: none;
    }
}

/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Botao Favoritos...
*/

#btn-favoritos {
	position: fixed;
	z-index: 1600000;
	bottom: 20px;
	left: 20px;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 60px;
	background: #fff;
	box-shadow: 6px 6px 20px 0 rgba(0,0,0,.25);
	font-size: 24px;
	color: #fff;
	transition: transform .2s ease;
	transform-origin: left bottom;
}

#btn-favoritos > div {
	height: 50px;
	display: flex;
	align-items: center;
    position: relative;
}
#btn-favoritos > div > i {
	font-size: 24px;
	width: 50px;
	height: 100%;
	border-radius: 60px;
	color: #fff;
	background-color: var(--theme-color);
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,.2);
}

#btn-favoritos > div > span {
	padding: 0 25px 0 10px;
	font-size: 16px;
    font-weight: 600; /*700*/
    color: #000;
}

#btn-favoritos > div > sup {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #222;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	padding: 0 8px;
	font-size: 15px;
	font-weight: 600; /*700*/
	color: #fff;
	transform: translate(25%, -25%);
}

@media (max-width: 740px) {
    #btn-favoritos {
        background: none !important;
    }
	#btn-favoritos > div {
		height: 46px;
	}
	#btn-favoritos > div > i {
        width: 46px;
        box-shadow: none;
	}
	#btn-favoritos > div > span {
		display: none;
	}
	#btn-favoritos > div > sup {
		width: 24px;
		height: 24px;
		font-size: 13px;
		transform: translate(35%, -35%);
	}
}



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

#header .no-header,
#footer .no-footer {
    display: none !important;
}

@media (max-width: 1024px) {
    .no-mobile {
        display: none !important;
    }
    body {
       /* padding-top: 72px !important;*/
    }

    #btn-top {
        top: auto;
        right: auto;
        left: 50%;
        bottom: 20px;
        width: 48px;
        height: 48px;
        margin-left: -24px !important;
    }

}
@media (min-width: 1024px) {
    .no-desktop {
        display: none !important;
    }    
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Formularios... 
*/

.f-row {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    margin: .5rem;
}
.f-row > * {
    flex: 1;
    align-items: stretch;    
}

.f-row > label {
    font-size: 1.6rem;
    color: #444;
    padding: .5rem 0;
}
.f-row > div {
    padding: .75rem 0;
}

.f-row > div [name] {
    width: 100%;
    min-width: 240px;
}

.f-row > div [for] {
    margin: 1rem;
}

.f-group {
    display: flex;
    flex-wrap: wrap;
}
.f-group > .f-row {
    flex: 1;
    min-width: 24.rem;
}

.f-checks {
    border-radius: .8rem;
    padding: .5rem;
}


.f-info {
    font-size: 1.4rem;
    font-weight: 600;
    color: #06c;
    padding: 1.5rem .25rem;
    display: flex;
    align-items: center;
}
.f-info:before {
    content: 'i';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    min-width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: orange;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
}
.f-info b {
    font-weight: bold;
}


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

.f-file {
    display: flex;   
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: auto !important;
    max-height: auto;
    transition: all .3s ease;
    padding: 1.5rem;
    margin: 0 !important;
}
.f-file:before,
.f-file:after {
    display: none !important;
}

.f-file:hover {
    background-color: #ddd !important;
}
.f-file * {
    cursor: pointer;
}

.f-file > span {
    color: #000;
    font-weight: 500;
    text-align: center;
    word-wrap: break-word;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}
.f-file > span > b {
    color: #2200cc;
}
.f-file > input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

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

.anexos {
    display: flex;
    flex-direction: column;
}
.anexos > * {
    margin: 0 0 1rem 0 !important;
}

.anexos .btn {
    background-color: var(--theme-color);
    color: #fff;
}
.anexos .btn:hover {
    background-color: var(--theme-color-2);
}


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

.btn-icon {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: .5rem;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    font-size: 2.8rem;
    color: var(--theme-color);
}
.btn-icon i {
    width: auto;
    height: auto;
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Campos Search Fields...
*/

[data-search] {
    display: flex;
    align-items: center;
}

[data-search] > span {
    flex: 1;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
[data-search] > span b {
    color: #06c;
    font-weight: 600;
    display: flex;
    align-items: center;
}

[data-search] > span b > sup {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #06c;
    color: #fff;
    border-radius: 50%;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
}

[data-search] > span small {
    text-transform: lowercase;
    margin: 0 3px;
}

[data-search] > i {
    width: auto;
    height: auto;
    color: #444;
    font-size: 20px;
    margin-right: .25rem;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Dialogs dos campos de busca de imoveis... */

.fields-search-box ::-webkit-scrollbar {
    width: 8px;
}
.fields-search-box ::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}
.fields-search-box ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 2px;
}

.fields-search-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
}


.fields-search-box.f-cidade-bairros {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.fields-search-box.f-cidade-bairros > select {
    padding: 1.75rem;
    border: none;
    font-weight: 600;
    font-size: 1.7rem;
    text-align-last: center;
    color: #06f;
}
.fields-search-box.f-cidade-bairros > select option {
    background-color: #fff;
    color: #000;
    padding: .5rem !important;
}

.fields-search-box.f-cidade-bairros > section {
    flex: 1;
    overflow-y: auto;
    border-top: 1px solid rgba(0,0,0,.065);
}
.fields-search-box.f-cidade-bairros > section > span {
    display: block;
    text-align: center;
    padding: 4rem 2rem;
    color: rgba(0,0,0,.65);
    font-size: 16px;
    font-weight: 400;
}


.fields-search-box-values {
    flex: 1;
    border-right: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}
.fields-search-box-values:only-of-type,
.fields-search-box-values:last-of-type {
    border: none;
}

.fields-search-box-values > header {
    padding: 1rem;
    border-bottom: 1px solid #f2f2f2;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}

.fields-search-box-values > section {
    flex: 1;
    scroll-behavior: smooth;
    overflow-y: auto;
    max-height: 100%;    
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.fields-search-box-values label[for] {
    text-align: center;
    padding: 1rem;
    margin: 2px 0;
    border-radius: 4px;    
    transition: all .3s ease;
}
.fields-search-box-values label[for]:hover {
    background-color: #eee;
}

.fields-search-box-values :checked + label[for] {
    background-color: #06f;
    color: #fff;
}


@media (max-width: 780px) {
    
    .fields-search-box-values label[for] {
        font-size: 16px;

    }

}


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

.inside-box {
    margin: 0 auto;
    width: 100%;
    max-width: 1540px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
.content {
    padding: 1rem 1.8rem;
    font-size: 1.85rem;
    font-weight: 500;
}

.content-inside {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.content h2,
.content h3 {
    padding: 4rem 0 1em 0;
    font-size: 2.65rem;
    font-weight: 500; 
    color: var(--theme-color);
}

.content h3 {
    font-size: 2rem;
    color: #069;
}

.content p {
    line-height: 180%;
    padding: 1rem 0 2.25rem 0;
}

.content p small {
    font-size: 0.8em;
    color: #444;
}

.content p a {
    color: #06c;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: color .3s ease;
}
.content p a:hover {
    color: var(--theme-color);
}

.content em {
    font-style: italic;
    font-weight: 400;
}

.content ul {
    margin-left: 2.4rem;
    margin-bottom: 2rem;
}
.content li {
    padding: .6rem 0 .6rem 1rem;
    list-style: circle;
}

.content hr {
    background-color: var(--theme-color);
    opacity: .065;
    border-radius: 10px;
    height: 4px;
    margin: 4rem 0;
    border: none;
    padding: 0;
}

.content b {
    font-weight: 600; /*700*/
}


.content-image {
    display: block; 
    margin: 2rem auto; 
    width: 100%;
    max-width: 1080px;
    border-radius: 1.4rem;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.065);
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
.info-box {
    display: block;
    margin: 2.3rem auto;
    padding: 3rem 5rem;
    max-width: 480px;
    text-align: center;
    font-size: 1.7rem;
    font-style: 600;
}

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

.icon-item {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0;
    border: none;
    background: none !important;
}
.icon-item > i {
    width: auto;
    height: auto;
    font-size: 1.2em;
    color: var(--theme-color);
    margin: 0 1rem;
}


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

/* UL com icon em cada items em colunas */

ul.list-items li {
    display: block;
    padding: .35rem;
}
ul.list-items li span {
    display: inline-flex;
    align-items: center;
}
ul.list-items li span i {
    color: var(--theme-color-2);
    margin-right: .15rem;
}


.list-items:not(ul) label {
    display: flex;
    align-items: center;
    padding: 5px;
}
.list-items:not(ul) label:before {
    font-family: 'fontello';
    content: '\e800';
    color: var(--theme-color);
    margin-right: 10px;
}

/*-----------------------------------------------*/
.cols-items {
    columns: 3 20rem;
}

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

.titles {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.4rem;  
    font-weight: 200;  
    color: var(--theme-color);
}
.titles > b {
    font-weight: 600;
}

.titles:after {
    display: block;
    content: '';
    width: 90%;
    max-width: 320px;
    height: 3px;
    margin: 2rem auto;

}

@media (max-width: 780px) {
    .titles {
        font-size: 3rem;
    } 
}


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

.line-h { 
    display: block;
    height: 2px;
    width: 90%;
    max-width: 150px;
    background-color: var(--theme-color-2);
    position: relative;
    margin: 10px auto;
    border-radius: 10px;
}

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

.box-home {
    padding: 4rem 1.5rem;
}

/*-----------------------------------------------*/
.box-home-body-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.5rem .5rem;
}

.box-home-button {
    padding: 1.15rem 3rem;
    min-width: 160px;
    min-height: 42px;
    margin: 1rem;
    border: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1.6rem;
    text-transform: uppercase;
    background-color: #fff;
    color: var(--theme-color);
}

.box-home-button.is-active {
    background-color: var(--theme-color-2);
    color: #fff;
    font-weight: 600;
}

.box-home .swiper-button-prev, 
.box-home .swiper-button-next {
    position: static;
    color: #ccc;
}
.box-home .swiper-wrapper {
    align-items: center;
}
.box-home .swiper-slide {
    min-height: 100% !important;
    height: auto !important;
}

.box-home .swiper-pagination {
    position: static !important;
    width: 100% !important;
    padding: 2rem 1rem !important;
}

.box-home .swiper-pagination-bullet {
    background-color: rgba(0,0,0,.1);
    opacity: 1;
    width: 1.8rem;
    height: 1.8rem;
    margin: .65rem;
}
.box-home .swiper-pagination-bullet-active {
    background-color: var(--theme-color);
    box-shadow: none !important;
    opacity: 1;
}



@media (max-width: 780px) {
    .box-home {
        padding-top: 4rem;
    }
    .box-home .swiper-button-prev,
    .box-home .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-color: rgba(0,0,0,.15);
        border-radius: 50%;
    }
    .box-home .swiper-button-prev:after , 
    .box-home .swiper-button-next:after {
        font-size: 14px;
        color: #fff;
    }
    .box-home .swiper-pagination {
        position: absolute;
        bottom: 1.5rem;
        left: 0;
        padding: 0;
    }
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Bairros...
*/

.bairros-item {
    padding: 4rem;
    display: block;
    flex-direction: column;
    margin: 0 0 4rem 0;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
.bairros-header {
    padding-bottom: 1.65rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1rem;
}

.bairros-link-imoveis {
    margin: 15px 0;
}

/*-----------------------------------------------*/
.bairros-nome {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}
.bairros-nome b {
    font-size: 2.3rem;
    font-weight: 600; /*700*/
    color: var(--theme-color);
    line-height: 160%;
}
.bairros-nome small {
    font-size: 1.7em;
    font-weight: 500;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
.bairros-body {
    display: flex;
    align-items: flex-start;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
.bairros-caracteristicas {
    flex: 1;
    margin: 0 !important;
    display: inline-block;
    column-count: 2;
}

.bairros-caracteristicas li {
    display: flex; 
    align-items: center;
    padding: 8px !important;
    margin: 0 !important;
}
.bairros-caracteristicas li:before {
    content: '\e800';
    font-family: 'fontello';
    font-size: 16px;
    color: var(--theme-color);
    margin-right: 1rem;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
.bairros-media {
    cursor: pointer;
    position: relative;
    width: 480px;
    height: 320px;    
    margin-bottom: 2.3rem !important;
}

.bairros-media:hover i {
    transform: translate(-50%, -50%) scale(1.2);
}


.bairros-media i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, .85);
    font-size: 32px;
    color: #fff;
    transition: all .2s ease;
}

.bairros-media img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 1rem;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
.bairros-descricao {
    margin-top: 5rem;
    font-weight: 500;
}

.bairros-descricao-title {
    color: var(--theme-color);
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}




@media (max-width: 1080px) {
    .bairros-media {
        width: 360px;
        height: 240px;
    }
}

@media (max-width: 940px) {
    .bairros-body {
        flex-direction: column-reverse;
        align-items: center;
    }

    .bairros-caracteristicas {
        min-width: 100%;
    }
}

@media (max-width: 580px) {
    .bairros-item {
        padding: 24px !important
    }

    .bairros-media {
        width: 240px !important;
        height: 160px !important;
    }
}

@media (max-width: 480px) {
    .bairros-caracteristicas {
        column-count: 1;
    }
}

/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Resultado imoveis...
*/

#box-result-imoveis-items {
    display: flex;
    flex-direction: column;
}

/*-----------------------------------------------*/
#result-imoveis-captador {
    padding-top: 1rem;
    display: flex;
    justify-content: center;
}

#result-imoveis-captador .equipe-item {
    width: auto;
    height: auto;
}

#result-imoveis-captador .equipe-item-inside {
    display: flex;
    align-items: center;
    max-width: 100%;
    background: none;
}

#result-imoveis-captador .equipe-item-body {
    position: static;
    background: none;
}

#result-imoveis-captador .equipe-item-foto {
    width: 24rem;
    height: 24rem;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 1.2rem;
}

#result-imoveis-captador .equipe-item-nome {
    font-size: 3.6rem;
}

@media (max-width: 780px) {
    #result-imoveis-captador .equipe-item-foto {
        width: 20rem;
        height: 20rem;
    }
    #result-imoveis-captador .equipe-item-nome {
        font-size: 3rem;
    }
}

@media (max-width: 540px) {
    #result-imoveis-captador .equipe-item-inside {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* 
Cabecalho de controle dos resultados 
(ordenacao e formato)... 
*/

#title-result-imoveis {
    display: flex;
    justify-content: space-between;
    color: #000;
    margin-bottom: 1.5rem;
}


#title-result-imoveis [name] {
    width: auto;
    min-width: 0;
}


#labels-order-search {
    flex-wrap: wrap;
    text-align: center;
    margin: 0 1rem 0 0;
}
#labels-order-search > * {
    margin: 4px;
}

@media (max-width: 1080px) {
    #title-result-imoveis {
        flex-direction: column;
    }
    #labels-order-search {
        margin: 0 0 1rem 0;
    }
    #labels-order-search,
    #filters-order-search {
        flex: 1;
        justify-content: center !important;
        
    }
    .imovel-detalhes inside-box {
        padding-top: 50px;
        padding-left: 200px;
        padding-right: 200px;
    }
 
}

/*-----------------------------------------------*/
#labels-order-search {
    font-size: 1.8rem;  
    padding: 1rem 2.3rem;
    font-weight: 400;
}

#labels-order-search h1 {
    font-weight: 600; /*700*/ 
    margin-left: 1rem;
    color: var(--theme-color);
}

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

#orderby-result-imoveis  {
    border-color: var(--border-color);
    background-color: #fff;
    color: #000;
    font-weight: 400;
    padding: .65rem 1rem;
    height: 38px;
    margin: 0 1rem;
}

/*-----------------------------------------------*/
#type-result-search {
    display: flex;    
}


#type-result-search button {
    border: 1px solid var(--border-color);
    background: none;
    color: var(--theme-color);
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: .8rem;
    margin: 2px;
    font-size: 20px;
}

#type-result-search .ts-active {
    color: #fff;
    background-color: var(--theme-color);
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Paginacao lista de resultados... */

.box-pagination {
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.item-pgn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: #fff;
    border-radius: .6rem;
    box-shadow: 2px 0 6px 0 rgba(0,0,0,.065);
    width: 3.8rem;
    height: 3.8rem;
    margin: 4px;
    cursor: pointer;
    text-decoration: none !important;
    color: #666;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .3s ease;
}

.item-pgn:hover {
    transform: translateY(-5px);
    box-shadow: 2px 5px 6px 0 rgba(0,0,0,.065);
}

.pgn-active {
    background-color: var(--theme-color);
    color: #fff;
}

.pgn-first:before,
.pgn-previous:before,
.pgn-next:before,
.pgn-last:before {
    font-family: 'fontello';
    font-size: 20px;
    font-weight: normal !important;
}

.pgn-first::before 		{ content:'\f100'; }
.pgn-previous::before 	{ content:'\f104'; }
.pgn-next::before 		{ content:'\f105'; }
.pgn-last::before 		{ content:'\f101'; }

.pgn-inactive, .pgn-inactive:hover {
    opacity: .75;
    box-shadow: none;
	pointer-events: none;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Imovel lista de resultados... */

.item-imovel-result {
    display: flex;
    align-items: stretch;
    padding: 1.5rem 0;
}

.item-imovel-result a {
    text-decoration: none !important;
}

.item-imovel-result-content {
    flex: 1;
    display: flex;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.2);
    border-radius: 1rem;
    overflow: hidden;
    transition: all .3s ease;
}

.item-imovel-result:hover .item-imovel-result-content {
    box-shadow: 4px 6px 8px 0 rgba(0,0,0,.085);
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
.item-imovel-result-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
.button-favorito-imovel {
    position: absolute;
    z-index: 10;
    top: 1rem;
    right: 1rem;
    font-size: 26px;
}
.button-favorito-imovel .fv-off {
    display: flex;
    color: #d2d2d2;
}
.button-favorito-imovel .fv-on {
	display: none;
    color: var(--theme-color-2);
}
:checked + .button-favorito-imovel .fv-off {
	display: none;
}
:checked + .button-favorito-imovel .fv-on {
	display: flex;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
.item-imovel-result-detalhes {
    flex: 1;
    color: inherit;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.item-imovel-result-detalhes-body {
    flex: 1;
    padding: 3rem;
}

.item-imovel-result-detalhes-body > div {
    margin: 0 0 1rem 0;
}

.item-imovel-result-tipo {
    font-size: 1.6rem;
    font-weight: 500;
}

.item-imovel-result-titulo {
    font-size: 2.6rem;
    font-weight: 600; /*700*/ 
    display: flex;
    align-items: center;
    color: var(--theme-color-3);
}

.item-imovel-result-titulo sub {
    margin-left: 2rem;
    background-color: #f6f6f6;
    border-radius: 100px;
    padding: .65rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}


.item-imovel-result-descricao {
    font-weight: 500;
    line-height: 140%;
}

/*-----------------------------------------------*/
.item-imovel-result-icons {
    display: flex;
    flex-wrap: wrap;
}

.icon-detalhe-imovel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.2rem;
}

.icon-detalhe-imovel i {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: .4rem;
    background-color: var(--theme-color-3);
    color: #fff;
    font-size: 20px;
}

.icon-detalhe-imovel sub {
    margin: 0;
    padding: .65rem 1.2rem;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
}
.icon-detalhe-imovel sub b {
    font-weight: 500;
}


/*-----------------------------------------------*/
.item-imovel-result-detalhes-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
    padding: .65rem;
    border-top: 1px solid var(--border-color);
}
.item-imovel-result-detalhes-footer span {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}
.item-imovel-result-detalhes-footer b {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--theme-color-2);
}
.item-imovel-result-detalhes-footer small {
    padding: .5rem 1rem; 
    font-size: 1.4rem;
    text-transform: uppercase;
}

/*-----------------------------------------------*/
.item-imovel-result-footer {
    padding: .5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.item-imovel-result-footer span b {
    font-weight: 600; /*700*/ 
    margin-left: 5px;
}

.item-imovel-result-footer > :first-child {
    flex: 1;
    padding-left: 2.3rem;
}

.item-imovel-result-footer > :last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/*-----------------------------------------------*/
.item-imovel-result-button {
    margin: .5rem;
    padding: 1rem 1.8rem;
    border-radius: .8rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: var(--theme-color-2);
    transition: all 0.3s ease;
}
.item-imovel-result-button:hover {
    background-color: var(--theme-color);
}
.item-imovel-result-button span {
    padding: 0 1rem;
}
.item-imovel-result-button i {
    width: auto;
    height: auto;
    font-size: 2rem;
    margin-left: 1.4rem;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
.item-imovel-result-medias {
    flex: none; 
    position: relative;
    width: 400px;  
    min-height: 400px; 
    background-color: rgba(0,0,0,.1);
}
.item-imovel-result-medias .swiper-container {
    width: 100%;
    height: 100%;
}
.item-imovel-result-medias .swiper-slide {
    position: relative;
    background-color: #000;
}
.item-imovel-result-medias .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Quando lista for do tipo "tile" */


[data-type-result='tile'] #box-result-imoveis-items {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
[data-type-result='tile'] .item-imovel-result { 
    width: 480px;
    padding: 1.5rem;
}

[data-type-result='tile'] .item-imovel-result-content {
    flex-direction: column;
}


[data-type-result='tile'] .item-imovel-result-icons {
    justify-content: center;
}

[data-type-result='tile'] .icon-detalhe-imovel sub {
    padding: .65rem;
}

[data-type-result='tile'] .icon-detalhe-imovel {
    flex-direction: column;
}


[data-type-result='tile'] .item-imovel-result-medias {
    flex: initial;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    min-height: 360px;
    height: 360px;
}


@media (max-width: 720px) {

    #type-result-search {
        display: none;
    }

    #box-result-imoveis-items {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }

    [data-type-result='tile'] .item-imovel-result { 
        width: 100%;
        padding: 1.5rem 0;
    }
    
    .item-imovel-result-content {
        flex-direction: column;
    }

    .item-imovel-result-icons {
        justify-content: center;
    }

    .icon-detalhe-imovel {
        flex-direction: column;
    }

    .icon-detalhe-imovel sub {
        padding: .5rem;
    }

    .item-imovel-result { 
        width: 100%;
        padding: 1.5rem 0;
    }

    .item-imovel-result-medias {
        flex: initial;
        width: 100%;
        max-width: 100%;
        min-width: auto;
        min-height: 320px;
        height: 320px;
    }
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Detalhes Imovel...
*/

.imovel-detalhes-favorito {
    padding: .25rem .5rem !important;
}
.imovel-detalhes-favorito .button-favorito-imovel {
    position: static !important;
    width: auto;
    height: auto;
    font-size: 24px !important;
}


.imovel-detalhes-dialog .dialog-inside {
    background-color: #f1f1f1;
}

.imovel-detalhes-dialog .inside-box {
    padding: 0;
}

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

.box-outros-imoveis {
    padding-top: 8rem;
}

.imovel-detalhes-dialog .box-outros-imoveis {
    padding: 5rem 0 0 0;
}


/*-----------------------------------------------*/
.imovel-detalhes {
    display: flex;
    color: #000;
}
.imovel-detalhes .card {
    margin: .5rem;
}

/*-----------------------------------------------*/
.imovel-detalhes-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 4rem;
}

/*-----------------------------------------------*/
.imovel-detalhes-aside {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 40rem;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Cabecalho - Detalhes imovel */

.imovel-detalhes-header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

/*-----------------------------------------------*/
.imovel-detalhes-cod-tipo,
.imovel-detalhes-compartilhar {
    display: flex;
    align-items: stretch;
}

.imovel-detalhes-cod {
    font-size: 1.5rem;
    font-weight: 600;
}

.imovel-detalhes-tipo {
    flex: 1;
    justify-content: center;
    font-weight: 600;
}


/*-----------------------------------------------*/
.imovel-detalhes-compartilhar-buttons {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.imovel-detalhes-compartilhar-buttons .card {
    border: none;
    padding: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

.imovel-detalhes-compartilhar-buttons [data-compartilhar="whatsapp"] {
    background-color: #12AF0A;
}
.imovel-detalhes-compartilhar-buttons [data-compartilhar="facebook"] {
    background-color: #3B5998;
}
.imovel-detalhes-compartilhar-buttons [data-compartilhar="email"] {
    background-color: #2993C2;
}


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

.imovel-detalhes .bairros-media {
    width: 360px;
    height: 240px;
}

@media (max-width: 1280px) {
    .imovel-detalhes .bairros-body {
        flex-direction: column-reverse;
        align-items: center;
    }

    .imovel-detalhes .bairros-caracteristicas {
        padding-top: 3rem;
        min-width: 100%;
    }
}


@media (max-width: 1080px) {
    .imovel-detalhes {
        flex-direction: column;
    }
    .imovel-detalhes-body {
        padding-right: 0;
    }

    .imovel-detalhes-aside {
        width: auto;
    }
}


@media (max-width: 680px) {
    .imovel-detalhes-header {
        flex-direction: column;
        align-items: initial;
    }    
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Titulo - Detalhes imovel */

.imovel-detalhes-titulo {
    padding: 1.2rem 0;
}

.imovel-detalhes-titulo > .card {
    padding: 3rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}


.imovel-detalhes-titulo h2 {
    font-weight: 600; /*700*/ 
    font-size: 2rem;
    color: var(--theme-color-3);
}

.imovel-detalhes-address {
    padding-top: 1.4rem;
    display: flex;
    flex-direction: column;
}

.imovel-detalhes-address a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    text-decoration: none !important;
    line-height: normal !important;
    display: flex;
    align-items: center;
}

.imovel-detalhes-address a > span {
    display: flex;
    flex-direction: column;
}

.imovel-detalhes-address a > i {
    font-size: 2rem;
    width: auto;
    height: auto;
    margin: .4rem 1.2rem 0 0;
    color: var(--theme-color-2);
}

.imovel-detalhes-address-reference {
    padding-top: .5rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #069;
}


@media (max-width: 1280px) {
    .imovel-detalhes-titulo > .card {
        padding: 3rem;
    }
    .imovel-detalhes-titulo h2 {
        font-size: 2.6rem;
    }
    .imovel-detalhes-address a {
        font-size: 1.8rem;
    }
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Icones - Detalhes imovel */

.imovel-detalhes-icons {
    padding: 1.2rem 0;
}

.imovel-detalhes-icons > .card {
    padding: 1.8rem;
    flex-wrap: wrap;
    justify-content: space-around;
}

.imovel-detalhes-icon {
    margin: 1rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.imovel-detalhes-icon i {
    width: 42px;
    height: 42px;
    font-size: 2.3rem;
    color: var(--theme-color-2);
}

.imovel-detalhes-icon b {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: .5rem;
}



/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Descricao - Detalhes imovel */

.imovel-detalhes-descricao {
    padding: 1.2rem 0;
    line-height: 165%;
    text-align: left;
}

.imovel-detalhes-descricao p {
    margin: .5rem 0 3rem;
    text-indent: 3rem;
    text-align: justify;
    font-size: 1.6rem;
}

.imovel-detalhes-descricao > .card {
    flex: none;
    display: block;
    padding: 4rem;
}

.imovel-detalhes-descricao > .card  h3 {
    font-size: 2rem;
}

.imovel-detalhes-descricao > .card  p {
    font-size: 1.6rem;
}

.imovel-detalhes-descricao h3 {
   /* font-weight: 500; */
    font-size: 3rem;
    color: #165887;
    padding-top: 4rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 3rem;
}
.imovel-detalhes-descricao h3:first-of-type {
    padding-top: 0;
}


.imovel-detalhes-descricao h4 {
   /* font-weight: 600; */
    font-size: 2rem;
    color: #165887;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.imovel-detalhes-descricao strong {
   font-weight: 700;

}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Bairro - Detalhes imovel */

.imovel-detalhes-bairro {
    padding: 1.2rem 0;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Precos - Detalhes imovel */

.imovel-detalhes-precos {
    padding: 3rem;
    flex-direction: column;
    align-items: initial;
    font-size: 1.2rem;
}


/*-----------------------------------------------*/
.imovel-detalhes-precos-label {    
    font-weight: 500; 
    font-size: 2rem;
    color: #165887;
    padding-top: 4rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 2rem;
}
.imovel-detalhes-precos-label:first-of-type {
    padding-top: 0;
}

/*-----------------------------------------------*/
.imovel-detalhes-precos-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .65rem 0;
}

.imovel-detalhes-precos-item span {
    font-weight: 500;
    font-size: 2rem;
}
.imovel-detalhes-precos-item span small {
    display: block;
    color: var(--theme-color-2);
    padding-top: .2rem;
    font-size: .8em;
    font-weight: 600;
}



.imovel-detalhes-precos-item b {
    font-weight: 700;
}


/*-----------------------------------------------*/
.imovel-detalhes-precos-footer {    
    white-space: normal;
    width: 100%;
    margin-top: 2.3rem;
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem; 
    display: flex;
    align-items: flex-start;
}

.imovel-detalhes-precos-footer > i {
    padding-right: 1rem;
}
.imovel-detalhes-precos-footer > i:before {
    content: '*';
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
    color: #f90;
}

.imovel-detalhes-precos-footer > div {
    flex: 1;
    display: flex;
    flex-direction: column; 
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color-3);
    line-height: 140%;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Formularios contato - Detalhes imovel */

.imovel-detalhes-forms {
    padding: 1.2rem 0;
}

.imovel-detalhes-forms > .card {
    padding: 3rem;
    display: block;
}

.imovel-detalhes-forms-header {    
    font-weight: 600; 
    font-size: 2.3rem;
    color: #165887;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 2rem;
}

.imovel-detalhes-forms-body {
    display: flex;
    flex-direction: column;
}

.imovel-detalhes-forms-body > hr {
    margin: 1rem 0;
    border: none;
    height: 8px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.imovel-contact-button {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    min-height: 5.4rem;
    border: none;
    text-decoration: none !important;
    background-color: #165887;
    border-radius: .8rem;
    margin: 1rem 0;
}

.imovel-contact-button[data-form-contact="video"] {
    background-color: #c4302b ;
}

.imovel-contact-button[data-form-contact="informacoes"] {
    background-color: #165887;
}
.imovel-contact-button[data-form-contact="visita"] {
    background-color: #165887;
}
.imovel-contact-button[data-form-contact="proposta"] {
    background-color: #165887;
}

.imovel-contact-button[data-whatsapp] {
    background-color: #165887;
}


.imovel-contact-button > i {
    width: 4rem;
    height: 4rem;
    font-size: 2.8rem;
}

.imovel-contact-button span {
    padding: 0 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

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


/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Formularios contato - Detalhes imovel */

.imovel-detalhes-map {
    padding: 1.2rem 0;
}

.imovel-detalhes-map > .card {
    padding: 3rem;
    display: block;
}

.imovel-detalhes-map-header {    
    font-weight: 600; 
    font-size: 2.3rem;
    color: #165887;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 2rem;
}

.imovel-detalhes-map-body {
    display: flex;
    flex-direction: column;
}

.imovel-detalhes-map-body > hr {
    margin: 1rem 0;
    border: none;
    height: 8px;
    background-color: #f2f2f2;
    border-radius: 10px;
}


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




.imovel-detalhes-captador {
    padding: 1.2rem 0;
}

.imovel-detalhes-captador > .card {
    padding: 3rem;
    margin: 0;
    display: block;
}

.imovel-detalhes-captador-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imovel-detalhes-captador-body .equipe-item-inside {
    padding: 0 !important
}

.imovel-detalhes-captador {
    padding: 1.2rem 0;
}

.imovel-detalhes-captador-header {    
    font-weight: 600;
    font-size: 2rem;
    color: var(--theme-color);
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 2rem;
}


/*----------------------------*/
/* Adequando "equipe-item"... */

.imovel-detalhes-captador .equipe-item {
    height: auto;
    width: auto;
    padding: 0;
}

.imovel-detalhes-captador .equipe-item-inside {
    max-width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.imovel-detalhes-captador .equipe-item-foto {
    width: 32rem;
    height: 32rem;
    border-radius: .8rem;
    margin: 0 auto;
}

.imovel-detalhes-captador .equipe-item-body {
    position: relative;
    bottom: auto;
    left: auto;
    background: none;
    padding: 2rem 0 1rem 0;
}


@media (max-width: 440px) {
    .imovel-detalhes-captador .equipe-item-foto {
        width: 26rem;
        height: 26rem;
    }
}

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

.item-imovel {
    width: auto;
    padding: 2.3rem 2.75rem;
    font-size: 1rem;
}

.item-imovel .button-favorito-imovel {
    top: 308px;
    right: 15px;
    font-size: 22px;
}

.item-imovel .button-favorito-imovel .fe-heart {
    color: var(--theme-color-3);
}
.item-imovel .button-favorito-imovel .fe-heart {
    color: var(--theme-color-3);
}


/*-----------------------------------------------*/
.item-imovel-inside {
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
    height: 100%;
    position: relative;
}


/*-----------------------------------------------*/
.item-imovel-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    background-color: #fff;
    color: var(--theme-color);
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.15);
    border-radius: .6rem;
    overflow: hidden;
    text-decoration: none !important;
    transition: all .3s ease;
}

.item-imovel:hover .item-imovel-content {
    box-shadow: var(--hover-shadow-card);
}

/*-----------------------------------------------*/
.item-imovel-header {
    height: 300px;
    position: relative;
    background-color: #222;
    border-radius: 0;
    overflow: hidden;
}
.item-imovel-header img {
    border-radius: inherit;
}

/*-----------------------------------------------*/
.item-imovel-body {
    flex: 1;
    padding: 3rem;
    text-align: left;
    font-weight: 600;
    position: relative;
}

/*-----------------------------------------------*/
.item-imovel-tipo {
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
}

/*-----------------------------------------------*/
.item-imovel-titulo {
    color: var(--theme-color-3);
    font-size: 2.2em;
    font-weight: 600; 
    line-height: 140%;
    padding: 1.2rem 0;
}

/*-----------------------------------------------*/
.item-imovel-valores div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2.2em;
    font-weight: 600;
    padding: .65rem 0;
}
.item-imovel-valores div b {
    font-weight: 700;
}
.item-imovel-valores small {
    font-size: .8em;
    font-weight: 400;
    margin-left: 1rem;
    color: var(--theme-color);
    text-transform: uppercase;
}

/*-----------------------------------------------*/
.item-imovel-footer {
    border-top: 1px solid var(--border-color);
    padding: 1rem;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}
.item-imovel-footer hr {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    border: none;
    background-color: #f2f2f2;
}
.item-imovel-footer hr:only-child {
    display: none;
}

.item-imovel-footer .icon-detalhe-imovel {
    flex-direction: column;
    margin: .5rem;
}

.item-imovel-footer .icon-detalhe-imovel i {
    background: none;
    font-size: 2.8em;
    color: var(--theme-color-2);
}

.item-imovel-footer .icon-detalhe-imovel sub {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding: 1rem .5rem;
}




@media (max-width: 1280px) {
    .item-imovel {
        font-size: .9rem;
        padding: 2rem;
    }
}

@media (max-width: 840px) {
    .item-imovel-header {
        height: 240px;
    }
    .item-imovel .button-favorito-imovel {
        top: 220px;
        font-size: 20px;
        box-shadow: 1px 2px 2px 0 rgba(0,0,0,.125);
    }
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Equipe...
*/

#box-equipe {
    position: relative;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
.equipe-item {
    padding: 2rem;
    width: 100%;
    display: flex;
}

/*-----------------------------------------------*/
.equipe-item-inside {
    flex: 1;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.equipe-item-foto {
    display: block;
    width: 100%;
    height: 30rem !important;
    border-radius: 1rem;
    position: relative;
}
.equipe-item-foto img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #999;
}

.equipe-item-foto > i {
    color: #fff;
    font-size: 14.8rem;
    width: 100%;
    height: 100%;
}

.equipe-item-body {
    flex: 1;
    width: 100%;
    text-align: center;
    padding-top: 2.3rem;
}

/*-----------------------------------------------*/
.equipe-item-nome {
    font-weight: 600; /*700*/
    font-size: 3rem;
    color: var(--theme-color);    
}

.equipe-item-creci {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 1rem 0;
}

/*-----------------------------------------------*/
.equipe-item-contatos {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    padding: .5rem 0;
}
.equipe-item-contatos a {
    text-decoration: none !important;
    display: flex;
    align-items: center;
}
.equipe-item-contatos a i {
    color: var(--theme-color);
    font-size: 1.8rem;
    margin-right: .65rem;
}
.equipe-item-contatos a span {
    color: #000;
    font-weight: 600;
}



/*-----------------------------------------------*/
.equipe-item-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    padding: .5rem 0;
}
.equipe-item-icons a {
	margin: .25em;
	width: 30px;
	height: 30px;
	font-size: 22px;
	color: var(--theme-color-2);
	position: relative;
	overflow: visible;
}

.equipe-item-icons a span {
	white-space: nowrap;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 10;
	padding: 1rem 2rem;
	background-color: #222;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 8px;
    transition: all .25s ease;
    transform-origin: center bottom;
	transform: translate(-50%, -1.2rem) scale(0);
	visibility: hidden;
	opacity: 0;
}
.equipe-item-icons a span:before {
	content: '';
	border: 6px solid transparent;
	border-top-color: #222;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
}

.equipe-item-icons a:hover span {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, -1.2rem) scale(1);
}



/*-----------------------------------------------*/
.equipe-item-footer {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
.page-equipe {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.page-equipe .equipe-item {
    padding: 5rem;
    width: auto;
    height: auto;
}
.page-equipe .equipe-item-inside {
    width: 400px;
    height: auto;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Conteúdo do perfil do corretor... */

.equipe-perfil-content {
    padding: 0;   
}

.equipe-perfil-foto {
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipe-perfil-foto img {
    object-fit: cover;
    width: 22rem;
    height: 22rem;
    border-radius: 1rem;
}

.equipe-perfil-texto {
    padding-top: 2.3rem;
    text-align: justify;
}



@media (max-width: 1024px) {
    .page-equipe .equipe-item {
        padding: 3rem;
    }
    .page-equipe .equipe-item-inside {
        width: 340px;
    }
}

@media (max-width: 860px) {
    .page-equipe .equipe-item {
        padding: 2rem;
    }
    .page-equipe .equipe-item-inside {
        width: 320px;
    }
}

@media (max-width: 780px) {
    .equipe-item {
        padding: 0 2px;
    }

    .page-equipe .equipe-item {
        padding: 1.65rem;
    }
    .page-equipe .equipe-item-inside {
        width: 280px;
    }


    .equipe-perfil-foto img {
        width: 18rem;
        height: 18rem;
    }

    .equipe-perfil-texto {
        padding: 2rem 0 0 0;
    }


}

@media (max-width: 780px) {
    .page-equipe .equipe-item {
        padding: 2.3rem 0;
        width: 100%;
    }
    .page-equipe .equipe-item-inside {
        width: 100%;
    }

}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Depoimento de clientes...
*/

#box-depoimentos {
    position: relative;
}

.depoimento-item {
    padding: 0 4rem;
}

/*-----------------------------------------------*/
.depoimento-item-inside {
    display: flex;
    flex-direction: column;
	position: relative;
    margin: 0 auto;
    max-width: 54rem;
    height: 100%;
    padding: .5rem;
}

/*-----------------------------------------------*/
.depoimento-item-foto {
    position: relative;
    display: flex;
    justify-content: center;
}

.depoimento-item-foto img {
    width: 18rem;
    height: 18rem;
    max-width: 18rem;
    max-height: 18rem;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #eee;
}

/*-----------------------------------------------*/
.depoimento-item-body {  
    flex: 1;
    margin-top: -9rem;
    padding: 5rem 4rem;
    padding-top: 12rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 2rem;
}

/*-----------------------------------------------*/
.depoimento-item-nome {
    font-size: 2.65rem;
    font-weight: 600;
    color: var(--theme-color); 
    padding: .5rem 0;   
}

.depoimento-item-sobre {
    padding: .5rem 0; 
    font-size: 1.3rem;  
    font-weight: 500;
    text-transform: uppercase;
}

.depoimento-item-texto {
    padding-top: 1.5rem; 
    font-size: 1.7rem;  
    font-weight: 300;
    line-height: 160%;
}


@media (max-width: 780px) {
    .depoimento-item {
        padding: 0 4px;
    }
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Parceiros...
*/

#box-parceiros {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.parceiro-item {
    font-size: 1rem;
    padding: 2rem;
    width: 100%;
    max-width: 44rem;
    display: flex;
}


/*-----------------------------------------------*/
.parceiro-inside {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 3.4em;
}


/*-----------------------------------------------*/
.parceiro-image {
    width: 100%;
    height: 34em;
    margin-bottom: 2em;
}
.parceiro-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8em;
}


/*-----------------------------------------------*/
.parceiro-nome {
    font-size: 2.4em;
    font-weight: 600;
    color: var(--theme-color);
}

/*-----------------------------------------------*/
.parceiro-classificacao {
    font-size: 1.6em;
    font-weight: 500;
    margin-top: .4em;
}

/*-----------------------------------------------*/
.parceiro-contatos {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
}
.parceiro-contatos .icon-item {
    font-size: 1.6em;
    font-weight: 600;
}
.parceiro-contatos .icon-item i {
    width: 2em;
    margin: 0 .15em 0 0;
}
.parceiro-contatos > * {
    margin: .65em 0;
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Links Uteis...
*/

.link-util-item {
    display: flex;
    align-items: flex-start;
    text-decoration: none !important;
    color: var(--theme-color);
    margin-bottom: 2rem;
    padding: 2rem 2.3rem;
    border-radius: 1.2rem;
    transition: all 0.35s ease;
    text-overflow: ellipsis;
}
.link-util-item:hover {
    box-shadow: var(--hover-shadow-card);
}

.link-util-item > i {
    font-size: 3.5rem;
    margin-right: 2rem;
    color: var(--theme-color);
    width: 50px;
    height: 50px;
}

.link-util-item > span {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    max-width: 100%;
}
.link-util-item > span > * {
    padding: .5rem 0;
    word-wrap: break-word;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 150%;
}

.link-util-item > span > strong {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--theme-color);
}

.link-util-item > span > small {
    font-size: 1.4rem;
    color: #06c !important;
}

.link-util-item > span > span {
    font-size: 1.6rem;
    color: #000;
}

@media (max-width: 500px) {
    .link-util-item > i {
        display: none;
    }
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Canal de vídeos...
*/

#box-videos {
	position: relative;
}


.video-item {
    padding: 2rem;
}


.video-item-inside {
    display: block;
    margin: 0 auto;
	position: relative;
	cursor: pointer;
    max-width: 380px;

}
.video-item-inside img {
    border-radius: 1rem;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.035);
}

.video-item img {
	width: 100%;
	display: block;
}

.video-item-inside i {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 50px;
	background-color: rgba(202,0,0,.9);
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 30px;
	color: #fff;
	transition: all 0.3s ease;
}
.video-item:hover .video-item-inside i {
	transform: scale(1.25);
	bottom: 35px;
	right: 35px;
}

.video-item .swiper-lazy-loaded + i {
    display: flex;
}

@media (max-width: 780px) {
    .video-item {
        padding: 0 2px;
    }
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Embed Video frame ... */

.box-embed-video {
    display: block;
    max-width: 1080px;
    position: relative;
    margin: 3rem auto;
    overflow: hidden;
    border-radius: 1.2rem;
    box-shadow: 0 0 0 .5rem #fff, 
                .2rem .2rem 1.4rem .5rem rgba(0,0,0,.2);
}
.box-embed-video img {
    display: block;
    position: relative;
    width: 100%;    
}
.box-embed-video iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Simuladores bancarios...
*/

#box-bancos {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
.banco-item {
    font-size: 1rem;
    margin: 2em;
    padding: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18em;
    min-width: 125px;
    transition: all .3s ease;
}

.banco-item:hover {
    transform: scale(1.1);
    box-shadow: var(--hover-shadow-card);
}

.banco-item img {
    width: 7.2em;
    height: 7.2em;
    min-width: 64px;
    min-height: 64px;
    object-fit: contain;
}
.banco-item small {
    flex: 1;
    padding-top: 2em;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 780px) {
    .banco-item {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .banco-item {
        font-size: .7rem;
    }
}

@media (max-width: 380px) {
    .banco-item {
        min-width: 110px;
        margin: 10px;
    }
}

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

@font-face {
    font-family: 'fontello';
    font-weight: normal;
    font-style: normal;
    
    src:    url('/font/fontello.eot?1');
    src:    url('/font/fontello.eot?1#iefix') format('embedded-opentype'),
            url('/font/fontello.woff2?1') format('woff2'),
            url('/font/fontello.woff?1') format('woff'),
            url('/font/fontello.ttf?1') format('truetype'),
            url('/font/fontello.svg?1#fontello') format('svg');
    
}
[class*="fe-"] {
    font-family: "fontello";
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak-as: none; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;	
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    width: 32px;
    height: 32px;
}

.fe-check:before { content: '\e800'; } /* '' */
.fe-expand:before { content: '\e801'; } /* '' */
.fe-location:before { content: '\e802'; } /* '' */
.fe-link:before { content: '\e803'; } /* '' */
.fe-down-open:before { content: '\e804'; } /* '' */
.fe-left-open:before { content: '\e805'; } /* '' */
.fe-up-open:before { content: '\e806'; } /* '' */
.fe-list-tile:before { content: '\e807'; } /* '' */
.fe-list-line:before { content: '\e808'; } /* '' */
.fe-bath:before { content: '\e809'; } /* '' */
.fe-bathroom:before { content: '\e80a'; } /* '' */
.fe-social-twitter:before { content: '\e80b'; } /* '' */
.fe-measure:before { content: '\e80c'; } /* '' */
.fe-mcmv:before { content: '\e80d'; } /* '' */
.fe-question:before { content: '\e80e'; } /* '' */
.fe-login-client:before { content: '\e80f'; } /* '' */
.fe-plus:before { content: '\e810'; } /* '' */
.fe-clock:before { content: '\e811'; } /* '' */
.fe-calendar:before { content: '\e812'; } /* '' */
.fe-hand-cash:before { content: '\e813'; } /* '' */
.fe-close:before { content: '\e814'; } /* '' */
.fe-right-open:before { content: '\e815'; } /* '' */
.fe-bedroom:before { content: '\e816'; } /* '' */
.fe-garage:before { content: '\e817'; } /* '' */
.fe-avatar:before { content: '\e818'; } /* '' */
.fe-image:before { content: '\e819'; } /* '' */
.fe-heart-fillet:before { content: '\e81a'; } /* '' */
.fe-star-line:before { content: '\e81b'; } /* '' */
.fe-share:before { content: '\e81c'; } /* '' */
.fe-star:before { content: '\e81d'; } /* '' */
.fe-heart:before { content: '\e81e'; } /* '' */
.fe-play-round:before { content: '\e81f'; } /* '' */
.fe-smartphone:before { content: '\e820'; } /* '' */
.fe-calc:before { content: '\e821'; } /* '' */
.fe-call:before { content: '\e822'; } /* '' */
.fe-external-link:before { content: '\e823'; } /* '' */
.fe-menu:before { content: '\e82f'; } /* '' */
.fe-ellipsis:before { content: '\e830'; } /* '' */
.fe-fullscreen:before { content: '\e833'; } /* '' */
.fe-pin:before { content: '\e835'; } /* '' */
.fe-social-whatsapp:before { content: '\e836'; } /* '' */
.fe-phone:before { content: '\e837'; } /* '' */
.fe-video:before { content: '\e838'; } /* '' */
.fe-social-linkedin:before { content: '\e839'; } /* '' */
.fe-earth:before { content: '\e83a'; } /* '' */
.fe-social-pinterest:before { content: '\e83b'; } /* '' */
.fe-email:before { content: '\e83c'; } /* '' */
.fe-elevator:before { content: '\e83d'; } /* '' */
.fe-social-youtube:before { content: '\e83f'; } /* '' */
.fe-clock-2:before { content: '\e840'; } /* '' */
.fe-social-facebook:before { content: '\e841'; } /* '' */
.fe-360:before { content: '\e842'; } /* '' */
.fe-linkedin-2:before { content: '\e844'; } /* '' */
.fe-facebook-2:before { content: '\e845'; } /* '' */
.fe-instagram-2:before { content: '\e847'; } /* '' */
.fe-youtube-2:before { content: '\e848'; } /* '' */
.fe-qrcode:before { content: '\e84a'; } /* '' */
.fe-eye:before { content: '\e84c'; } /* '' */
.fe-area-proprietario:before { content: '\e84d'; } /* '' */
.fe-area-inquilino:before { content: '\e84e'; } /* '' */
.fe-radio-off:before { content: '\f001'; } /* '' */
.fe-radio-on:before { content: '\f002'; } /* '' */
.fe-checkbox-off:before { content: '\f003'; } /* '' */
.fe-checkbox-on:before { content: '\f004'; } /* '' */
.fe-play:before { content: '\f00f'; } /* '' */
.fe-pag-first:before { content: '\f100'; } /* '' */
.fe-pag-last:before { content: '\f101'; } /* '' */
.fe-pag-prev:before { content: '\f104'; } /* '' */
.fe-pag-next:before { content: '\f105'; } /* '' */
.fe-youtube:before { content: '\f16a'; } /* '' */
.fe-social-instagram:before { content: '\f16d'; } /* '' */
.fe-calc-1:before { content: '\f1ec'; } /* '' */
.fe-whatsapp:before { content: '\f232'; } /* '' */


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}