@charset "UTF-8";
.nossas-unidades .infos p, .centraliza {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-padrao, .btn-outros {
  border: 1px solid #d6d6d6;
}

:root {
  --branco: #fff;
  --preto: #000;
  --cor3: color-mix(in srgb, var(--cor2), white 60%);
  --cor4: color-mix(in srgb, var(--cor2), black 30%);
  --cor5: color-mix(in srgb, var(--cor1), white 20%);
  --cor6: color-mix(in srgb, var(--cor1), black 30%);
}

.bg-branco {
  background-color: #fff;
}

.color-branco {
  color: #fff;
}

.bg-preto {
  background-color: #000;
}

.color-preto {
  color: #000;
}

.bg-cor1 {
  background-color: var(--cor1);
}

.color-cor1 {
  color: var(--cor1);
}

.bg-cor2 {
  background-color: var(--cor2);
}

.color-cor2 {
  color: var(--cor2);
}

.bg-cor3 {
  background-color: color-mix(in srgb, var(--cor2), white 60%);
}

.color-cor3 {
  color: color-mix(in srgb, var(--cor2), white 60%);
}

.bg-cor4 {
  background-color: color-mix(in srgb, var(--cor2), black 30%);
}

.color-cor4 {
  color: color-mix(in srgb, var(--cor2), black 30%);
}

.bg-cor5 {
  background-color: color-mix(in srgb, var(--cor1), white 20%);
}

.color-cor5 {
  color: color-mix(in srgb, var(--cor1), white 20%);
}

.bg-cor6 {
  background-color: color-mix(in srgb, var(--cor1), black 30%);
}

.color-cor6 {
  color: color-mix(in srgb, var(--cor1), black 30%);
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

main {
  position: relative;
  z-index: 999;
}

form input:not(.busca-rapida input),
textarea {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12) inset;
}

form input:focus:not(.input-ddd-tel) {
  outline: 0 !important;
  box-shadow: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.form-control:disabled {
  background-color: transparent;
}

p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  position: relative;
}

*,
input,
select,
textarea,
option,
button {
  outline: none !important;
}

header {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.168627451);
  z-index: 1000;
  position: relative;
  background-color: #fff;
  height: fit-content;
}
header svg {
  fill: var(--cor1);
}
header .dropdown-item:hover {
  color: var(--branco);
  background-color: var(--cor1);
}
header .nav-item a {
  color: #000;
  font-weight: 400;
  font-size: 13px;
}
header .logo-topo {
  width: 240px;
}
header .social-share ul {
  list-style: none;
}
header .social-share .linkzap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .social-share .linkzap i {
  font-size: 24px;
  color: var(--cor3);
}
header .social-share .linkzap span {
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: var(--cor1);
  align-items: center;
  font-size: 15px;
}
header .pos-header {
  position: absolute;
  height: 180px;
  width: 100%;
  background-image: url(../images/home/degrade-azul-topo-banner.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
header .pos-header ul li a i,
header .pos-header ul li a span {
  color: #fff !important;
}
header .pos-header ul li a span {
  font-weight: 300;
}
header .pos-header ul li .client-area {
  background-color: #fff;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border: 1px solid #fff;
  height: 28px;
  gap: 4px;
}
header .pos-header ul li .client-area i,
header .pos-header ul li .client-area span {
  color: var(--cor1) !important;
  font-size: 13px;
  font-weight: 400;
}
header .pos-header ul li .selecionados {
  border: 1px solid #fff;
  padding: 3px;
  color: #fff;
  border-radius: 2em;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
  gap: 2px 5px;
  justify-content: center;
}
header .pos-header ul li .selecionados i {
  font-size: 11px;
}
header .pos-header ul li:last-child {
  width: 60px;
}
header .head-1 {
  display: flex;
  justify-content: space-between;
}
header .head-1 .fav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 150px;
}
header .head-1 .fav a {
  width: 100%;
}
header .head-1 .navbar .container-fluid {
  justify-content: center;
}

.banner.homme {
  height: calc(100vh - 80px);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 400;
}
.banner.homme .carousel-item.active img {
  animation: zoomBanner ease-out alternate infinite 17s;
}
.banner.homme .box-busca-rapida {
  background-color: rgba(255, 255, 255, 0.7098039216);
  backdrop-filter: blur(25px);
  border-radius: 0 0 2em 2em;
  padding: 3em;
}
.banner.homme .box-busca-rapida h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner.homme .item-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.banner.homme .item-content h2 {
  color: #fff;
  background-color: rgba(9, 16, 43, 0.44);
  padding: 15px;
  backdrop-filter: blur(15px);
  max-width: 600px;
  text-align: center;
}
@keyframes zoomBanner {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.banner.homme video,
.banner.homme .carousel {
  z-index: -20;
  position: relative;
  width: 100%;
}
.banner.homme .fundo {
  height: 137px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -3;
  background: linear-gradient(180deg, #fff 0%, var(--cor1) 100%);
  opacity: 0.88;
  mix-blend-mode: multiply;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  opacity: 1;
  z-index: 600;
}

.carousel-control-prev-icon {
  background-image: url(../images/detalhe/seta-esquerda.png);
  width: 3rem;
  height: 4rem;
}

.carousel-control-next-icon {
  background-image: url(../images/detalhe/seta-direita.png);
  width: 3rem;
  height: 4rem;
}

.btn-busca-rapida:hover {
  background-color: var(--cor5);
}

.page-title {
  font-size: 22px;
  font-weight: 800;
}

#sortBy,
#qtdPag {
  height: 100%;
  background-color: transparent;
}

.radio-group {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.radio-group input[type=radio] {
  display: none;
}
.radio-group input[type=radio] + label {
  border: 1px solid #ccc;
  border-radius: 7px;
  cursor: pointer;
  margin: 0;
  color: var(--cor3);
  width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.radio-group input[type=radio] + label:hover {
  background-color: var(--cor2);
  transition: all ease 0.3s;
  color: #fff;
  border: 1px solid var(--cor2);
}
.radio-group input[type=radio] + label:last-child {
  margin-right: 0px;
}
.radio-group input[type=radio]:checked + label {
  background-color: var(--cor1);
  color: #fff;
}

.box-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
}

.busca-rapida .linha-vermelha {
  background-color: transparent;
  padding: 0px;
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.busca-rapida .input-rapida {
  width: 100%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 0 1em;
}
.busca-rapida .input-rapida svg {
  width: 26px;
  height: 28px;
  fill: #a3a3a3;
}
.busca-rapida .input-rapida span {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin: 0 15px;
}
.busca-rapida .input-rapida select {
  font-size: 15px;
  font-weight: 400;
  border: none;
  height: 100%;
  background-color: transparent;
  color: var(--preto);
  width: 100%;
  padding: 15px;
  transition: all ease 0.6s;
}
.busca-rapida .input-rapida select:hover {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.busca-rapida .input-rapida select option {
  color: #000 !important;
}
.busca-rapida .input-rapida .valor {
  width: 80px;
}
.busca-rapida .input-rapida .referencia-box {
  height: 65px;
  background-color: transparent;
  width: 100%;
  transition: all ease 0.6s;
  margin: 0;
  padding: 0 15px;
}
.busca-rapida .input-rapida .referencia-box:hover {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.busca-rapida .input-rapida .referencia-box::placeholder {
  color: #fff;
  font-size: 14px;
}
.busca-rapida .input-rapida .referencia-box:focus {
  color: #fff;
  transition: all ease 0.6s;
}
.busca-rapida .input-rapida .referencia-box:focus::placeholder {
  color: #fff;
}
.busca-rapida .box-compra-aluga svg {
  fill: #fff;
  display: block;
  width: 60px;
  height: 26px;
}
.busca-rapida form {
  height: 100%;
  display: grid;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  grid-template-columns: 1fr;
  gap: 15px;
}
.busca-rapida form .btn-busca-rapida span {
  color: var(--branco);
}
.busca-rapida form .btn-busca-rapida svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.busca-rapida svg {
  width: 26px;
  height: 28px;
  fill: var(--cor3);
}
.busca-rapida button {
  background: var(--cor1);
  width: 100%;
  border: 0;
  border-radius: 3em;
  padding: 15px;
}
.busca-rapida [type=text] {
  background-color: transparent;
  border: none;
  margin: 0 15px;
}
.busca-rapida [type=search]::placeholder {
  color: var(--cor3);
  font-weight: 500;
  font-size: 16px;
}

#menu-principal {
  justify-content: flex-end;
}

.menu-principal .navbar-nav .nav-link {
  padding: 7px 0px;
  transition: all ease 0.5s;
}
.menu-principal .navbar-nav .nav-link:hover {
  color: var(--cor1);
  transition: all ease 0.3s;
}
.menu-principal .navbar-nav .active {
  background-color: var(--cor6);
  color: #fff;
  transition: all ease 0.3s;
  padding-left: 5px;
  padding-right: 5px;
}

.ag-zap {
  color: #000;
  margin: 0 15px;
}
.ag-zap i {
  color: #000;
  background-color: white;
  padding: 4px;
  border-radius: 50%;
  font-size: 13px;
  border: 2px solid #303030;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ag-zap:hover span:first-child {
  color: var(--cor1);
}
.ag-zap:hover svg {
  fill: #0daf53;
}

.h3-padrao {
  margin: 0;
  text-decoration: none;
  font-size: 21px;
  font-weight: 800;
  color: #000;
}

.preload-geral {
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: #fff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preload-result {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7803921569);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: -5px;
  left: -5px;
}

.preload-result {
  z-index: 2000;
}

.loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid var(--cor1);
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.3s linear infinite;
  /* Safari */
  animation: spin 0.3s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preload-galeria {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 40, 96, 0.9137254902);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preload-galeria .result-searching {
  color: #fff;
}

.preload-det {
  backdrop-filter: blur(21px);
  background-color: rgba(0, 0, 0, 0.91);
}

.box-loading,
.box-loading-r {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box-loading-r {
  align-items: start;
  top: 8em;
}

.logo-loading {
  animation: loadLogo infinite alternate 9s;
}

.logo-zoom {
  animation: zoomLogo ease forwards 1s;
}

@keyframes loadLogo {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
@keyframes zoomLogo {
  from {
    transform: scale(1.1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.box-loading p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.box-loading img,
.box-loading-r img {
  width: 37px;
}

.loading div {
  text-align: center;
}

.anuncie .form-cadastrar {
  gap: 20px;
}
.anuncie svg {
  width: 42px;
  height: 40px;
}
.anuncie .cadastre h2 {
  color: red;
  font-size: 23px;
  margin-bottom: 20px;
}
.anuncie .cadastre p {
  font-size: 15px;
  text-align: justify;
  margin-right: 30px;
}
.anuncie .title h3 {
  color: #000;
  font-size: 20px;
}
.anuncie .dados-imovel {
  background-image: url(../images/home/sombra-topo-mosaico.png);
  background-position: top;
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.anuncie .dados-imovel h2 {
  color: #000;
  font-size: 20px;
}

.exceptions {
  padding: 0em;
  text-align: center;
  font-size: 17px;
  background-color: transparent;
}
.exceptions svg {
  width: 320px;
  height: auto;
}

.compartilhation .box-share {
  background-color: var(--cor1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  overflow: hidden;
  position: relative;
  padding-right: -5px;
}
.compartilhation .box-share span {
  color: #fff;
  font-size: 12px;
}

.box-modal-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  background-color: #f2f2f2;
  padding: 0 13px;
  position: relative;
  padding-left: 40px;
}

.box-flutuante {
  width: 90%;
  padding: 13px 13px;
  margin-left: 10%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
  transition: top ease 0.5s;
}
.box-flutuante img {
  width: 100%;
}
.box-flutuante > div {
  position: relative;
}
.box-flutuante .box-modal-share {
  justify-content: space-between;
}
.box-flutuante .detalhe-tel a {
  width: 100%;
  display: flex;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  background-color: var(--cor1);
  padding: 10px;
  border-radius: 0px;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.box-flutuante .detalhe-tel a i {
  font-size: 15px;
}
.box-flutuante .detalhe-zap a {
  width: 100%;
  display: flex;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  background-color: #0daf53;
  padding: 10px;
  border-radius: 0px;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.box-flutuante .detalhe-zap a i {
  font-size: 15px;
}
.box-flutuante .line {
  background-color: #eee;
  height: 1px;
}
.box-flutuante .fale-com-corretor {
  background-image: url(../images/seta-seletor-busca.svg);
  background-size: 16px;
  background-position: 285px 21px;
  background-repeat: no-repeat;
  padding: 0;
  border-radius: 15px;
  position: relative;
  z-index: 500;
}
.box-flutuante .fale-com-corretor .fa-chevron-down {
  font-size: 13px;
  color: #000;
}
.box-flutuante .fale-com-corretor textarea {
  min-height: 85px;
}
.box-flutuante .fale-com-corretor h6 {
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
.box-flutuante .fale-com-corretor p {
  color: #000;
}
.box-flutuante .fale-com-corretor .form-control {
  font-size: 14px;
}
.box-flutuante input[type=range] {
  box-shadow: none !important;
}
.box-flutuante .agendar-visita {
  padding: 10px;
  background-color: var(--cor2);
  position: relative;
  border-radius: 0px;
}
.box-flutuante .agendar-visita a {
  display: flex;
  gap: 5px;
  justify-content: center;
  text-transform: inherit;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.box-flutuante .agendar-visita svg {
  fill: #fff;
}
.box-flutuante .btn-voltar {
  padding: 0 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-flutuante .btn-voltar a {
  display: flex;
  gap: 5px;
  justify-content: center;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}
.box-flutuante .btn-voltar svg {
  fill: #fff;
}

.simule-fin {
  border-radius: 5px;
  padding: 3em;
  box-shadow: none;
  background-color: #f9f9f9;
}
.simule-fin ul {
  list-style: none;
  display: flex;
  padding: 2em 0;
  margin: 0 -15px;
  gap: 15px;
}

.agendar-visita {
  border-radius: 5px;
  padding: 3em;
  box-shadow: none;
  background-color: #f9f9f9;
}
.agendar-visita .datepicker {
  width: 100%;
}
.agendar-visita .input-ddd-tel {
  width: 100px !important;
  margin-right: 15px;
  border: none;
  border-radius: 5px;
  padding: 10px;
}
.agendar-visita input {
  height: 50px;
}
.agendar-visita .datepicker--time-row input[type=range] {
  box-shadow: none;
}
.agendar-visita .btn-agenda-visita {
  background-color: var(--cor2);
  border: none;
  font-weight: 300;
  padding: 5px 50px;
}

.pagination svg {
  width: 60px;
  height: 36px;
  fill: var(--cor1);
}
.pagination .page-atual {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 36px;
}

.head-pages .container {
  height: 100%;
  display: grid;
  align-items: end;
  z-index: 50;
  position: relative;
}
.head-pages .container .title h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.head-pages .sombra {
  background: #000;
  background: linear-gradient(295deg, var(--cor1) 0%, #fff 100%);
  mix-blend-mode: multiply;
  height: 210px;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.head-pages .contato {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 30vh;
  top: -54px;
  position: relative;
  padding: 0;
  margin: 0;
  background-color: var(--cor1);
}
.head-pages .sobre {
  background-image: url(../images/sobre/img-banner.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 185px;
  position: relative;
  padding: 0;
  margin: 0;
}
.head-pages .sobre .title h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: grid;
}
.head-pages .sobre .title h1 span {
  text-align: right;
}
.head-pages .anunciar {
  background-image: url(../images/img-banner-cadastre.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 240px;
  top: -54px;
  position: relative;
  padding: 0;
  margin: 0;
}
.head-pages .anunciar .title h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  display: grid;
  justify-items: center;
}
.head-pages .anunciar .title h1 span {
  text-align: right;
}

/* page contato */
.contato .box-cinza {
  width: 100%;
  background-color: #eee;
  height: 100%;
  padding: 3em;
}
.contato .box-cinza ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.contato .box-cinza ul a.email {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
}
.contato .box-cinza ul li a {
  text-decoration: none;
  padding: 0;
  font-size: 17px;
  font-weight: 800;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.contato .box-cinza ul li a span {
  color: #000;
}
.contato .box-cinza ul li a .fa-whatsapp {
  color: #0daf53;
  margin-right: 5px;
  font-size: 24px;
}
.contato .box-cinza ul li a .fa-phone,
.contato .box-cinza ul li a .fa-envelope {
  color: var(--cor1);
  margin-right: 5px;
  font-size: 24px;
}
.contato .box-cinza ul li .fa-envelope {
  color: var(--cor1);
  margin-right: 5px;
  font-size: 24px;
}
.contato .box-cinza ul.endereco li {
  font-size: 15px;
  font-weight: 400;
  padding: 3px 0;
}
.contato .box-cinza ul.endereco a {
  text-decoration: underline;
  color: #000;
}
.contato h2 {
  margin: 2em 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 800;
}

/* page contato ends */
.melhores-opcoes,
.imoveis-similares,
.resultado,
.selecionados,
.mais-buscados {
  z-index: 1001;
  position: relative;
}
.melhores-opcoes input[type=checkbox],
.imoveis-similares input[type=checkbox],
.resultado input[type=checkbox],
.selecionados input[type=checkbox],
.mais-buscados input[type=checkbox] {
  accent-color: var(--cor1);
}
.melhores-opcoes .btn-home,
.imoveis-similares .btn-home,
.resultado .btn-home,
.selecionados .btn-home,
.mais-buscados .btn-home {
  padding: 20px 25px;
  border: 1px solid #000;
  border-radius: 0;
}
.melhores-opcoes .btn-home:hover,
.imoveis-similares .btn-home:hover,
.resultado .btn-home:hover,
.selecionados .btn-home:hover,
.mais-buscados .btn-home:hover {
  background-color: var(--cor1);
  color: #fff;
}
.melhores-opcoes h2,
.imoveis-similares h2,
.resultado h2,
.selecionados h2,
.mais-buscados h2 {
  font-weight: 500;
  text-align: center;
  color: var(--cor1);
  font-size: 23px;
}
.melhores-opcoes .beating,
.imoveis-similares .beating,
.resultado .beating,
.selecionados .beating,
.mais-buscados .beating {
  border: none;
}
.melhores-opcoes .beating.active svg,
.imoveis-similares .beating.active svg,
.resultado .beating.active svg,
.selecionados .beating.active svg,
.mais-buscados .beating.active svg {
  fill: var(--cor1);
}
.melhores-opcoes .tipo-bairro .box h3,
.imoveis-similares .tipo-bairro .box h3,
.resultado .tipo-bairro .box h3,
.selecionados .tipo-bairro .box h3,
.mais-buscados .tipo-bairro .box h3 {
  font-size: 20px;
  color: var(--cor2);
  margin-top: 15px;
  font-weight: 600;
  height: 29px;
  overflow: hidden;
  margin-bottom: 10px;
}
.melhores-opcoes .venda-loc,
.imoveis-similares .venda-loc,
.resultado .venda-loc,
.selecionados .venda-loc,
.mais-buscados .venda-loc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  cursor: auto;
}
.melhores-opcoes .venda-loc .box h2,
.imoveis-similares .venda-loc .box h2,
.resultado .venda-loc .box h2,
.selecionados .venda-loc .box h2,
.mais-buscados .venda-loc .box h2 {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
}
.melhores-opcoes .one-extrafilters,
.imoveis-similares .one-extrafilters,
.resultado .one-extrafilters,
.selecionados .one-extrafilters,
.mais-buscados .one-extrafilters {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 15px;
  min-height: 45px;
  background-color: var(--cor1);
}
.melhores-opcoes .one-extrafilters .caixa,
.imoveis-similares .one-extrafilters .caixa,
.resultado .one-extrafilters .caixa,
.selecionados .one-extrafilters .caixa,
.mais-buscados .one-extrafilters .caixa {
  display: flex;
  align-items: center;
  gap: 5px;
}
.melhores-opcoes .one-labels,
.imoveis-similares .one-labels,
.resultado .one-labels,
.selecionados .one-labels,
.mais-buscados .one-labels {
  padding: 10px;
}
.melhores-opcoes .one-labels .label-det,
.imoveis-similares .one-labels .label-det,
.resultado .one-labels .label-det,
.selecionados .one-labels .label-det,
.mais-buscados .one-labels .label-det {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.melhores-opcoes .ref-and-labels,
.imoveis-similares .ref-and-labels,
.resultado .ref-and-labels,
.selecionados .ref-and-labels,
.mais-buscados .ref-and-labels {
  padding: 15px 15px 10px 15px;
}
.melhores-opcoes .ref-and-labels button,
.imoveis-similares .ref-and-labels button,
.resultado .ref-and-labels button,
.selecionados .ref-and-labels button,
.mais-buscados .ref-and-labels button {
  border: none;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.melhores-opcoes .ref-and-labels svg,
.imoveis-similares .ref-and-labels svg,
.resultado .ref-and-labels svg,
.selecionados .ref-and-labels svg,
.mais-buscados .ref-and-labels svg {
  fill: #000;
}
.melhores-opcoes .box-extra,
.imoveis-similares .box-extra,
.resultado .box-extra,
.selecionados .box-extra,
.mais-buscados .box-extra {
  display: flex;
}
.melhores-opcoes .one-extrafilters h2,
.imoveis-similares .one-extrafilters h2,
.resultado .one-extrafilters h2,
.selecionados .one-extrafilters h2,
.mais-buscados .one-extrafilters h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
.melhores-opcoes .one-extrafilters h2,
.imoveis-similares .one-extrafilters h2,
.resultado .one-extrafilters h2,
.selecionados .one-extrafilters h2,
.mais-buscados .one-extrafilters h2 {
  font-size: 14px;
  font-weight: 300;
}
.melhores-opcoes .one-extrafilters svg,
.imoveis-similares .one-extrafilters svg,
.resultado .one-extrafilters svg,
.selecionados .one-extrafilters svg,
.mais-buscados .one-extrafilters svg {
  fill: #fff;
  height: 18px;
}
.melhores-opcoes .venda-loc .box h2 span,
.imoveis-similares .venda-loc .box h2 span,
.resultado .venda-loc .box h2 span,
.selecionados .venda-loc .box h2 span,
.mais-buscados .venda-loc .box h2 span {
  display: inline-flex;
  justify-content: flex-end;
  margin-right: 15px;
  width: 74px;
}
.melhores-opcoes .degrade-one,
.imoveis-similares .degrade-one,
.resultado .degrade-one,
.selecionados .degrade-one,
.mais-buscados .degrade-one {
  height: 66px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
}

.mais-buscados {
  background-position: center;
  background-size: auto 100%;
  position: relative;
  background-color: #e5e9ee;
}
.mais-buscados .sombra1 {
  background-image: url(../images/home/sombra-topo-mosaico.png);
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
}

.botoes-result input {
  display: none;
}

.barra-refinar .refinar-buttons ul li select,
.botoes-result span {
  font-size: 13px;
}

.botoes-result label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.box-options-busca span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.one-labels span {
  background-color: transparent;
  color: var(--cor1);
  font-weight: 500;
  text-decoration: underline;
  border-radius: 3em;
  font-size: 15px;
}
.one-labels span:hover {
  color: #000;
}

.box-one-imagem {
  position: relative;
  overflow: hidden;
  height: 225px;
  display: grid;
  align-content: center;
}

.box-one-imagem h3 {
  position: absolute;
  z-index: 200;
  bottom: 10px;
  margin: 0;
  left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all ease-out 0.2s;
}

.box-one-infos svg {
  fill: #a3a3a3;
  height: 30px;
  z-index: 999;
  position: relative;
}

.box-one-infos i {
  fill: #a3a3a3;
  color: #a3a3a3;
  z-index: 999;
  position: relative;
  font-size: 28px;
}

.box-one-infos h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}

.box-one-fundo {
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: -5;
}

.box-one-fundo img {
  height: 115%;
  width: 115% !important;
  filter: blur(20px);
}

.div-obrigado {
  padding: 3em;
  text-align: center;
  font-size: 17px;
  background-color: transparent;
  border-radius: 2em;
}

.div-obrigado i {
  margin-bottom: 30px;
  font-size: 58px;
  color: var(--cor1);
}

.capa-selecionado {
  transition: all ease 0.3s;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
}

.capa-selecionado.on {
  background-color: rgba(26, 20, 33, 0.53);
  position: absolute;
  width: 100%;
  mix-blend-mode: multiply;
  height: 100%;
  transition: all ease 0.9s;
}

.box-card:hover {
  transform: scale(1.03);
  transition: all ease-out 0.2s;
  box-shadow: 0px 0px 7px 4px rgba(167, 176, 185, 0.3411764706);
  border: 1px solid #d6d6d6;
}

.box-card:hover .degrade-one {
  height: 100%;
  transition: all ease-out 0.2s;
}

.box-card:hover img {
  transform: scale(1.3);
  transition: all ease-out 0.4s;
}

.box-card:hover .box-one-imagem h3 {
  bottom: 20px;
  transition: all ease-out 0.2s;
}

.box-card:hover .venda-loc {
  transition: all ease-out 0.4s;
  background-color: var(--cinzamedio);
}

.box-card:hover .venda-loc .box h2 {
  transition: all ease-out 0.2s;
  color: #fff;
}

.box-card:hover .box-one-infos .fa-heart {
  fill: #fff;
}

.box-card:hover .venda-loc .like-button .selected {
  color: var(--cor1);
}

.like-button button {
  background-color: transparent;
  width: 28px;
  height: 28px;
  border: none;
  outline: none;
}
.like-button button svg {
  width: 28px;
  height: 28px;
}

.like-button button.label {
  background-color: var(--cor1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.like-button button.label svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.box-video svg,
.box-ver-mapa svg {
  fill: var(--cor2);
}

.box-icone {
  display: flex;
  gap: 15px;
}
.box-icone button:hover svg {
  transform: scale(1.2);
  transition: all ease-out 0.2s;
}

.box-card:hover .box-one-infos i.fa-heart {
  color: #fff;
}

.like-button .selected {
  color: var(--cor1);
}

.buttons-imovel .like-button.active {
  border: none;
  background-color: var(--cor1);
}

.buttons-imovel .like-button {
  border: none;
  height: 100%;
}

.box-card img {
  width: 100%;
  transition: all ease-out 0.2s;
}

.box-card {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0px 0px 20px 0px rgba(20, 31, 68, 0.42);
  border: 1px solid #d6d6d6;
  overflow: hidden;
  transition: all ease-out 0.1s;
  text-decoration: none !important;
}
.box-card span {
  color: #000;
  font-size: 15px;
}
.box-card h5 {
  color: #000;
  font-size: 15px;
}
.box-card .labels {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: end;
  gap: 6px;
  width: 100%;
  padding: 15px;
}
.box-card .labels .label,
.box-card .labels .video-lab {
  border: none;
  outline: unset !important;
  background-color: var(--cor2);
  padding: 2px 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.box-card .labels .label svg,
.box-card .labels .video-lab svg {
  width: 19px;
  height: 19px;
  fill: #fff;
}
.box-card .labels .label span,
.box-card .labels .video-lab span {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
}

.box-card {
  color: var(--cor1);
  font-size: 14px;
}

.box-card {
  text-decoration: none;
}

.box-one-infos {
  margin: 0;
}

.tipo-bairro {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.tipo-bairro .box h2 {
  font-size: 17px;
  color: #a3a3a3;
}

.border-head {
  width: 100%;
  border-top: 2px solid #ededed;
}

svg {
  width: 23px;
  height: 23px;
  fill: #a1a1a1;
}

ul.redes .facebook {
  color: #24468f;
  fill: #24468f;
}
ul.redes .facebook:hover svg {
  fill: #24468f;
}

ul.redes .instagram {
  color: #dd02ae;
  fill: #dd02ae;
}
ul.redes .instagram:hover svg {
  fill: #dd02ae;
}

ul.redes .tiktok {
  color: #27e3ed;
  fill: #27e3ed;
}
ul.redes .tiktok:hover svg {
  fill: #27e3ed;
}

ul.redes .linkedin {
  color: rgb(46, 82, 126);
  fill: rgb(46, 82, 126);
}
ul.redes .linkedin:hover svg {
  fill: rgb(46, 82, 126);
}

ul.redes .youtube {
  color: #ff0000;
  fill: #ff0000;
}
ul.redes .youtube:hover svg {
  fill: #ff0000;
}

.order-imoveis input[type=radio] {
  width: 0px;
  height: 0px;
  opacity: 0;
}
.order-imoveis label {
  font-weight: 600;
  color: var(--cor1);
  margin-right: 5px;
}
.order-imoveis input[type=radio]:checked + label {
  font-weight: bold;
  color: var(--cor1);
  border-top: 8px solid var(--cor2);
}
.order-imoveis input[type=radio]:not(:checked) + label {
  font-weight: bold;
  color: #a3a3a3;
  border-top: 8px solid transparent;
}
.order-imoveis svg {
  width: 28px;
  height: 28px;
  fill: #000;
  margin: 0 4px 0 6px;
}

.principais-bairros .row > div:nth-child(3) .box .fundo, .principais-bairros .row > div:nth-child(5) .box .fundo {
  left: inherit;
}
.principais-bairros .row > div:nth-child(2) .box {
  border-radius: 3em 0 0 0;
  overflow: hidden;
}
.principais-bairros .row > div:nth-child(3) .box {
  border-radius: 0 3em 0 0;
  overflow: hidden;
}
.principais-bairros .row > div:nth-child(4) .box {
  border-radius: 0 0 0 3em;
  overflow: hidden;
}
.principais-bairros .row > div:nth-child(5) .box {
  border-radius: 0 0 3em 0;
  overflow: hidden;
}
.principais-bairros .box {
  position: relative;
  overflow: hidden;
  margin: 0.7em 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.principais-bairros .box .sombra {
  position: absolute;
  z-index: 600;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all ease 0.5s;
}
.principais-bairros .box .fundo {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--cor1);
  left: 0;
  right: 0;
  opacity: 0.9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 601;
  transition: all ease-out 0.3s;
  width: 100%;
}
.principais-bairros .box .fundo h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  text-transform: uppercase;
  z-index: 601;
  transition: all ease-out 0.3s;
}
.principais-bairros .box:hover img {
  scale: 1.2;
  transition: all ease 0.5s;
}
.principais-bairros .box:hover .fundo {
  width: 35%;
  transition: all ease 0.5s;
}
.principais-bairros .box:hover .sombra {
  scale: 1.13;
  transition: all ease 3s;
}
.principais-bairros img {
  height: 100%;
  z-index: 10;
  rotate: 360deg;
  transition: all ease 0.3s;
}

.btn-outros {
  padding: 10px 25px;
  width: auto;
  border-radius: 4em;
  font-size: 17px;
  font-weight: 500;
  background-color: var(--cor1);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outros:hover {
  background-color: var(--cor3);
  transition: all 0.3s;
  color: #fff;
}

.btn-default {
  border-radius: 0;
}

.btn-padrao {
  padding: 10px 25px;
  width: auto;
  border-radius: 4em;
  font-size: 17px;
  font-weight: 500;
  background-color: var(--cor1);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-padrao .fundo {
  width: 0;
  position: absolute;
  height: 100%;
  background-color: #fff;
  z-index: -5;
  border-radius: 3em;
  transition: all ease 0.5s;
}
.btn-padrao:hover {
  color: #fff;
}
.btn-padrao:hover .fundo {
  width: 100%;
  background-color: var(--cor3);
  color: #000;
  transition: all 0.3s;
}

.btn-fav {
  width: 100% !important;
  font-size: 13px;
  padding: 2px 15px;
}
.btn-fav:hover {
  color: #fff;
  background-color: var(--cor1);
}
.btn-fav:hover svg {
  fill: #fff;
}

/* EMPRESA  */
.quem-somos .fundo-sobre {
  padding: 1em 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 59px 6px;
  margin: 2em 0;
  background-color: rgba(255, 255, 255, 0.8588235294);
  background-blend-mode: overlay;
}
.quem-somos .content h2 {
  color: var(--cor2);
  font-size: 22px;
  font-weight: 400;
}
.quem-somos .content h3 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.quem-somos .content .quadros {
  transform: rotate(45deg);
  margin: 14em 0 -104px;
}
.quem-somos .content .quadros h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.quem-somos .content .quadros p {
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.quem-somos .content .quadros .red1 {
  background-color: var(--cor2);
  height: 400px;
  width: 400px;
  margin: 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quem-somos .content .quadros .red1 .text {
  transform: rotate(-45deg);
  width: 73%;
  height: 61%;
  display: grid;
  align-content: center;
}
.quem-somos .content .quadros .red1 .img1 {
  position: absolute;
  bottom: 0;
  right: -250px;
}
.quem-somos .content .quadros .red1 .img2 {
  position: absolute;
  top: 96px;
  left: -210px;
}
.quem-somos .content .quadros .red2 {
  background-color: var(--cor2);
  height: 400px;
  width: 400px;
  margin: 7px;
  margin-left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quem-somos .content .quadros .red2 .text {
  transform: rotate(-45deg);
  width: 73%;
  height: 61%;
  display: grid;
  align-content: center;
}
.quem-somos .faixa-azul {
  background-color: var(--cor1);
  color: #fff;
  padding: 6em 0;
}
.quem-somos .faixa-azul h2 {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 30px;
}
.quem-somos .faixa-azul h3 {
  font-size: 23px;
  font-weight: 200;
}
.quem-somos h2.title1 {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
  left: -150px;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  padding-top: 3em;
}
.quem-somos h2.title2 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  text-align: right;
  position: relative;
  text-transform: uppercase;
}
.quem-somos h5 {
  color: var(--cor1);
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 4em;
  width: 71%;
  margin: 0 auto;
}
.quem-somos .texto {
  padding: 0 2em;
}
.quem-somos .texto p:last-child {
  margin-bottom: 3em;
}
.quem-somos p {
  font-size: 15px;
  margin-top: 1em;
}
.quem-somos .nossa-proposta {
  padding-top: 50px;
}
.quem-somos .sobre-img-ag img {
  width: 100%;
}

.foto-sobre {
  background-image: url(../images/empresa/img-banner.jpg);
  height: 560px;
  border-radius: 0 0 15px 15px;
  background-size: cover;
  background-position: center;
}

.head {
  background: rgb(236, 236, 236);
  background: linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, rgb(236, 236, 236) 56%, rgb(236, 236, 236) 100%);
  padding: 300px 6em 2em;
  margin-top: -250px;
  color: #000;
  font-weight: 400;
}

.nossas-unidades .infos {
  display: grid;
  justify-items: flex-start;
  align-content: center;
  padding: 4em;
  gap: 30px;
}
.nossas-unidades .infos h3 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cor1);
}
.nossas-unidades .infos p {
  margin: 0;
}
.nossas-unidades .infos p span {
  font-size: 17px;
  margin: 0;
  color: #000;
  font-weight: 600;
}
.nossas-unidades .infos span {
  font-weight: 400;
  font-size: 17px;
}
.nossas-unidades .infos i {
  color: #0daf53;
  font-size: 22px;
  margin-right: 5px;
}
.nossas-unidades iframe {
  border: 0;
  width: calc(100% + 150px);
  left: -150px;
  position: relative;
}
.nossas-unidades .endereco {
  padding: 3em;
}
.nossas-unidades .endereco p {
  margin: 0;
  padding: 0;
}
.nossas-unidades .endereco p:nth-child(2) {
  font-size: 14px;
}

.divisao {
  width: 100%;
}

/* FIM A PLUS  */
/* CADASTRE SEU IMOVEL */
.cadastrar .box-1 {
  border-right: 1px solid #b8cbcc;
}
.cadastrar h2 {
  font-size: 22px;
  font-weight: 800;
}
.cadastrar .pg-title2 {
  margin: 2em 0 0;
  padding: 0;
  font-size: 20px;
}
.cadastrar p {
  font-size: 17px;
  margin-top: 1em;
}
.cadastrar .nossa-proposta {
  padding-top: 50px;
}
.cadastrar .sobre-img-ag img {
  width: 100%;
}
.cadastrar [type=checkbox] {
  box-shadow: none;
}
.cadastrar .valor-check {
  display: flex;
}
.cadastrar .aplicar-btn {
  font-size: 22px;
  border-radius: 3em;
}

.divisao {
  width: 100%;
}

/* FIM CADASTRE SEU IMOVEL  */
/* ADM IMOVEL  */
.adm-imovel h2 {
  font-size: 21px;
  font-weight: 700;
  margin: 1.5rem 0;
}
.adm-imovel p {
  font-size: 17px;
  margin-top: 1em;
}
.adm-imovel .nossa-proposta {
  padding-top: 50px;
}
.adm-imovel .sobre-img-ag img {
  width: 100%;
}
.adm-imovel .head {
  background: rgb(236, 236, 236);
  background: linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, rgb(236, 236, 236) 56%, rgb(236, 236, 236) 100%);
  padding: 300px 6em 2em;
  margin-top: -250px;
  color: #000;
  font-weight: 400;
}
.adm-imovel .divisao {
  width: 100%;
}
.adm-imovel .foto-sobre {
  background-image: url(../images/adm/img-banner-plus.jpg);
  height: 480px;
  border-radius: 0 0 15px 15px;
  background-size: cover;
  background-position: center;
}
.adm-imovel .oferecemos .box-ofer {
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 3em 0;
}
.adm-imovel .oferecemos .box-ofer img {
  height: 127px;
  margin-bottom: 15px;
}
.adm-imovel .oferecemos .box-ofer h3 {
  font-size: 20px;
  margin: 5px auto;
  width: 65%;
}
.adm-imovel .entendemos {
  background-image: url(../images/adm/img-consulte-nos.jpg);
  padding: 10em 0 4em;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.adm-imovel .entendemos a {
  color: #fff;
}
.adm-imovel .entendemos h4 {
  margin: 3em auto;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.adm-imovel .entendemos .box-circulos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.adm-imovel .entendemos .box-circulos .box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 50%;
  width: 90%;
  padding-bottom: 90%;
  position: relative;
}
.adm-imovel .entendemos .box-circulos .box:hover {
  background-color: rgba(238, 238, 238, 0.168627451);
}
.adm-imovel .entendemos .box-circulos .box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 300;
}
.adm-imovel .entendemos .col-lg-4 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-imovel .entendemos .consultenos b {
  height: fit-content;
}
.adm-imovel .entendemos .consultenos a {
  margin: 0 15px;
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 2em;
}
.adm-imovel .entendemos .consultenos a i {
  color: #0daf53;
  margin-right: 6px;
}

/* FIM ADM IMOVEL  */
/* TRABALHE CONOSCO  */
.tres-cards h2 {
  font-size: 22px;
  font-weight: 800;
}

.trabalhec-form form input,
.trabalhec-form select,
.trabalhec-form textarea {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.14) inset;
  border-radius: 5px;
}
.trabalhec-form [type=submit] {
  box-shadow: none;
}
.trabalhec-form label {
  margin-top: 15px;
}

.aceite {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

/* FIM TRABALHE CONOSCO  */
.breadcrumb {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 0;
}
.breadcrumb a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

/* DETALHE DO IMOVEL */
.extra-infos {
  margin: 1rem 0;
}
.extra-infos ul {
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-end;
  list-style-type: none;
  padding: 0;
  gap: 10px;
  padding: 2rem 0;
}
.extra-infos li {
  background-color: var(--cor1);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  gap: 5px;
}
.extra-infos svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.extra-infos .infos {
  display: flex;
  align-items: flex-end;
}
.extra-infos .infos span {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-right: 5px;
}
.extra-infos .infos p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.galeria-imovel {
  background-color: #fff;
  z-index: 1002;
  position: relative;
}

.banner-buttons {
  z-index: 1000;
  position: absolute;
  display: flex;
  bottom: 10px;
  left: 15px;
  height: 50px;
  right: 15px;
}
.banner-buttons .galeria a {
  background-color: var(--cor2);
  color: #fff;
  gap: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

.tipo-venda-locacao > div {
  text-align: center;
}
.tipo-venda-locacao h5 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.tipo-venda-locacao p {
  color: #000;
}
.tipo-venda-locacao svg {
  width: 50px;
  height: 50px;
  fill: #000;
}

.fundo-cinza {
  background-color: #f2f2f2;
  padding: 2em 0 3em;
}

.imoveis-similares svg {
  fill: var(--cor2);
  margin-right: 5px;
}
.imoveis-similares h3 {
  margin: 0;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
  color: var(--cor2);
  position: relative;
  display: flex;
  justify-content: space-between;
}
.imoveis-similares h3 span {
  font-size: 21px;
  color: var(--cor2);
}
.imoveis-similares h3 span:nth-child(2) {
  color: #000;
}

.im-det-infos p {
  font-size: 15px;
}
.im-det-infos .caixa-shadow {
  border-radius: 15px;
  padding: 0 2.5em 2.5em;
  box-shadow: none;
  background-color: #f9f9f9;
}
.im-det-infos .caixa-shadow .titles > div:first-child {
  padding: 2.5em 2em 2em 0;
}
.im-det-infos .caixa-shadow h2 {
  margin: 0;
  padding: 15px 0;
  text-decoration: none;
  font-size: 30px;
  font-size: 27px;
  font-weight: 600;
  color: var(--cor2);
}
.im-det-infos .caixa-shadow h3 {
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.im-det-infos .caixa-shadow h5 {
  font-weight: 600;
}
.im-det-infos .caixa-shadow .cond-iptu {
  flex-wrap: nowrap;
}
.im-det-infos .caixa-shadow .cond-iptu > div {
  text-align: center;
}
.im-det-infos .caixa-shadow .cond-iptu > div svg {
  fill: #000;
  width: 38px;
  height: 38px;
}
.im-det-infos .caixa-shadow2 {
  padding: 2.5em;
}
.im-det-infos h4 {
  color: var(--cor2);
  font-size: 20px;
  font-weight: 400;
  margin-top: 1em;
}
.im-det-infos .galeria .box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2em 0;
  gap: 10px;
  align-content: flex-start;
  justify-content: center;
}
.im-det-infos .galeria .box .carousel-item {
  display: block;
  width: calc(25% - 10px);
  height: 170px;
  float: none;
  margin: 0px !important;
  overflow: hidden;
  background-color: #cfcfcf;
  cursor: pointer;
}
.im-det-infos .galeria .box .carousel-item img {
  width: 100%;
  scale: 1.5;
}
.im-det-infos .galeria .box .carousel-item div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.im-det-infos .galeria .box .carousel-item .capa {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all ease 0.5s;
}
.im-det-infos .galeria .box .carousel-item .capa h3 {
  padding: 0;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.im-det-infos .galeria .box .carousel-item .capa:hover {
  background-color: rgba(223, 42, 16, 0.8);
  transition: all ease 0.2s;
}
.im-det-infos .galeria .box .carousel-item:last-child .capa {
  background-color: rgba(128, 128, 128, 0.9098039216);
}
.im-det-infos iframe {
  width: 100%;
  height: 480px;
}
.im-det-infos h2 {
  margin: 0;
  padding: 30px 0 15px;
  text-decoration: none;
  font-size: 30px;
  font-size: 27px;
  font-weight: 400;
  color: var(--cor1);
}
.im-det-infos h3 {
  margin: 0;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
  color: var(--cor2);
  position: relative;
  display: flex;
  justify-content: space-between;
}
.im-det-infos h3 span {
  font-size: 21px;
  color: var(--cor2);
}
.im-det-infos h3 span:nth-child(2) {
  color: #000;
}
.im-det-infos .tit-bairro {
  color: var(--cor3);
}
.im-det-infos .logradouro {
  color: var(--cor3);
  text-transform: capitalize;
  font-size: 15px;
}

.galeria-imovel.container .banner {
  overflow: hidden;
  position: relative;
}

.bread-galeria-imovel {
  background-color: transparent;
  margin: 45px 0 0;
  z-index: 1001;
  position: relative;
}
.bread-galeria-imovel .breads {
  color: var(--cor3);
  font-size: 12px;
  text-align: center;
  background-color: transparent;
  height: 40px;
  display: flex;
  align-items: center;
}

.galeria-imovel .carousel-item img {
  width: auto !important;
  height: 490px !important;
  cursor: pointer;
}

.banner-img-fundo {
  min-width: 108%;
  left: -4%;
  top: -4%;
  right: -4%;
  height: 110%;
  position: absolute;
  filter: blur(20px);
}

.back-banner-box .fundo-verde {
  display: none;
}

.fundo-verde {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
}

.galeria-imovel .carousel {
  position: relative;
  overflow: hidden;
  height: 490px;
  border-radius: 0;
}

.buttons-imovel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.buttons-imovel ul li {
  width: 206px;
  text-align: center;
  color: #000;
  font-size: 15px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #00a13f;
  border-top: none;
  border-radius: 0 0 16px 16px;
  transition: all ease-out 0.3s;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.168627451);
}

.buttons-imovel ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
  gap: 2px;
  padding: 25px 15px;
  transition: all ease-out 0.3s;
  height: 100%;
  box-shadow: 0px 12px 15px -15px rgba(0, 0, 0, 0.6) inset;
}

.buttons-imovel .btn.active {
  background-color: var(--cor1);
  border: none;
  width: 100%;
  height: 36px;
  color: #fff;
}
.buttons-imovel .btn.active svg {
  fill: #fff;
}

.degrade-curvo {
  width: 100%;
  bottom: 0px;
  position: relative;
  text-align: center;
}
.degrade-curvo img {
  width: 88%;
}

.result-searching {
  color: #838280;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}

.vendo-fotos > div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  fill: #fff;
  background-color: rgba(0, 0, 0, 0.4588235294);
  cursor: auto !important;
}
.vendo-fotos > div svg {
  fill: #fff !important;
}

.buttons-imovel ul li:hover {
  transition: all ease-out 0.3s;
  background-color: var(--cor1);
  border: 1px solid var(--cor1);
  border-top: none;
  color: #fff;
}
.buttons-imovel ul li:hover a {
  color: #fff;
}

.faixa-buttons .btn {
  background-color: var(--cor2);
  color: #fff;
  border: 0;
  outline: none !important;
  width: 100%;
  height: 38px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.faixa-buttons .agendar {
  background-color: var(--cor2);
}
.faixa-buttons .agendar {
  background-color: var(--cor2);
}
.faixa-buttons .btn-like {
  text-decoration: none !important;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1098039216);
}
.faixa-buttons .btn-like svg {
  fill: #000;
}
.faixa-buttons .btn-like:hover {
  color: #fff;
  background-color: var(--cor1);
}
.faixa-buttons .btn-like:hover svg {
  fill: #fff;
}
.faixa-buttons .btn-like.active {
  color: #fff;
  background-color: var(--cor1);
}
.faixa-buttons .btn-like.active svg {
  fill: #fff;
}

#AgendaModal {
  background-color: rgba(70, 126, 79, 0.8117647059);
  backdrop-filter: blur(10px);
}

#ModalAvalie {
  background-color: rgba(0, 0, 0, 0.3098039216);
  backdrop-filter: blur(10px);
  z-index: 99999;
}
#ModalAvalie .form-control {
  font-size: 12px;
}
#ModalAvalie form input {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12) inset;
}
#ModalAvalie .aplicar-btn {
  min-width: 210px;
}
#ModalAvalie select {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2196078431);
  appearance: auto;
}
#ModalAvalie h4 {
  color: var(--cor1);
  font-weight: 400;
}
#ModalAvalie .modal-content {
  border-radius: 1em;
}
#ModalAvalie .modal-body {
  padding: 0 3em 3em 3em;
}
#ModalAvalie .modal-dialog {
  max-width: 620px;
}
#ModalAvalie .envie-dados,
#ModalAvalie .dados-imovel {
  display: grid;
  gap: 10px;
}

.box-botao-share {
  fill: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-modal-share a {
  width: auto;
  border-radius: 2em;
}

.box-modal-share a .azul svg {
  fill: #0c52bb;
}
.box-modal-share a .verde svg {
  fill: #0daf53;
}
.box-modal-share a .twitter svg {
  fill: #000;
}
.box-modal-share a .email svg {
  fill: #000;
}

.box-modal-share svg {
  fill: #000;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.box-modal-share h4 {
  color: #fff;
  font-size: 18px;
}

.compartilhation h6 {
  margin: 0;
  padding: 0;
}

.modal-content {
  border-radius: 2em;
}

.modal-content .close {
  border: none;
  font-size: 32px;
  background: none;
}

.modal-header {
  border: none;
  padding: 1em 2em 0;
}

.uma-rede {
  display: grid;
  justify-content: center;
  align-content: space-between;
}

.redes-footer {
  display: flex;
  justify-content: center;
}

footer .sombra2 {
  background-image: url(../images/home/blur-rodape.png);
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
}
footer p {
  color: rgba(255, 255, 255, 0.6392156863);
  font-weight: 500;
}
footer h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #fff;
}
footer ul.menu {
  padding: 0;
  margin: 0;
}
footer ul.menu li {
  margin: 3px 0px;
}
footer ul.menu li a {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6392156863);
}
footer ul.menu li a:hover {
  color: var(--cor3);
}
footer ul.redes {
  justify-content: center;
  gap: 37px;
}

.fx-cresce {
  transition: all ease-out 0.3s;
}
.fx-cresce:hover {
  transition: all ease-out 0.3s;
  transform: scale(1.05);
}

#ver-video,
#ver-mapa,
#agendar-visita,
#ver-galeria {
  scroll-margin-top: 100px;
}

.buttons-imovel ul li svg {
  fill: #000;
  height: 23px;
  width: 23px;
  display: inline-block;
}

.buttons-imovel ul li button {
  width: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  font-weight: 300;
}

.buttons-imovel ul li:last-child button {
  color: #fff;
}

.buttons-imovel ul li:last-child button svg {
  fill: #fff;
}

.box-extra-infos {
  background: linear-gradient(180deg, rgb(235, 232, 232) 0%, rgba(235, 232, 232, 0) 100%);
  padding: 4em 40px 4em 15px;
}

.box-extra-infos ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  justify-items: center;
}

.box-extra-infos ul li {
  display: grid;
  justify-items: center;
  padding: 15px 0;
  gap: 5px;
}

.det-condominio {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  row-gap: 10px;
  font-size: 15px;
  color: #000;
}
.det-condominio i {
  color: var(--cor2);
}

.enviation {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
}

.enviation a {
  text-decoration: underline !important;
  background-image: none !important;
  color: #a3a3a3 !important;
}

#maisInfo {
  border: none;
  background-color: var(--cor1);
  padding: 10px 20px;
  color: #fff;
  border-radius: 0px;
  width: 100%;
}
#maisInfo span {
  font-size: 15px;
  font-weight: 700;
}

/* FIM DETALHE DO IMOVEL */
/* REFINAR */
.item-result h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.divextras > div h5 {
  margin: 12px 0;
}
.divextras .form-control {
  font-size: 13px;
}

.itens-extra {
  padding: 0 1.3em;
  border-top: 1px solid #fff;
  margin-bottom: 15px;
  position: relative;
}
.itens-extra .form-control {
  background-color: transparent;
  color: #fff;
  appearance: auto;
  border: 1px solid #fff;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
.itens-extra .form-control option {
  color: #000;
}
.itens-extra .tit-extra {
  align-items: center;
}
.itens-extra .val-extra {
  align-items: center;
}
.itens-extra .val-extra .col-6 {
  flex: inherit;
}
.itens-extra select {
  border: none;
  outline: none;
}
.itens-extra select:focus {
  outline: none;
  box-shadow: none !important;
}
.itens-extra svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  margin-right: 4px;
}

.itens-result-1 {
  border-top: 1px solid #fff;
  padding: 0 1.3em;
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
.itens-result-1 select {
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  appearance: auto;
}
.itens-result-1 select option {
  color: #000;
}

.aba-bairro {
  padding: 0 1.3em;
}

.divextras {
  padding: 0;
}

.box-result-op::before,
.itens-result-1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.labelref {
  font-size: 13px;
  margin: 15px 0px;
}

.busca-ref {
  margin: 0;
  padding: 10px 1.3em;
  position: relative;
}
.busca-ref svg {
  width: 30px;
  height: 30px;
}

.desc-item-result {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 0;
  color: #fff;
  margin: 0;
  text-align: left;
}

.box-compra-aluga {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 1.3em 1.3em;
}
.box-compra-aluga .button {
  padding: 10px 15px;
  color: var(--cor3);
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid var(--cor3);
  border-radius: 0 5px 5px 0;
}
.box-compra-aluga .button:hover {
  background-color: var(--cor3);
  color: #fff;
}
.box-compra-aluga .button:nth-child(2) {
  border-radius: 5px 0 0 5px;
}
.box-compra-aluga .button svg {
  display: none;
}
.box-compra-aluga .box-slide {
  width: 50%;
  position: absolute;
  background-color: var(--cor1);
  left: 0%;
  height: 100%;
  z-index: 2;
  transition: all ease 0.3s;
}
.box-compra-aluga .box-slide.aluga {
  left: 50%;
  transition: all ease 0.3s;
}
.box-compra-aluga .button.ativo {
  color: #fff;
  background-color: var(--cor2);
}
.box-compra-aluga .button.ativo svg {
  fill: #fff;
  display: block;
}
.box-compra-aluga .btn-result-comprar,
.box-compra-aluga .btn-result-alugar {
  width: 50%;
  z-index: 20;
}
.box-compra-aluga .btn-result-comprar span,
.box-compra-aluga .btn-result-alugar span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#txtBuscaBairro {
  border: 1px solid #dadada;
  padding: 10px 15px;
  color: #3e3e3e;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21) inset;
  border: 1px solid #dadada;
}

.fx-check {
  display: grid;
  justify-content: left;
}
.fx-check label {
  display: flex;
}

.fx-check input[type=checkbox] {
  display: none;
  visibility: hidden;
}

.fx-check .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 100%;
}

.fx-check .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.fx-check .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #d3c1c1;
  transition: all 0.2s ease;
  overflow: hidden;
}

.fx-check .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.fx-check .cbx span:first-child:before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--cor1);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.fx-check .cbx span:last-child {
  padding-left: 8px;
}

.fx-check .cbx:hover span:first-child {
  border-color: var(--cor1);
}

.fx-check .inp-cbx:checked + .cbx span:first-child {
  background: var(--cor1);
  border-color: var(--cor1);
  animation: wave-46 0.4s ease;
}

.fx-check .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
  width: 12px;
  height: 11px;
}

.fx-check .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}
.box-extra-infos .infos {
  text-align: center;
}
.box-extra-infos .infos span:first-child {
  font-weight: 800;
}
.box-extra-infos svg {
  width: 27px;
  height: 27px;
}

.form-result {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

.aplicar-btn {
  background-color: var(--cor2);
  padding: 15px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  border-radius: 0px;
}
.aplicar-btn svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  margin-top: -2px;
}

.aplicar-btn:hover {
  background-color: var(--cor3);
  color: #fff;
}

.modal-lista-bairros {
  display: grid;
  text-transform: capitalize;
  max-height: 199px;
  overflow-y: auto;
  scroll-behavior: auto;
  box-shadow: none;
  padding: 15px;
  border-radius: 10px;
  margin: 5px 0px;
  border: 1px solid #cfcfcf;
  width: 100%;
  background-color: #fff;
}

.card-result .box-extra .box {
  text-align: center;
}

.btn-limparegiao {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  color: var(--cor3);
  margin: 5px 0;
}

.btn-limparegiao button {
  color: var(--cor3);
}

.cookie {
  display: flex;
  width: 300px;
  background-color: #f4f6f8;
  padding: 25px 15px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  bottom: 80px;
  right: 35px;
  color: #000000;
  font-size: 14px;
  -webkit-box-shadow: 5px 5px 15px 5px #858585;
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.631372549);
  border-radius: 8px;
  margin: 15px auto;
}

