*{
font-family: 'Noto Sans', sans-serif;
}
html,
body {
height: 100%;
margin: 0;
}
#wrapper {
height: 100%;
overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-rendering: optimizeLegibility;
line-height: 1;
margin: 0;
}
p,
ul,
ol {
margin: 0;
padding: 0;
}
ol ol,
ul ul,
ul ol,
ol ul {
margin: 0.4em 0;
}
a:hover,
a:focus,
a:visited,
a:active {
text-decoration: none;
color: inherit;
}
a[href],
input[type="submit"],
input[type="image"],
label[for],
select,
button {
cursor: pointer;
text-decoration: none;
}
input[type="text"],
textarea {
display: inline-block;
}
.section {
margin-top: 60px;
}
.loading {
position: fixed;
height: 100%;
width: 100%;
z-index: 99999999;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background: black;
color: white;
} .clear-fix:after {
content: "";
display: block;
clear: both;
}
tbody tr:nth-child(odd) {
background-color: #ccc;
}
.left {
float: left;
}
.right {
float: right;
}
.center {
text-align: center;
}
.hide {
display: none;
}
.nopadding {
padding: 0;
}
.mobile,
.tablet {
display: none;
}
.nomobile,
.notablet {
display: block;
}
@media (max-width: 992px) {
.tablet {
display: block;
}
.notablet {
display: none;
}
}
@media (max-width: 768px) {
.mobile {
display: block;
}
.nomobile {
display: none;
}
}
.thumb .thumb-img {
height: 100%;
width: 100%;
background-size: cover !important;
}
.thumb img {
display: none;
}
.the-content > * {
margin-top: 0;
margin-bottom: 0;
}
.the-content > * + * {
margin-top: 1.5rem;
margin-bottom: 0;
}
.the-content .alignleft {
float: left;
margin-right: 2em;
}
.the-content .alignright {
float: right;
margin-left: 2em;
}
.the-content .aligncenter {
clear: both;
display: block;
margin: 0 auto;
}  .navbar-brand a img,
.navbar-brand a svg {
height: 60px;
width: auto;
}
.navbar-brand .mobile a {
line-height: 50px;
}
.navbar-collapse {
float: right;
}
.navbar-collapse li {
float: left;
}
.navbar-collapse a {
display: block;
padding: 0 20px; }
.primary-menu:after {
content: "";
display: block;
clear: both;
}
#menu {
padding: 20px 0;
} #header {
position: relative;
z-index: 999;
}
.navbar-toggler:focus {
box-shadow: none;
}  .slider-container {
position: relative;
}
.slider-container .cycle-slideshow {
height: 600px;
width: 100%;
overflow: hidden;
}
.slider-container .display-element {
height: 100%;
width: 100%;
background-size: cover !important;
}
.slider-container .display-container {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
position: relative;
}
.slider-container .display-container img {
width: 100%;
height: auto;
}
.slider-container .display-next,
.slider-container .display-prev {
position: absolute;
top: 50%;
transform: translate(0, -50%);
z-index: 999;
font-size: 52px;
color: white;
cursor: pointer;
}
.slider-container .display-next {
right: 20px;
}
.slider-container .display-prev {
left: 20px;
}
.slider-container .display-pager {
display: block;
width: 100%;
text-align: center;
padding: 20px 0;
}
.slider-container .display-pager span {
height: 10px;
width: 10px;
border-radius: 100%;
display: inline-block;
text-indent: -9999px;
cursor: pointer;
background: black;
}
.slider-container .display-pager span + span {
margin-left: 5px;
}
.slider-container .display-pager span.cycle-pager-active {
cursor: default;
opacity: 0.5;
}  .blog-roll-container .thumb {
height: 200px;
width: 100%;
}
.thumb a,
.thumb .thumb-img {
display: block;
height: 100%;
width: 100%;
background-size: cover !important;
background-position: center !important;
} .post-excerpt {
height: 200px;
} .page-header {
margin-bottom: 30px;
}
.the-content p + p {
margin-top: 15px;
}
.page-container {
padding: 30px 0;
}
.the-categories li {
display: inline-block;
}
.the-categories li + li:before {
content: ",";
position: relative;
display: inline-block;
margin-right: 4px;
left: -2px;
}
.share-this li {
display: inline-block;
} .galerias-content {
margin-top: -30px;
}
.galerias-element {
margin-top: 30px;
}
.galerias-element .thumb-img {
display: block;
width: 100%;
height: 200px;
} .contato-container {
margin-top: -30px;
}
.contato-container .lince-input {
margin-top: 30px;
}
.contato-container br {
display: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
outline: none;
border: none;
resize: none;
width: 100%;
box-sizing: border-box;
padding: 10px;
font-size: 14px;
transition: 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.1);
border: none;
}
input[type="submit"] {
outline: none;
cursor: pointer;
border: none;
background: #66cc33;
color: white;
padding: 10px;
}
label.error {
position: absolute;
right: 10px;
bottom: 10px;
font-size: 10px;
color: red;
}
.lince-input .label-file {
background: #b4b4c4;
padding: 10px;
cursor: pointer;
width: 30%;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
text-align: center;
}
input[type="text"].file-archive {
width: 70%;
}
.alertify-button {
box-shadow: none !important;
border: none !important;
border-radius: 0 !important;
background: #66cc33 !important;
text-shadow: none !important;
margin-top: 20px;
} .lince-input .wpcf7-form-control-wrap {
display: block;
} p + .gallery,
ul + .gallery,
.gallery + p,
.gallery + ul,
.gallery + .gallery {
margin-top: 30px;
}
.gallery {
margin: 0;
top: -20px;
position: relative; }
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
padding: 0 1.1400652% 0;
margin-top: 20px;
}
.gallery-icon {
height: 200px;
}   body.admin-bar {
padding-bottom: 32px !important;
}
@media screen and (max-width: 782px) {
body.admin-bar {
padding-bottom: 46px !important;
}
} .facebook-cmt .fb-comments,
.facebook-cmt .fb-comments span,
.facebook-cmt .fb-comments iframe {
width: 100% !important;
} .gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
width: 100%;
height: auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} @media (max-width: 992px) { .post + .post {
margin-top: 30px;
} .tablet {
display: block;
}
.slider-container .cycle-slideshow {
height: auto;
}
.slider-container .display-container {
display: block;
}
.slider-container .display-container .txt {
position: absolute;
top: 40%;
z-index: 999;
width: 100%;
text-align: center;
padding: 20px;
}
.slider-container .display-next,
.slider-container .display-prev {
display: none;
}
}
@media (max-width: 768px) { #menu {
padding: 0;
}
.navbar-collapse li {
float: none;
}
.navbar-collapse a {
padding: 0;
line-height: 45px;
} .navbar-collapse .sub-menu {
max-height: 0px !important;
padding: 0 0 0 20px;
margin: 0;
overflow: hidden;
opacity: 0;
transition: 1s ease;
}
.navbar-collapse .menu-item-has-children.opened .sub-menu {
max-height: 200px !important;
opacity: 1;
} .label-file span {
display: none;
} .gallery-item {
width: 100%;
max-width: 100% !important;
}
} header{
position: relative;
}
.nav-link{
color: #3D3D3D;
font-size: 14px;
font-weight: 400;
}
.nav-link:hover {
color: #16243E;
}
header .nav-efeito{
line-height: 20px;  
margin: 0 4px;
display: flex;
justify-content: center;
position: relative;
}
.nav-efeito::after {
content: '';
height: 4px;
width: 0;
background: #F58634;
position: absolute;
bottom: -10px;
transition: all .25s;
}
.nav-efeito:hover::after {
width: calc(100% - 20px);
}
.alinhar-meio{
display: flex;
align-items: center;
flex-wrap: nowrap;
}
header hr{
position: relative;
top: -60px;
background: #d3d3d3;
}
header ul li {
list-style-type: none;
}
.btn-anunciarImovel {
color: #2A323C;
text-align: center;
font-size: 14px;
font-weight: 400;
border-radius: 50px;
border: 1.5px solid #F58634;
line-height: 40px;
margin: 0 10px;
}
.btn-telMenu {
color: #FFF;
font-size: 16px;
font-weight: 400;
border-radius: 50px;
background: #F58634;
line-height: 40px;
}
#navbarSupportedContent {
margin-bottom: 30px;
}
.dropdown-menu li{
width: 100%;
}
.dropdown-menu.show {
margin-top: 10px;
}
.dropdown-menu {
border-radius: 10px;
border: 3px solid #EEE;
background: #FFF;
}
.dropdown-menu li {
width: 100%;
height: 33px;
border-bottom: solid 1px #EEE;
display: flex;
align-items: center;
font-size: 14px;
}
.dropdown-menu li:last-child {
border-bottom: solid 1px transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #f58634;
background-color: transparent;
}
.btn-anunciarImovel:hover {
color: #fff;
background-color: #f58634;
transition: ease-in 0.1s;
}
.btn-telMenu:hover {
color: #fff;
background-color: #f36800;
transition: ease-in 0.1s;
}
.img-display {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 420px;
border-radius: 30px;
}
#display {
margin-top: -30px;
}
#buscar {
padding: 10px 0 40px;
margin-top: -50px;
position: relative;
z-index: 10;
}
.filtro-A{
display: flex;
justify-content: space-evenly;
}
.filtro-A .nav-link{
width: 50%;
}
.filtro-Imovel{
color: #FFF !important;
font-size: 24px;
font-weight: 700;
border-radius: 20px 0px 0px 0px !important;
background: #282959 !important;
padding: 15px;
}
.filtro-Empreendimento{
color: #FFF !important;
font-size: 24px;
font-weight: 700;
border-radius: 0px 20px 0px 0px !important;
background: #282959 !important;
padding: 15px;
}
.buscador {
border-radius: 20px;
border: 1px solid #F0F0F0;
background: #FFF;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
background-color: #16243E !important;
}
.filtro-imovel-itens {
padding: 20px;
}
#buscar .form-control {
border-radius: 4px;
border: 1px solid #D9D9D9;
color: #7A818C;
font-size: 14px;
font-weight: 400;
height: 40px;
}
#buscar .form-select {
border-radius: 4px;
border: 1px solid #D9D9D9;
color: #7A818C;
font-size: 14px;
font-weight: 400;
height: 40px;
}
.btn-buscarImovel {
color: #FFF;
text-align: center;
font-size: 14px;
font-weight: 400;
border-radius: 50px;
background: #F58634;
display: block;
width: 100%;
height: 40px;
}
#imoveis{
position: relative;
padding: 60px 0;
}
#imoveis h2::after {
display: inline-block;
width: 112px;
height: 3px;
content: "";
top: 50px;
left: 0;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#imoveis h2::before {
display: inline-block;
width: 60px;
height: 3px;
content: "";
top: 50px;
left: 130px;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#imoveis h2 {
color: #1C1C1C;
font-size: 32px;
font-weight: 700;
line-height: 120%;
position: relative;
}
#imoveis .nav-pills {
display: flex;
justify-content: space-evenly;
}
#imoveis .nav-link {
color: #4A4A4A;
font-size: 16px;
font-weight: 500;
line-height: 120%;
border-radius: 15px;
border: 2px solid #F58634;
padding: 15px 40px;
}
#imoveis .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff !important;
background-color: #F58634;
}
.itens-empreendimento {
display: flex;
flex-wrap: wrap;
margin-bottom: 8px;
margin-top: 12px;
flex-direction: column;
}
.item-empreendimento {
display: flex;
margin: 0 6px 8px 0;
align-items: center;
color: #737D8C;
font-size: 14px;
font-weight: 400;
flex-wrap: wrap;
}
.icon-itemEmp {
width: 20px !important;
margin-right: 8px;
}
.statusImo {
color: #F58634;
text-align: center;
font-size: 12px;
font-weight: 600;
border-radius: 3px;
background: #FFF;
box-shadow: 0px 2px 2px 0px rgba(42, 50, 60, 0.20);
display: inline-block;
padding: 5px 10px;
}
.capaImo {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 220px;
padding: 10px;
border-radius: 10px 10px 0px 0px;
}
.infImo {
border-radius: 4px;
border: 1px solid #DFDFDF;
background: #FFF;
padding: 10px 20px 10px;
margin-bottom: 20px;
}
.infImo h3 {
color: #2A323C;
font-size: 18px;
font-weight: 500;
margin-bottom: 8px;
}
.localImo {
color: #737D8C;
font-size: 14px;
font-weight: 400;
}
.valorImo {
color: #16243E;
font-size: 21px;
font-weight: 700;
}
.btn-verImovel {
color: #2A323C !important;
text-align: center;
font-size: 16px;
font-weight: 400;
border-radius: 50px;
border: 1.5px solid #F58634;
display: block;
padding: 10px;
margin-top: 10px;
}
.btn-verImovel:hover{
background-color: #f58634;
color: #fff !important;
transition: ease-in 0.1s;
}
.btn-maisImoveis {
color: #FFF !important;
text-align: center;
font-size: 16px;
font-weight: 400;
border-radius: 50px;
background: #F58634;
padding: 12px 64px;
}
#anuncie{
padding: 60px 0;
} .img-anuncie{
border-radius: 10px 0 0 10px;
}
.destaqueAnuncie {
border-radius: 150px 35px 35px 150px;
background: #16243E;
display: flex;
align-items: center;
flex-direction: column;
padding: 60px;
position: relative;
border: solid 19px #FFF;
text-align: center;
}
.destaqueAnuncie h2 {
color: #FFF;
font-size: 36px;
font-weight: 700;
}
.destaqueAnuncie p {
color: #FFF;
font-size: 16px;
font-weight: 400;
margin: 10px 0;
}
#motivos{
position: relative;
padding: 60px 0 100px;
padding: 30px; }
#motivos h1 {
color: #1C1C1C;
font-size: 32px;
font-weight: 700;
line-height: 120%;
position: relative;
}
#motivos h1::after {
display: inline-block;
width: 112px;
height: 3px;
content: "";
top: 60px;
left: 0;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#motivos h1::before {
display: inline-block;
width: 60px;
height: 3px;
content: "";
top: 60px;
left: 130px;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
.card-Motivos {
border-radius: 10px;
background: #FFF;
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.20);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 20px 10px;
text-align: center;
min-height: 180px;
}
.textDestMotivos {
color: #16243E;
text-align: center;
font-size: 24px;
font-weight: 700;
}
.textDest {
color: #737D8C;
text-align: center;
font-size: 16px;
font-weight: 400;
}
footer {
padding: 20px 0 20px 0px;
background-color: #16243E;
}
.logo-footer {
margin-top: -80px;
z-index: 0;
position: relative;
max-height: 150px;
}
footer h3 {
color: #FFF;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
margin-top: 20px;
}
footer p {
color: #FFF;
font-size: 14px;
font-weight: 400;
display: flex;
align-items: center;
margin-top: 10px;
display: block;
}
footer p img {
margin-right: 10px;
}
.socialfooter{
display: flex;
}
.socialfooter li {
list-style-type: none;
margin-right: 20px;
margin-top: 20px;
}
.menu-footer {
display: flex;
justify-content: space-evenly;
}
.menu-footer li{
color: #FFF;
font-size: 14px;
font-weight: 400;
list-style-type:none;
}
.menu-footer li:hover{
color: #F58634;
}
.copy {
font-size: 13px;
}
#precisa{
padding: 60px 0;
background-repeat: no-repeat;
background-size: contain;
background-position: right;
height: 330px;
border-radius: 10px;
position: relative;
display: flex;
align-items: center;
}
#contato{
padding: 60px 0 120px;
}
#contato h2::after {
display: inline-block;
width: 112px;
height: 3px;
content: "";
top: 50px;
left: 0;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#contato h2::before {
display: inline-block;
width: 60px;
height: 3px;
content: "";
top: 50px;
left: 130px;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#contato h2 {
color: #1C1C1C;
font-size: 32px;
font-weight: 700;
line-height: 120%;
position: relative;
}
.sombra-servico {
background: linear-gradient(89deg, #262771 34.73%, rgba(62, 64, 149, 0.00) 95.22%);
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
top: 0;
}
#precisa h1 {
color: #FFF;
font-size: 40px;
font-weight: 500;
line-height: 120%;
position: relative;
}
#contato label {
color: #1D1D1D;
font-size: 16px;
font-weight: 600;
}
#contato .form-control {
color: #7A818C;
font-size: 14px;
font-weight: 400;
border-radius: 4px;
border: 1px solid #D9D9D9;
background: #FFF;
height: 44px;
}
#contato .form-select {
color: #7A818C;
font-size: 14px;
font-weight: 400;
border-radius: 4px;
border: 1px solid #D9D9D9;
background: #FFF;
height: 44px;
}
#contato textarea{
height: auto !important;
}
.form-check-label {
color: #898989 !important;
font-size: 14px !important;
font-weight: 400 !important;
}
.btn-enviarContato {
color: #FFF;
text-align: center;
font-size: 14px;
font-weight: 400;
border-radius: 50px;
background: #F58634;
display: block;
width: 100%;
}
.box-contato {
border-radius: 8px;
border: 1px solid #CBCBCB;
background: #FFF;
display: flex;
padding: 25px;
margin-bottom: 20px;
}
.box-contato img {
margin-right: 20px;
height: 54px;
width: 54px;
}
.item-boxContato {
color: #2A323C;
font-size: 16px;
font-weight: 600;
}
.valor-boxContato {
color: #5B5B5B;
font-size: 16px;
font-weight: 400;
letter-spacing: 1.6px;
}
.socialContato{
display: flex;
}
.box-contato2 {
border-radius: 8px;
border: 1px solid #CBCBCB;
background: #FFF;
display: flex;
padding: 25px;
margin-bottom: 20px;
flex-direction: column;
}
.socialContato li {
list-style-type: none;
margin-right: 20px;
margin-top: 20px;
}
.cardSobre {
border-radius: 10px;
background: #FFF;
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.20);
display: flex;
align-items: center;
flex-direction: row;
padding: 20px 10px;
text-align: center;
min-height: 120px;
justify-content: center;
}
.infoCardSobre {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left: 20px;
}
#sobre h1 {
color: #2F2E2E;
font-size: 36px;
font-weight: 700;
line-height: 120%;
margin-bottom: 10px;
}
#sobre h5 {
color: #464646;
font-size: 18px;
font-weight: 400;
line-height: 120%;
margin-bottom: 10px;
}
#sobre p {
color: #868686;
font-size: 16px;
font-weight: 400;
line-height: 120%;
}
.img-sobre {
border-radius: 15px;
margin-bottom: 30px;
}
#ajudar{
position: relative;
padding: 60px 0;
}
#ajudar h2::after {
display: inline-block;
width: 112px;
height: 3px;
content: "";
top: 50px;
left: 41%;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#ajudar h2::before {
display: inline-block;
width: 60px;
height: 3px;
content: "";
top: 50px;
left: 52%;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#ajudar img {
margin-bottom: 10px;
}
#ajudar h2 {
color: #1C1C1C;
font-size: 32px;
font-weight: 700;
line-height: 120%;
position: relative;
}
.card-ajudar {
border: 1px solid #E3E3E3;
background: #FFF;
padding: 40px 30px;
}
.card-ajudar h4 {
color: #16243E;
font-size: 18px;
font-weight: 700;
line-height: 120%;
margin-bottom: 10px;
}
.card-ajudar p {
color: #5B5B5B;
font-size: 16px;
font-weight: 400;
line-height: 120%;
}
.filtro-B{
display: flex;
justify-content: space-evenly;
}
.filtro-B .nav-link{
width: 100%;
}
#imoveis h3{
color: #1C1C1C;
font-size: 24px;
font-weight: 400;
line-height: 120%;
min-height: 60px;
}
#imoveis .form-select {
color: #7A818C;
font-size: 14px;
font-weight: 400;
}
.filtro-Imovel-2{
color: #FFF !important;
font-size: 24px;
font-weight: 700;
border-radius: 20px 20px 0px 0px !important;
background: #282959 !important;
padding: 15px;
}
#leituraImovel{
padding: 0 0 60px;
}
.img-galeriaImovel{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 400px;
border-radius: 12px;
}
#leituraImovel .owl-nav {
position: relative;
top: -90px;
display: flex;
justify-content: flex-end;
height: 0;
}
#leituraImovel button.owl-prev {
color: #fff;
position: relative;
background: #fff;
width: 58px;
height: 58px;
border: solid 1px #fff;
border-radius: 30px;
}
#leituraImovel button.owl-next {
color: #fff;
position: relative;
background: #fff;
width: 58px;
height: 58px;
border: solid 1px #fff;
border-radius: 30px;
}
#leituraImovel .fal, .fa-light {
font-size: 32px;
}
#leituraImovel .owl-dots {
position: relative;
top: -45px;
}
#leituraImovel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #981D00;
}
#leituraImovel .fa-solid {
color: #F58634;
}
#leituraImovel .nav-link {
border-radius: 8px;
background: #DADADA;
margin: 0 8px;
padding: 10px 20px;
display: flex;
align-items: center;
}
#leituraImovel .nav-link.active img{
filter: invert(99%) sepia(100%) saturate(2042%) hue-rotate(192deg) brightness(112%) contrast(100%);
}
#leituraImovel .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background: #16243E !important;
}
#leituraImovel iframe{
width: 100%;
height: 400px;
border-radius: 12px;
margin-bottom: 4px;
}
#leituraImovel .nav-link img {
margin-right: 8px;
}
.navegacaoImovel{
display: flex;
justify-content: flex-end;
margin-top: -60px;
position: relative;
z-index: 0;
}
.navegacaoImovel li {
list-style-type: none;
color: #3D3D3D;
font-size: 12px;
font-weight: 400;
}
.navegacaoImovel img {
position: relative;
top: -1px;
left: -1px;
}
.cabformInteresse {
border-radius: 20px 20px 0px 0px;
background: #16243E;
padding: 20px;
}
.cabformInteresse h3 {
color: #FFF;
font-size: 24px;
font-weight: 700;
line-height: 28px;
}
.corpoformInteresse {
border-radius: 0 0 20px 20px;
border: 1px solid #F0F0F0;
background: #FFF;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
padding: 20px;
}
#leituraImovel label {
color: #1D1D1D;
font-size: 16px;
font-weight: 600;
}
#leituraImovel .form-control {
color: #7A818C;
font-size: 14px;
font-weight: 400;
border-radius: 4px;
border: 1px solid #D9D9D9;
background: #FFF;
height: 38px;
}
.btn-enviarInteresse {
color: #FFF !important;
text-align: center;
font-size: 14px;
font-weight: 400;
border-radius: 50px;
background: #F58634;
padding: 12px 64px;
display: block;
width: 100%;
margin-bottom: 16px;
}
.cardImovelInteresse {
position: sticky;
top: 50px;
}
.box-infoGeralImovel {
border-radius: 12px;
border: 1px solid #D6CECE;
background: #FFF;
padding: 24px;
}
.statusImovel {
color: #1C1C1C;
font-size: 28px;
font-weight: 500;
line-height: 120%;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.statusImovel span {
color: #FFF;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 600;
border-radius: 3px;
background: #FB810B;
box-shadow: 0px 2px 2px 0px rgba(42, 50, 60, 0.20);
padding: 2px 20px;
margin-left: 10px;
}
.precoImovel {
display: flex;
justify-content: flex-end;
color: #3C3C3C;
font-size: 16px;
font-weight: 400;
line-height: 120%;
align-items: center;
}
.precoImovel span {
color: #16243E;
font-size: 24px;
font-weight: 700;
line-height: 120%;
margin-left: 10px;
}
.difImovel img {
margin-right: 10px;
}
.difImovel {
display: flex;
align-items: flex-start;
margin-bottom: 10px;
}
.itemDifImovel {
color: #585858;
font-size: 13px;
font-weight: 400;
text-align: center;
min-height: 40px;
}
.ValorDifImovel {
color: #585858;
font-size: 16px;
font-weight: 700;
}
#leituraImovel h2::after {
display: inline-block;
width: 112px;
height: 3px;
content: "";
top: 50px;
left: 0;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#leituraImovel h2::before {
display: inline-block;
width: 60px;
height: 3px;
content: "";
top: 50px;
left: 130px;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#leituraImovel h2 {
color: #1C1C1C;
font-size: 32px;
font-weight: 700;
line-height: 120%;
position: relative;
}
.sobreImovel {
margin: 30px 0;
}
.sobreImovel p{
color: #1C1C1C;
font-size: 16px;
font-weight: 400;
margin-top: 40px;
}
.ambiente {
margin: 30px 0;
}
.ambiente ul{
margin-top: 30px;
column-count: 3;
}
.ambiente li{
color: #1C1C1C;
font-size: 16px;
font-weight: 400;
list-style-type: none;
margin-bottom: 10px;
}
.ambiente li img{
margin-right: 8px;
}
.instalacao {
margin: 30px 0;
}
.instalacao ul{
margin-top: 30px;
column-count: 3;
}
.instalacao li{
color: #1C1C1C;
font-size: 16px;
font-weight: 400;
list-style-type: none;
margin-bottom: 20px;
display: flex;
}
.instalacao li img{
margin-right: 8px;
}
.iconeInstalacao{
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 28px;
width: 25px;
margin-right: 10px;
}
.localizacao {
margin: 30px 0;
}
.btnsMapa {
margin: 30px 0;
}
.btn-maps {
color: #1C1C1C !important;
font-size: 16px;
font-weight: 500;
border-radius: 20px;
border: 2px solid #FB810B;
background: #FFF;
padding: 10px 20px;
margin: 0 10px 0 0;
}
.btn-maps:hover{
background-color: #FB810B;
color: #fff !important;
transition: ease-in 0.2s;
}
.btn-maps:hover img{
filter: invert(99%) sepia(100%) saturate(2042%) hue-rotate(192deg) brightness(562%) contrast(740%);
}
.localizacao iframe {
width: 100%;
height: 400px;
border-radius: 12px;
}
.proximidade {
margin: 30px 0;
}
.proximidade h4 {
margin: 40px 0 10px 0;
color: #16243E;
font-size: 18px;
font-weight: 700;
line-height: 120%;
}
.itensProximidade {
display: flex;
justify-content: space-between;
}
.nomeProximidade {
color: #4F4F4F;
font-size: 16px;
font-weight: 400;
line-height: 120%;
margin-bottom: 10px;
}
.tempoProximidade {
color: #4F4F4F;
font-size: 16px;
font-weight: 400;
line-height: 120%;
margin-bottom: 10px;
}
.fundoCinza{
background-color: #F2F2F2;
margin-bottom: -30px;
}
#destEmp {
padding: 50px 0;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-top: -100px;
}
.alinhar-final{
display: flex;
align-items: flex-end;
}
#destEmp h1 {
color: #FFF;
font-size: 32px;
font-weight: 500;
line-height: 120%;
margin-bottom: 10px;
}
.sombra-servico2 {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
top: 0;
opacity: 0.8;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.localImo2 {
color: #fff;
font-size: 14px;
font-weight: 400;
}
.InteresseEmp{
position: relative !important;
top: 100px;
z-index: 10;
}
#navegacao{
position: relative;
z-index: 20;
}
.f-branco li{
color: #fff !important;
}
.logo-header {
position: relative;
z-index: 10;
width: 120px;
left: 70px;
}
.iconeDetEmp{
height: 20px;
}
.cardValorDestaque {
border-radius: 7px;
background: #16243E;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
align-items: flex-start;
flex-direction: column;
padding: 59px 30px;
display: flex;
justify-content: center;
}
.partir {
color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 120%;
}
.valor {
color: #FFF;
font-size: 20px;
font-weight: 700;
line-height: 120%;
}
#cardsEmp {
padding: 90px 0px 60px;
}
.cardDestaques {
border-radius: 7px;
border: 1px solid #D6CECE;
background: #FFF;
box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
padding: 40px 30px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.iconDetEmp{
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 30px;
width: 30px;
margin-bottom: 10px;
}
.alinhar-centro {
display: flex;
justify-content: center;
}
#sobreEmp{
padding: 60px 0;
}
#sobreEmp h2::after {
display: inline-block;
width: 112px;
height: 3px;
content: "";
top: 50px;
left: 0;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#sobreEmp h2::before {
display: inline-block;
width: 60px;
height: 3px;
content: "";
top: 50px;
left: 130px;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#sobreEmp h2 {
color: #1C1C1C;
font-size: 32px;
font-weight: 700;
line-height: 120%;
position: relative;
}
.resumoSobreEmp{
color: #1C1C1C;
font-size: 16px;
font-weight: 400;
line-height: 120%;
margin-top: 40px;
}
.card-difeEmp {
border-radius: 8px;
border: 1px solid #D6CECE;
background: #FFF;
box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.15);
padding: 30px 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 10px;
margin-bottom: 30px;
}
.iconSobreEmp{
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 30px;
width: 30px;
}
.card-difeEmp p {
color: #1C1C1C;
font-size: 15px;
font-weight: 400;
line-height: 120%;
margin-top: 10px;
text-align: center;
}
#sobreEmp .owl-nav {
position: relative;
top: -220px;
display: flex;
height: 0;
justify-content: space-between;
}
#sobreEmp button.owl-prev {
color: #F58634;
position: relative;
background: #F58634;
width: 58px;
height: 58px;
border: solid 1px #F58634;
border-radius: 30px;
left: -30px;
}
#sobreEmp button.owl-next {
color: #F58634;
position: relative;
background: #F58634;
width: 58px;
height: 58px;
border: solid 1px #F58634;
border-radius: 30px;
right: -30px;
}
#sobreEmp .fal, .fa-light {
font-size: 32px;
}
#sobreEmp .owl-dots {
position: relative;
top: -45px;
}
#sobreEmp .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #981D00;
}
#sobreEmp .fa-solid {
color: #fff;
}
#galeria{
padding: 0 0 60px;
}
#galeria .owl-nav {
position: relative;
top: -240px;
display: flex;
justify-content: space-between;
height: 0;
}
#galeria button.owl-prev {
color: #F58634;
position: relative;
background: #F58634;
width: 58px;
height: 58px;
border: solid 1px #F58634;
border-radius: 30px;
}
#galeria button.owl-next {
color: #F58634;
position: relative;
background: #F58634;
width: 58px;
height: 58px;
border: solid 1px #F58634;
border-radius: 30px;
}
#galeria .fal, .fa-light {
font-size: 32px;
}
#galeria .owl-dots {
position: relative;
top: -45px;
}
#galeria .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #981D00;
}
#galeria .fa-solid {
color: #fff;
}
#galeria .nav-link {
border-radius: 8px;
background: #DADADA;
margin: 0 8px;
padding: 10px 20px;
display: flex;
align-items: center;
}
#galeria .nav-link.active img{
filter: invert(99%) sepia(100%) saturate(2042%) hue-rotate(192deg) brightness(112%) contrast(100%);
}
#galeria .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background: #16243E !important;
}
#galeria iframe{
width: 100%;
height: 400px;
border-radius: 12px;
margin-bottom: 4px;
}
#galeria .nav-link img {
margin-right: 8px;
}
#galeria h2::after {
display: inline-block;
width: 112px;
height: 3px;
content: "";
top: 50px;
left: 0;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#galeria h2::before {
display: inline-block;
width: 60px;
height: 3px;
content: "";
top: 50px;
left: 130px;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#galeria h2 {
color: #1C1C1C;
font-size: 32px;
font-weight: 700;
line-height: 120%;
position: relative;
}
#plantas h2::after {
display: inline-block;
width: 112px;
height: 3px;
content: "";
top: 50px;
left: 0;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#plantas h2::before {
display: inline-block;
width: 60px;
height: 3px;
content: "";
top: 50px;
left: 130px;
position: absolute;
z-index: 0;
border-radius: 0px 2px 2px 0px;
background: #F58634;
}
#plantas h2 {
color: #1C1C1C;
font-size: 32px;
font-weight: 700;
line-height: 120%;
position: relative;
}
.legenda {
color: #FFF;
font-size: 16px;
font-weight: 500;
line-height: 120%;
border-radius: 5px;
background: #2A323C;
display: inline;
padding: 10px;
position: absolute;
right: 10px;
bottom: 10px;
}
#plantas {
background-color: #F2F2F2;
padding: 60px 0;
}
#plantas .owl-nav {
position: relative;
top: -240px;
display: flex;
justify-content: space-between;
height: 0;
}
#plantas button.owl-prev {
color: #F58634;
position: relative;
background: #F58634;
width: 58px;
height: 58px;
border: solid 1px #F58634;
border-radius: 30px;
}
#plantas button.owl-next {
color: #F58634;
position: relative;
background: #F58634;
width: 58px;
height: 58px;
border: solid 1px #F58634;
border-radius: 30px;
}
#plantas .fal, .fa-light {
font-size: 32px;
}
#plantas .owl-dots {
position: relative;
top: -45px;
}
#plantas .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #981D00;
}
#plantas .fa-solid {
color: #fff;
}
#plantas .nav-link {
border-radius: 8px;
background: #DADADA;
margin: 0 8px;
padding: 10px 20px;
display: flex;
align-items: center;
}
#plantas .nav-link.active img{
filter: invert(99%) sepia(100%) saturate(2042%) hue-rotate(192deg) brightness(112%) contrast(100%);
}
#plantas .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background: #16243E !important;
}
#plantas iframe{
width: 100%;
height: 400px;
border-radius: 12px;
margin-bottom: 4px;
}
#plantas .nav-link img {
margin-right: 8px;
}
#localizacaoEmp{
background-color: #16243E;
padding: 40px 0;
}
#localizacaoEmp iframe{
width: 100%;
height: 480px;
}
#localizacaoEmp h4 {
color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 120%;
}
.alinhar-fim {
display: flex;
justify-content: flex-end;
}
#displayMob{
display: none;
}
.hidden{
display: none;
}
.page-404 h1 {
font-size: 80px;
margin-bottom: -20px;
font-weight: 600;
color: #f58634;
}
.page-404 {
text-align: center;
padding: 100px 0;
}
.page-404 p {
font-size: 30px;
font-weight: 700;
color: #f58634;
margin-bottom: 90px;
}
.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.my-float{
margin-top:16px;
}
.img-anunciarpq{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 410px;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.20);
padding: 20px 10px;
max-height: 180px;
}
.img-anunciarpq2 {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 400px;
border-radius: 8px;
}
.centro-L{
display: flex;
flex-direction: column;
justify-content: center;
}
.cinzou{
border-radius: 20px;
background: #F4F6F8;
padding: 30px;
} @media all and (max-width: 767px) { 
ul.d-flex.btns-menu {
display: flex;
flex-direction: column;
align-items: center;
}
.btn-anunciarImovel {
padding: 0px 70px !important;
margin-bottom: 10px;
}
#display{
display: none;
}
#displayMob{
display: block;
}
img.menu {
width: 33px;
}
.filtro-A .nav-link {
width: 100%;
}
.filtro-Imovel {
border-radius: 20px 20px 0px 0px !important;
}
.filtro-Empreendimento {
border-radius: 0 0px 20px 20px !important;
}
#imoveis li.nav-item {
width: 100%;
margin-bottom: 10px;
}
#imoveis .nav-link{
width: 100%;
}
.card-Motivos {
margin-bottom: 30px;
}
.destaqueAnuncie {
border-radius: 30px;
padding: 30px;
width: 100%;
border: solid 5px #FFF;
margin: 0;
left: 0;
}
.img-anuncie {
border-radius: 10px;
} 
#motivos {
text-align: center;
}
.img-motivos{
margin-top: 30px;
}
footer {
text-align: center;
}
.btn-telMenu {
padding: 0px 57px !important;
margin-bottom: 10px;
}
li.nav-item {
margin-bottom: 20px;
}
.social-header {
display: flex;
justify-content: space-evenly;
}
.nav-link:hover {
text-align: center;
}
.dropdown-menu li {
text-align: center;
}
footer h3 {
margin-top: 50px;
}
footer p {
justify-content: center;
}
.socialfooter {
display: flex;
justify-content: space-evenly;
}
.menu-footer {
flex-direction: column;
}
.menu-footer li {
margin-bottom: 20px;
}
.justify-content-start {
justify-content: center !important;
}
.copy {
align-items: center;
display: flex;
flex-direction: column;
} 
.justify-content-end {
justify-content: center !important;
}
.card-emp {
margin-bottom: 50px;
}
#precisa {
background-size: cover;
background-position: bottom;
}
#sobre p {
margin-bottom: 30px;
}
.textDestMotivos {
margin: 0 !important;
}
.textDest{
margin: 0 !important;
}
.cardSobre {
margin-bottom: 30px;
}
.ambiente ul {
column-count: 1;
margin-top: 50px;
}
.instalacao ul {
column-count: 1;
margin-top: 50px;
}
.btnsMapa {
display: flex;
flex-direction: column;
}
.btn-maps {
margin-bottom: 20px;
}
#leituraImovel h2 {
font-size: 26px;
}
.instalacao ul {
column-count: 1;
display: flex;
flex-direction: column;
margin-top: 50px;
}
#destEmp {
padding: 160px 0;
margin-top: -70px;
}
.cardValorDestaque {
align-items: center;
}
.partir {
margin-bottom: 10px;
}
.resumoSobreEmp {
margin-bottom: 20px;
}
#galeria h2 {
font-size: 26px;
margin-bottom: 60px;
}
#galeria ul#pills-tab {
margin-bottom: -30px !important;
}
#plantas h2 {
font-size: 26px;
}
#sobreEmp h2 {
font-size: 26px;
}
#localizacaoEmp h4 {
font-size: 20px;
line-height: 175%;
}
.btnsMapa {
width: 100%;
text-align: center;
}
#imoveis {
padding-bottom: 100px;
}
#imoveis .btn-maisImoveis {
position: relative;
bottom: 70px;
top: 30px;
width: 94%;
padding: 20px;
}
.statusImovel span {
font-size: 16px;
font-weight: 600;
padding: 12px 20px;
line-height: 20px;
}
.proximidade h4 {
margin: 50px 0 20px 0;
}
.joga-baixo{
flex-direction: column;
}
#motivos h1::after {
top: 110%;
}
#motivos h1::before {
top: 110%;
}
.img-anunciarpq {
margin-top: 50px;
height: 280px;
}
.navegacaoImovel {
justify-content: flex-start;
}
.alinhar-meio {
flex-direction: column;
}
#sobreEmp button.owl-prev{
left: 0;
}
#sobreEmp button.owl-next{
right: 0;
}
#sobreEmp .owl-nav {
top: -30px;
}
#plantas h2::before{
top: 80px;
}
#plantas h2::after{
top: 80px;
}
#contato h2::before{
top: 80px;
}
#contato h2::after{
top: 80px;
}
#contato form {
padding-top: 40px;
}
.logo-header {
position: relative;
z-index: 10;
width: 120px;
left: 0;
}
.img-display {
height: 390px;
}
} @media (min-width: 768px) and (max-width: 1024px) {
#imoveis .nav-pills {
display: flex;
flex-wrap: nowrap;
}
#imoveis .nav-link {
display: flex;
flex-direction: column;
align-items: center;
}
.destaqueAnuncie { padding: 25px 0px 25px 50px;
border: solid 10px #FFF;
}
#motivos h1::before {
top: 60px;
}
#motivos h1::after {
top: 60px;
}
.img-motivos {
margin-top: 30px;
display: none;
}
.copy{
display: block;
}
ul.d-flex.btns-menu {
display: flex;
flex-direction: column;
align-items: center;
}
.btn-anunciarImovel {
padding: 0px 70px !important;
margin-bottom: 10px;
}
.btn-telMenu {
padding: 0px 57px !important;
margin-bottom: 10px;
}
li.nav-item {
margin-bottom: 20px;
}
.social-header {
display: flex;
justify-content: space-evenly;
}
.alinhar-final .position-relative {
margin-top: 110px;
margin-bottom: -60px;
}
#destEmp {
margin-top: -70px;
}
.navegacaoImovel {
margin-top: -40px;
}
.cardDestaques {
margin-bottom: 30px;
} 
.resumoSobreEmp {
margin-bottom: 20px;
}
.img-galeriaImovel {
height: 300px;
}
#galeria .owl-nav {
top: -190px;
}
#plantas .owl-nav {
top: -190px;
}
.btnsMapa {
display: flex;
flex-direction: column;
}
.btn-maps {
margin-bottom: 20px;  
}
ul#pills-tab {
margin-bottom: -20px !important;
margin-top: 30px;
}
#precisa {
background-size: cover;
}
#contato h2 {
font-size: 26px;
}
.valor-boxContato {
line-break: anywhere;
}
.textDestMotivos {
text-align: left !important;
}
.textDest {
text-align: left !important;
}
.box-infoGeralImovel {
margin-top: 20px;
}
#imoveis div#pills-tabContent {
margin-top: 30px;
}
.img-anunciarpq {
margin-top: 40px;
}
}