.cookie b,
.cookie a,
.cookie a:hover {
  color: var(--cor1);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.cookie button {
  color: #fff;
  background-color: var(--cor3);
  border-color: var(--cor3);
  padding: 10px;
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  margin-top: 11px;
  margin-bottom: 10px;
}

.cookie button:hover {
  background-color: var(--cor1);
  border-color: var(--cor1);
}

.ranges select,
.ranges input {
  padding: 10px 15px;
  color: var(--cor3);
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  width: 100%;
  border-radius: 2em;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21) inset;
  border: 1px solid #dadada;
}
.ranges .inputs {
  width: 50%;
}

.limpar-tudo a {
  color: var(--cor3);
  text-decoration: underline;
  margin: 15px 0 15px;
  display: block;
}

.column-refinar .col-refinar {
  cursor: pointer;
  background-color: var(--cor2);
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  border: none;
  z-index: 550;
  position: relative;
  margin-top: 15px;
}
.column-refinar .col-refinar svg {
  fill: #fff;
}

.barra-refinar {
  padding: 1em 0;
  z-index: 500;
  position: relative;
}
.barra-refinar .refinar-buttons ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.barra-refinar .refinar-buttons ul li {
  animation: botaoFxout ease 2s forwards;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 3em;
  transition: all ease-out 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.barra-refinar .refinar-buttons ul li a,
.barra-refinar .refinar-buttons ul li button {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  position: relative;
  justify-content: center;
  gap: 2px;
  padding: 5px 15px;
  border-radius: 12px;
  transition: all ease-out 0.3s;
  height: 100%;
  z-index: 1;
}
.barra-refinar .refinar-buttons ul li select,
.barra-refinar .refinar-buttons ul li input {
  border: none;
  z-index: 1;
}
.barra-refinar .refinar-buttons ul li:hover:not(:last-child) {
  background-color: transparent;
  color: #fff;
}
.barra-refinar .refinar-buttons ul li:hover:not(:last-child) svg {
  fill: #fff;
}
.barra-refinar .refinar-buttons ul li:hover:not(:last-child) a,
.barra-refinar .refinar-buttons ul li:hover:not(:last-child) select {
  color: #fff;
}
.barra-refinar .refinar-buttons ul li:hover:not(:last-child) select option {
  color: #000;
}
.barra-refinar .refinar-buttons ul li:hover:not(:last-child) .fundo {
  width: 100%;
  background-color: var(--cor1);
  transition: all 0.3s;
}
.barra-refinar .refinar-buttons ul li:hover:last-child {
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.0941176471);
}
.barra-refinar .refinar-buttons ul li .fundo {
  width: 0;
  position: absolute;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  border-radius: 3em;
  transition: all ease 0.5s;
}
.barra-refinar .refinar-buttons ul li.ativo {
  border: 1px solid var(--cor1);
  background-color: var(--cor1);
  color: #fff;
}
.barra-refinar .refinar-buttons ul li.ativo svg {
  fill: #fff;
}
.barra-refinar .refinar-buttons ul svg {
  width: 26px;
  height: 26px;
  fill: #000;
}
.barra-refinar .refinar-buttons form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.barra-refinar .refinar-buttons .autocomplete-ref {
  width: calc(100% - 35px);
  padding: 0 15px;
  background-color: transparent;
}

/* FIM REFINAR */
/*card do resultado */
.resultado .box-one-imagem {
  position: relative;
  overflow: hidden;
  height: 260px;
  display: grid;
  align-content: center;
}
.resultado .box-one-infos {
  padding: 15px;
  display: grid;
  align-content: space-between;
}
.resultado .box-one-infos .tipo-bairro .box h3 {
  font-size: 21px;
  height: auto;
  font-weight: 500;
  margin-bottom: 15px;
}
.resultado .box-card {
  margin: 1em 0;
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.168627451);
}
.resultado .box-card .link-a {
  display: flex;
}
.resultado h1 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
.resultado .filterrs {
  z-index: 500;
  position: relative;
  color: var(--cor1);
}
.resultado .filterrs span {
  font-weight: 600;
}
.resultado .one-extrafilters svg {
  height: 23px;
}
.resultado .one-extrafilters h2 {
  font-size: 15px;
}

/* RESULTADO */
.column-refinar {
  border: none;
  border-radius: 10px;
  border-top: none;
}
.column-refinar .form-control:focus {
  background-color: transparent !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}
.column-refinar .container {
  position: relative;
}
.column-refinar .limpar-aplicar {
  padding: 13px 1.3em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6784313725);
}
.column-refinar .search-ref {
  box-shadow: none;
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 7px;
  color: #fff;
  padding: 10px;
}
.column-refinar .search-ref::placeholder {
  color: var(--cor3);
}
.column-refinar input[type=radio]:checked + label {
  background-color: var(--cor2);
  border: 1px solid var(--cor2);
  color: #fff;
}
.column-refinar button.btn-ref-refinar {
  width: 41px;
  display: flex;
  margin: 3px;
  align-items: center;
  fill: #fff;
  justify-content: center;
  padding: 6px;
  border-radius: 3px;
  transition: all ease-out 0.3s;
  height: 41px;
  background-color: var(--cor2);
  border: 1px solid #00347F;
  position: absolute;
  right: 20px;
}
.column-refinar button.btn-ref-refinar svg {
  fill: #fff;
}
.column-refinar button.btn-ref-refinar:hover {
  background-color: var(--cor3);
  border: 1px solid var(--cor1);
}
.column-refinar button.btn-ref-refinar:hover svg {
  fill: #fff;
}

.box-col-ref {
  border-radius: 8px;
  background-color: var(--cor1);
  top: 0;
  z-index: 499;
  padding: 1.3em 0;
}

.resultado-0 {
  width: 80%;
  padding: 3em;
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 0;
  margin: 2em auto;
  text-align: center;
  background-color: #f8f8f8;
}
.resultado-0 i {
  color: var(--cor1);
  font-size: 49px;
  margin: 0 0 0.5em 0;
}
.resultado-0 span {
  color: #a3a3a3;
}

/* FIM RESULTADO */
/* RODAPÉ */
footer {
  background-color: var(--cor1);
  position: relative;
  padding-top: 4em;
}
footer .container.principal {
  z-index: 40;
  position: relative;
}
footer .footer-bg {
  position: absolute;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.61);
  height: 100%;
  top: 0;
  bottom: 0;
}
footer .principal .menu {
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
}
footer .container.principal .row > div {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
footer .barra-fixa {
  position: fixed;
  display: none;
  bottom: 0;
  background: transparent;
  width: 100%;
  z-index: 9999;
  padding: 0;
  bottom: 90px;
  right: 20px;
  height: 0px;
}
footer .barra-fixa .container,
footer .barra-fixa .row {
  height: 0px;
}
footer .barra-fixa .selecionados-float {
  position: relative;
}
footer .barra-fixa .num-selecionados {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background-color: var(--cor3);
  padding: 5px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  height: 20px;
  font-size: 11px;
  bottom: 12px;
  display: flex;
  right: 6px;
  align-items: center;
  justify-content: center;
}
footer .barra-fixa .coluna-1 {
  justify-content: right;
  display: flex;
  gap: 2px;
  height: 0px;
}
footer .client-area {
  background-color: #fff;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 7px;
  border: 1px solid #fff;
  gap: 4px;
  border: 1px solid #00347F;
  margin: 15px 0;
}
footer .client-area i,
footer .client-area span {
  color: var(--cor1);
}
footer .zap-float {
  transition: all ease-out 0.2s;
  cursor: pointer;
  position: relative;
}
footer .zap-float:hover {
  transform: scale(1.07);
  transition: all ease-out 0.2s;
}
footer .redes a {
  text-decoration: underline;
}
footer p {
  font-size: 15px;
}
footer a.ver-mapa {
  text-decoration: underline;
  margin-top: 15px;
  display: block;
  width: fit-content;
}
footer .link-zap {
  margin-bottom: 15px;
  display: block;
  width: fit-content;
}
footer .link-zap p {
  display: flex;
  align-items: center;
}
footer .link-zap i {
  font-size: 20px;
  color: var(--cor1);
  margin-right: 5px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
footer ul i {
  font-size: 30px;
  margin-left: 4px;
  color: #fff;
}
footer ul span {
  color: #fff;
}
footer .contatenos .email .fa-envelope {
  font-size: 21px;
  color: var(--cor1);
}
footer .contatenos .email span {
  color: #000;
  text-decoration: underline;
}
footer .contatenos .social-share ul svg {
  fill: var(--cor1);
  width: 36px;
  height: 36px;
}
footer .contatenos ul {
  display: grid;
  justify-content: space-between;
}
footer .contatenos ul span {
  color: rgba(255, 255, 255, 0.6392156863);
  font-weight: 600;
  font-size: 15px;
}
footer .contatenos .fa-whatsapp {
  color: var(--cor1);
  font-size: 21px;
}
footer .contatenos .fa-phone {
  color: var(--cor1);
  font-size: 21px;
}
footer .contatenos .tel i {
  font-size: 18px;
}
footer .contatenos li {
  margin: 10px 0;
}
footer .contatenos li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .contatenos .redes li {
  margin: 0;
}
footer .rodape-fixo {
  background: var(--cor1);
  padding: 0.5em;
  bottom: -50px;
  color: #fff;
}
footer .rodape-fixo a {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .rodape-fixo h3 {
  margin: 0;
}
footer .rodape-fixo.on {
  position: fixed;
  z-index: 2000;
  transition: all ease 2s;
  width: 100%;
  bottom: 0px;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2196078431);
}

.copyright {
  padding: 1em 15px;
  margin-top: 15px;
  position: relative;
}
.copyright p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6392156863);
  font-weight: 300;
}
.copyright .logos-dev {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.copyright .logos-dev img {
  width: 50px;
}

.box-paginacao nav {
  display: flex;
  justify-content: center;
  padding: 3em 0;
}

ul.pagination {
  gap: 3px;
}
ul.pagination li {
  display: flex;
  align-items: center;
}
ul.pagination li a {
  padding: 0;
  margin: 0;
  color: #666;
  font-weight: 500;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li:first-child,
ul.pagination li:last-child {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li:first-child a,
ul.pagination li:last-child a {
  width: auto;
  height: auto;
}
ul.pagination .page-link {
  border: none;
  outline: none;
}
ul.pagination li.active a {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  background-color: var(--cor2);
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .contatenos .box-2,
  .contatenos ul.tels {
    display: grid !important;
  }
  .quem-somos h2.title2 {
    text-align: left;
  }
  .quem-somos h2.title1 {
    font-size: 32px;
    left: 0;
    text-align: left;
  }
  .busca-rapida .input-rapida select {
    max-width: 125px;
  }
  .busca-rapida .box-compra-aluga .button {
    font-size: 11px !important;
  }
  .busca-rapida .input-rapida select,
  .busca-rapida .input-rapida span,
  .busca-rapida .input-rapida input::placeholder {
    font-size: 11px !important;
  }
  .busca-rapida .input-rapida::placeholder {
    font-size: 11px !important;
  }
}
@media (max-width: 550px) {
  .box-flutuante .fale-com-corretor h6 {
    font-size: 14px;
    text-align: center;
  }
  .compartilhation h6 {
    margin: 15px 0;
    text-align: center;
  }
  .galeria-imovel .carousel {
    height: 305px;
    border-radius: 0;
  }
  .melhores-opcoes .row {
    padding-left: 1em;
    padding-right: 1em;
  }
  .resultado .col-results .link-one {
    padding: 0.7em 1em;
  }
  .resultado .box-one-imagem {
    height: 210px;
  }
}
@media (max-width: 991px) {
  .itens-result-1.range-s .input-style,
  .busca-rapida .input-rapida span {
    font-size: 12px !important;
  }
  .busca-rapida .input-rapida span.title1 {
    font-size: 15px !important;
  }
  .banner.homme .box-busca-rapida {
    padding: 1em;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.61);
    backdrop-filter: blur(8px);
  }
  .banner.homme .box-busca-rapida h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--cor1);
  }
  .banner.homme .item-content h2 {
    font-size: 15px;
    max-width: 290px;
  }
  .detalhe-tel,
  .detalhe-zap {
    width: 100%;
  }
  .agendar-visita h3,
  .simule-fin h3 {
    display: flex;
    justify-content: center;
  }
  .agendar-visita .btn-agenda-visita,
  .simule-fin .btn-agenda-visita {
    background-color: var(--cor2);
    border: none;
    font-weight: 300;
    padding: 5px 50px;
    width: 100%;
  }
  .simule-fin ul {
    list-style: none;
    display: grid;
    padding: 2em 0;
    margin: 0 -15px;
    gap: 15px;
    justify-content: center;
  }
  .banner.homme {
    height: fit-content;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .banner.homme video {
    z-index: -20;
    position: relative;
    width: 100%;
    height: auto;
  }
  .head-pages .sobre .title h1 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    display: grid;
    text-align: center;
  }
  .head-pages .sobre .title h1 span {
    text-align: center;
  }
  .head-pages .sombra {
    height: 100%;
  }
  .principais-bairros .row > div:nth-child(2) .box, .principais-bairros .row > div:nth-child(3) .box, .principais-bairros .row > div:nth-child(4) .box, .principais-bairros .row > div:nth-child(5) .box {
    border-radius: 0;
    overflow: hidden;
    height: 185px;
  }
  .principais-bairros .row > div:nth-child(2) .box h2, .principais-bairros .row > div:nth-child(3) .box h2, .principais-bairros .row > div:nth-child(4) .box h2, .principais-bairros .row > div:nth-child(5) .box h2 {
    font-size: 16px;
  }
  .quadros-mobile .text {
    background-color: var(--cor2);
    color: #fff;
    padding: 4em 2em 2em 2em;
    margin: 0em 0 2em;
    text-align: center;
  }
  .quadros-mobile .text h2 {
    color: #fff !important;
  }
  .quadros-mobile .text:nth-child(2) {
    margin-bottom: 6em;
  }
  footer .contatenos .box-2 {
    justify-items: center;
  }
  footer .contatenos ul {
    display: grid;
    min-width: 100%;
    justify-content: center;
  }
  footer .contatenos ul span {
    min-width: 147px;
  }
  footer .contatenos .email a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .back-banner .b-close {
    top: 20px;
    right: 20px;
  }
  .im-det-infos p {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  .im-det-infos .caixa-shadow {
    padding: 3em 2em;
  }
  .im-det-infos .caixa-shadow .cond-iptu > div {
    min-width: 50%;
    padding: 2em 0;
  }
  .im-det-infos .texto-do-imovel {
    text-align: justify;
  }
  .caixa-shadow .titles > div:first-child {
    border: none !important;
    padding: 0 !important;
  }
  .caixa-shadow .titles > div:nth-child(2) {
    border-bottom: none !important;
  }
  .caixa-shadow .titles {
    text-align: center;
    justify-content: center;
  }
  .caixa-shadow .refs {
    text-align: center;
    justify-items: center;
  }
  main {
    position: relative;
    z-index: 999;
  }
  footer ul span {
    width: 125px;
  }
  .box-flutuante .fale-com-corretor {
    background-image: none;
  }
  .barra-refinar {
    padding: 2em 0 1em;
  }
  .banner.homme #carouselExampleRide,
  .banner.homme .carousel-inner,
  .banner.homme .carousel-item,
  .banner.homme img {
    height: 100%;
  }
  .quem-somos .foto {
    height: 400px;
    overflow: hidden;
    display: grid;
    align-content: center;
    justify-items: center;
  }
  .quem-somos .box {
    text-align: center;
  }
  .quem-somos .titlemob {
    position: absolute;
    width: 90%;
    margin: auto 5%;
    align-items: center;
    height: 100%;
  }
  .quem-somos .titlemob h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 1px 18px #000;
  }
  .quem-somos h5 {
    color: #497d4e;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 1em;
    width: calc(100% - 170px);
    margin: 0 auto;
  }
  .busca-rapida .linha-vermelha {
    border-bottom: none !important;
  }
  .bread-galeria-imovel {
    display: none;
  }
  .box-flutuante {
    width: 100%;
    padding: 30px;
    margin: 0;
    margin-bottom: 50px;
  }
  header .logo-topo {
    width: 190px;
  }
  .melhores-opcoes h2 {
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    margin: 1em 0;
  }
  .resultado .filterrs {
    text-align: center;
  }
  .column-refinar {
    border: none !important;
  }
  .column-refinar .tit-extra,
  .column-refinar .val-extra {
    padding: 10px 0;
  }
  .btn-refinar-mob a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
  }
  .btn-refinar-mob svg {
    fill: #fff !important;
  }
  .breads {
    display: none;
  }
  footer .contatenos li a {
    justify-content: center;
  }
  .rodape-fixo .col-12 {
    text-align: left;
  }
  .head-1 .centraliza {
    display: flex;
    justify-content: flex-start;
  }
  .head-1 .centraliza .box-logo-topo {
    display: flex;
    gap: 15px;
  }
  .logo-so-mobile {
    display: flex !important;
    justify-content: center;
    margin: 13px 0;
  }
  .botao-mobile {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .menu-principal .navbar-nav .nav-link {
    border-radius: 0;
    padding: 13px 7px;
  }
  .menu-principal .navbar-nav .nav-link:hover {
    background-color: var(--cor1);
    color: #fff;
    border-radius: 0;
    padding: 13px 7px;
  }
  .menu-inteiro {
    justify-content: end;
    display: flex;
  }
  .head-1 .navbar .container-fluid {
    justify-content: end;
  }
  .form-control.bairro-ou-ref::placeholder {
    color: transparent;
  }
  .box-card .like-button button,
  .box-card .labels .label {
    width: 40px;
    height: 40px;
  }
  .adm-imovel .foto-sobre {
    height: 215px;
  }
  .adm-imovel .head {
    padding: 250px 2em 3em;
    text-align: center;
  }
  .adm-imovel .oferecemos .container .row {
    justify-content: center;
  }
  .adm-imovel .oferecemos .box-ofer img {
    height: 88px;
    margin-bottom: 10px;
  }
  .adm-imovel .oferecemos .box-ofer h3 {
    font-size: 16px;
    width: 100%;
  }
  .adm-imovel .entendemos {
    padding: 4em 0 4em;
  }
  .adm-imovel .entendemos .box-circulos .box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 50%;
    width: 50%;
    padding-bottom: 50%;
    position: relative;
    margin: 10px 0;
  }
  .adm-imovel .entendemos .consultenos .titulo-e-tel {
    margin: 1em 0px;
  }
  .adm-imovel .entendemos .consultenos b {
    text-align: center;
    margin-bottom: 10px;
  }
  .nossa-proposta {
    padding: 3em 2em;
    text-align: center;
  }
  .nossas-unidades .sobre-img-ag {
    order: 2;
  }
  .nossas-unidades .mapa {
    order: 1;
  }
  .nossas-unidades iframe {
    border: 0;
    width: 100%;
    left: 0;
    position: relative;
    height: 250px;
  }
  .nossas-unidades .infos {
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 2em 4em;
    gap: 10px;
    background-color: #ececec;
  }
  .nossas-unidades .endereco {
    padding: 2em;
    background-color: #ececec;
    text-align: center;
  }
  .melhores-opcoes .beating svg,
  .imoveis-similares .beating svg,
  .resultado .beating svg,
  .selecionados .beating svg {
    width: 20px;
    height: 20px;
  }
  .galeria-imovel .carousel-item img {
    width: auto !important;
    height: 299px !important;
    cursor: pointer;
  }
  .galeria-imovel .carousel {
    height: 299px;
    border-radius: 0;
  }
  .buttons-imovel ul {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px 15px;
    align-items: center;
    justify-items: center;
    flex-wrap: wrap;
  }
  .buttons-imovel ul li {
    width: 30%;
  }
  .buttons-imovel ul li a {
    padding: 12px 0px;
    font-size: 13px;
  }
  .det-condominio,
  .texto-do-imovel {
    background-color: transparent;
  }
  .im-det-infos h2 {
    padding-bottom: 3px;
  }
  .im-det-infos h3 {
    padding: 0;
  }
  .tit-ref span {
    font-weight: bold;
  }
  .im-det-infos .galeria .box .carousel-item {
    width: calc(50% - 10px);
  }
  .box-video iframe {
    width: 100%;
    height: 360px;
  }
  .resultado h1 {
    text-align: center;
  }
  .resultado .box-one-imagem {
    height: 250px;
  }
  .resultado .box-one-imagem,
  .resultado .box-one-infos {
    width: auto;
  }
  .resultado .box-card .link-a {
    display: block;
  }
  .box-col-ref {
    width: 100%;
    height: max-content;
    overflow: hidden;
    border-radius: 0 0 19px 19px;
    background-color: var(--cor1);
    padding: 70px calc(var(--bs-gutter-x) * 0.5);
    position: absolute;
    top: 1px;
    z-index: 501;
    left: 0;
    box-shadow: 0px 20px 10px 10px rgba(0, 0, 0, 0.3);
    display: none;
    margin: 0px;
  }
  .box-col-ref select {
    width: 100%;
  }
  .column-refinar .limpar-aplicar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: var(--cor4);
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 500;
    border: none;
  }
  .order-imoveis {
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 1em 0 5px;
    border-bottom: 1px solid #b3b3b3;
    align-items: center;
    gap: 10px;
  }
  .order-imoveis input[type=radio] {
    display: none;
  }
  .barra-refinar .refinar-buttons ul {
    display: grid;
    gap: 10px;
    margin: 10px 0;
  }
  .barra-refinar .refinar-buttons ul li {
    padding: 10px;
    border: 1px solid #d1d1d1;
    height: 40px;
  }
  .barra-refinar .refinar-buttons ul li a {
    padding: 0;
  }
  .barra-refinar .refinar-buttons ul .order-imoveis svg {
    display: none;
  }
  .barra-refinar #sortBy,
  .barra-refinar #qtdPag {
    width: 100%;
    text-align: center;
  }
  .column-refinar .container {
    position: inherit;
  }
  .melhores-opcoes .btn-padrao {
    padding: 20px 25px;
    width: 80%;
    margin: 30px 0 0;
    border-radius: 4em;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .principal .menu {
    grid-template-columns: 1fr;
  }
  footer .client-area {
    background-color: #fff;
    border-radius: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    border: 1px solid #fff;
    gap: 4px;
    border: 1px solid #00347F;
    margin: 15px 0;
    width: fit-content;
    text-align: center;
  }
  footer h3 {
    font-size: 23px;
  }
  footer .row {
    text-align: center;
  }
  footer .link-zap {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  footer a.ver-mapa {
    text-decoration: underline;
    margin-top: 15px;
    display: block;
    width: -moz-fit-content;
    width: 100%;
  }
  footer ul.redes {
    justify-content: center !important;
  }
  footer .logos-dev img {
    height: 30px;
    margin-top: 30px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    z-index: 999;
  }
  .placeholder-search {
    margin: 40px auto 9px;
    text-align: center;
    font-size: 15px;
    width: 80%;
  }
  .busca-rapida {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
    z-index: 200;
    padding: 1.2em;
    background: var(--cor1);
  }
  .busca-rapida form .botao {
    height: auto;
  }
  .busca-rapida #filter_location {
    width: 100%;
  }
  .busca-rapida form {
    display: block;
  }
  .busca-rapida form > div {
    margin: 9px 0;
    gap: 9px;
  }
  .busca-rapida .box-compra-aluga svg {
    width: 30px;
    height: 25px;
  }
  .busca-rapida .linha-vermelha {
    border: none;
    width: 100%;
    margin: 0;
    gap: 0px;
    display: grid;
    height: auto;
    justify-content: center;
    border-radius: 0;
  }
  .busca-rapida .linha-vermelha > div:first-child {
    width: 100%;
  }
  .busca-rapida .linha-vermelha > div:first-child .input-rapida {
    width: 100%;
  }
  .busca-rapida .input-rapida {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.937254902);
  }
  .busca-rapida .input-rapida .valor {
    width: 50%;
  }
  .busca-rapida .input-rapida select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
  }
  .busca-rapida .input-rapida .referencia-box {
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 10px;
    color: #fff;
  }
  .busca-rapida .input-rapida svg {
    fill: var(--cor6);
  }
  .busca-rapida .btn-busca-rapida {
    background-color: var(--cor2);
    border-radius: 0;
    height: auto;
    display: flex;
    border: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .busca-rapida .btn-busca-rapida span {
    color: #fff;
  }
  .busca-rapida .btn-busca-rapida svg {
    width: 37px !important;
    height: 37px !important;
    fill: #fff;
  }
  .busca-rapida .btn-busca-rapida:hover {
    background-color: var(--cor3);
  }
  .busca-rapida .btn-busca-rapida:hover svg {
    fill: var(--cor1);
  }
  #searchInput::placeholder {
    color: transparent;
  }
  header .navbar .container-fluid {
    justify-content: end;
  }
  #menu-principal {
    top: 70px;
    position: relative;
  }
  .menu-principal.mostra {
    display: flex;
    justify-content: center;
    height: 100vh;
    opacity: 1;
    transition: all ease 0.7s !important;
  }
  .menu-principal {
    display: flex;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6901960784);
    backdrop-filter: blur(30px);
    width: 100%;
    height: 0vh;
    overflow: hidden;
    opacity: 0;
    z-index: -100;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 3em;
    align-items: center;
    justify-content: center !important;
    transition: all ease 0.3s !important;
  }
  .menu-principal ul {
    height: 60%;
    display: flex;
    text-align: center;
    width: 90%;
  }
  .menu-principal li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor1);
    margin: 4px 0;
  }
  .menu-principal li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .menu-principal li:hover {
    background-color: var(--cor3);
    border-radius: 10px;
  }
  .menu-principal li:hover a {
    color: #fff;
  }
  ul.pagination li:last-child {
    border: none;
  }
  .preload-geral {
    z-index: 99999;
  }
  .preload-result {
    z-index: 9999;
  }
}
@media (max-width: 550px) {
  .tipo-venda-locacao h5,
  .extra-infos .infos span,
  .extra-infos .infos span,
  .det-condominio {
    font-size: 14px !important;
  }
  .trabalhe-form .d-grid.d-sm-flex.row {
    gap: 10px;
  }
  .resultado .box-one-imagem {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .col-results .breadcrumb {
    justify-content: start;
  }
}
/* Icon shake */
@-webkit-keyframes shake-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes shake-out {
  10% {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
  }
  20% {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.shake-out {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  animation: shake-out 0.75s infinite;
}

/*Minimalist Light Box by Ilton Mendes */
.vendo-fotos.cleanbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-banner-box {
  height: 100%;
  display: grid;
  align-items: center;
  align-content: center;
  zoom: 1.05;
}

.back-banner-box .banner-img-fundo {
  opacity: 0;
}

.back-banner-box .btn {
  background-color: rgba(255, 255, 255, 0.1803921569);
  margin: 7px 0;
  border-radius: 12px;
}

.back-banner .b-close {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 700;
}

.back-banner .breadimovel-mob {
  display: none;
}

.back-banner .b-close {
  fill: var(--cinzaazulado);
  cursor: pointer;
}

.back-banner .vendo-fotos a {
  color: #fff;
}

.carousel-item .box-marca {
  position: absolute;
  opacity: 0.3;
}
.carousel-item .box-marca .marca-dagua {
  width: 140px !important;
}

#listandoBusca .selecionar-item {
  cursor: pointer;
  padding-left: 8px;
}

#listandoBusca .selecionar-item:hover {
  background-color: var(--cor2);
}
#listandoBusca .selecionar-item:hover small {
  color: #fff;
}

#listandoBusca .container {
  padding-left: 0;
  padding-right: 0;
}

#listandoBusca {
  overflow: hidden;
  min-height: 88px;
  margin: 0 auto;
  border-radius: 5px;
  top: 62px;
  display: none;
  position: absolute;
  background-color: #84bff8;
  padding: 1em 0;
  width: 100%;
  left: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  z-index: 300;
}

.barra-refinar #listandoBusca {
  top: 46px;
}
.barra-refinar #listandoBusca .selecionar-item:hover {
  background-color: var(--cor2);
  color: #fff;
}
.barra-refinar #listandoBusca .container {
  text-align: left;
}
.barra-refinar #listandoBusca small {
  font-size: 15px;
}

#listandoBusca h5 {
  font-size: 18px;
  color: var(--cor2);
  font-weight: 600;
}

.barra-refinar #listandoBusca h5 {
  font-size: 16px;
  color: #DE2214;
  font-weight: 600;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
}

#listandoBusca .selecionar-item {
  font-size: 16px;
  padding: 15px 10px;
}

#listandoBusca small {
  font-size: 17px;
  color: var(--cor1);
}

#termos {
  box-shadow: none;
}

.busca-rapida .itens-result-1 {
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 13px;
  border: none !important;
  padding: 0 !important;
}
.busca-rapida .range-s .valores span {
  position: absolute;
  margin: 0;
}
.busca-rapida .range-s .valores .col-6 {
  display: flex;
  align-items: center;
}
.busca-rapida .f-valor {
  padding: 15px 1em;
}

.itens-result-1.range-s .arrow-right {
  display: block !important;
  margin-left: -16px !important;
}
.itens-result-1.range-s .ui-slider-horizontal {
  border-bottom-right-radius: 3px;
  background-color: #d5d8db;
  border-radius: 1em;
  height: 9px;
  border: none !important;
  box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1803921569) inset;
  border-radius: 1em;
}
.itens-result-1.range-s .ui-slider-horizontal .ui-slider-range {
  background-color: var(--cor1) !important;
}
.itens-result-1.range-s .ui-slider .ui-slider-handle {
  margin: 0px;
  border-radius: 50%;
  background: #f4f4f4 !important;
  width: 25px;
  height: 25px;
  top: -8px;
}
.itens-result-1.range-s .input-style {
  padding: 10px 15px 10px 35px !important;
  font-size: 15px;
}
.itens-result-1.range-s .valores .col-6:first-child .input-style {
  padding: 10px 15px 10px 10px !important;
}

.range-result {
  margin: 12px 0 15px;
}
.range-result .title {
  margin-top: 1rem;
}
.range-result > div {
  border: none !important;
}
.range-result .valores span {
  position: absolute;
  margin: 0;
  color: #000;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.range-result .valores span,
.range-result .valores input {
  font-size: 14px !important;
}
.range-result .valores .row .input-style {
  width: 100%;
  padding: 10px 15px 10px 49px !important;
  border-radius: 0.375rem;
  border: none;
}
.range-result .itens-result-1.range-s .valores .col-6:first-child .input-style {
  padding: 10px 15px 10px 25px !important;
  border-radius: 0.375rem;
  border: none;
}
.range-result span {
  color: #fff;
  font-weight: 600;
}
.range-result .range-s {
  padding: 5px 0;
}
.range-result .range-s .ui-slider.ui-slider-horizontal .ui-slider-range {
  background-color: var(--cor2) !important;
}
.range-result .input-style {
  padding: 10px 15px 10px 35px !important;
  font-size: 15px;
}

@media (max-height: 580px) {
  .banner.homme .box-busca-rapida {
    padding: 0.5em 1em;
  }
}/*# sourceMappingURL=app.css.map */