@charset "UTF-8";
@import url(banner-box.css);
.nossas-unidades .infos p, .centraliza {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.color-middlegray {
  color: #57585E !important;
}

.bg-middlegray {
  background-color: #57585E !important;
}

.color-lightgray {
  color: #8C8E96 !important;
}

.bg-lightgray {
  background-color: #8C8E96 !important;
}

.color-cinzasuperclaro {
  color: #E1E3E7 !important;
}

.bg-cinzasuperclaro {
  background-color: #E1E3E7 !important;
}

.color-cardgray {
  color: #B8BCC4 !important;
}

.bg-cardgray {
  background-color: #B8BCC4 !important;
}

.color-red {
  color: #C62A2B !important;
}

.bg-red {
  background-color: #C62A2B !important;
}

.color-darkgray {
  color: #282829 !important;
}

.bg-darkgray {
  background-color: #282829 !important;
}

.color-greenzap {
  color: #3AD982 !important;
}

.bg-greenzap {
  background-color: #3AD982 !important;
}

* {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

main.home {
  background: #EBECF2;
  background: linear-gradient(181deg, rgb(235, 236, 242) 0%, rgb(255, 255, 255) 100%);
}

.font-comic {
  font-family: "Comic Neue", cursive;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

form input:focus {
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
}

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

header {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.168627451);
  z-index: 99999;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
}
header .nav-item a {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
header .logo-topo {
  width: 180px;
  margin: 7px 0;
}
header .social-share ul {
  list-style: none;
}
header .social-share .linkzap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
header .social-share .linkzap i {
  font-size: 24px;
  color: #C62A2B;
}
header .social-share .linkzap span {
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: #57585E;
  align-items: center;
  font-size: 15px;
}
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 {
  border-radius: 0;
  overflow: hidden;
  height: 65vh;
  position: relative;
  z-index: 400;
}
.banner.homme .banner {
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
}
.banner.homme .carousel-item {
  height: 65vh;
}
.banner.homme .carousel-item .box-banner {
  background: rgba(30, 30, 30, 0.85);
  transition: all ease 0.3s;
  padding: 18px;
  margin: 55px;
  color: #fff;
  display: grid;
  justify-items: end;
  right: 50px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner.homme .carousel-item .box-banner h5 {
  font-weight: 200;
  text-transform: uppercase;
}
.banner.homme .carousel-item .box-banner h1 {
  font-weight: 300;
}
.banner.homme .carousel-item .box-banner .link {
  font-family: "Comic Neue", cursive;
  gap: 1.2rem;
}
.banner.homme .carousel-item .box-banner svg {
  transform: translateX(-11px);
  transition: transform 0.34s ease;
}
.banner.homme .carousel-item .box-banner:hover {
  background: rgba(30, 30, 30, 0.97);
  transition: all ease 0.3s;
}
.banner.homme .carousel-item .box-banner:hover svg {
  transform: translateX(0);
}
.banner.homme .carousel-item img {
  height: 100%;
}
.banner.homme .carousel-item.active .banner {
  animation: zoomBanner ease-out alternate infinite 15s;
}
@keyframes zoomBanner {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 12%;
  opacity: 0.8;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  width: 11%;
  opacity: 1;
}

.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}

.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

.btn-busca-rapida:hover {
  background-color: #C62A2B !important;
}

.page-title {
  font-size: 24px;
  font-weight: 600;
}

#sortBy,
#qtdPag {
  height: 100%;
  background-color: transparent;
  width: 100%;
  padding: 0px 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}
#sortBy option,
#qtdPag option {
  text-align: start;
}
#sortBy option[selected],
#qtdPag option[selected] {
  text-align: center;
}

.radio-group {
  display: flex;
  justify-content: space-between;
}
.radio-group input[type=radio] {
  display: none;
}
.radio-group input[type=radio] + label {
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 10px 14px;
  cursor: pointer;
  margin-right: 10px;
  color: #8C8E96;
}
.radio-group input[type=radio] + label:last-child {
  margin-right: 0px;
}
.radio-group input[type=radio]:checked + label {
  background-color: #57585E;
  color: #fff;
}

.missao .caixa {
  border-radius: 20px;
  padding: 30px;
  min-height: 440px;
  background: var(--Linear-Grad, linear-gradient(77deg, #E5E4E9 20.82%, #F5F5F5 115.26%));
  display: grid;
  align-content: center;
}
.missao .caixa ul li {
  display: flex;
  gap: 5px;
}
.missao .caixa h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.missao .caixa .div {
  min-height: 200px;
}
.missao .caixa .div:first-child {
  display: grid;
  align-content: end;
}

.busca-rapida {
  position: relative;
  padding: 20px 23px;
  top: 26px;
  width: 100%;
  height: auto;
  z-index: 10;
  border: 1px solid #57585E;
  border-top: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #282829;
  border-radius: 18px;
  transition: transform ease 0.4s;
  box-shadow: 0px 13px 10px -3px rgba(0, 0, 0, 0.1019607843);
}
.busca-rapida .select-custom {
  position: relative;
  width: -webkit-fill-available;
}
.busca-rapida .select-custom .icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.busca-rapida .select-custom .icon-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.busca-rapida .select-custom select,
.busca-rapida .select-custom input {
  background: transparent;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}
.busca-rapida .select-custom select option,
.busca-rapida .select-custom input option {
  color: #282829;
}
.busca-rapida .select-custom select:focus,
.busca-rapida .select-custom input:focus {
  box-shadow: none;
}
.busca-rapida .select-custom option {
  color: #000;
}
.busca-rapida .input-rapida {
  display: flex;
}
.busca-rapida .input-rapida span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0 15px;
}
.busca-rapida .input-rapida select,
.busca-rapida .input-rapida input {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #fff;
  min-width: 112px;
  background-color: transparent;
  border-radius: 11px;
  padding: 9px 39px;
}
.busca-rapida .input-rapida select::-moz-placeholder, .busca-rapida .input-rapida input::-moz-placeholder {
  color: #ffffff;
}
.busca-rapida .input-rapida select::placeholder,
.busca-rapida .input-rapida input::placeholder {
  color: #ffffff;
}
.busca-rapida .input-rapida .referencia-box {
  height: 43px;
  background-color: transparent;
  padding: 10px;
  transition: all ease 0.6s;
}
.busca-rapida .input-rapida .referencia-box:focus {
  background-color: #57585E;
  color: #fff;
  transition: all ease 0.6s;
}
.busca-rapida .input-rapida .referencia-box:focus::-moz-placeholder {
  color: #fff;
}
.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: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem !important;
}
.busca-rapida button {
  background: #fff;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  border: 1px solid #57585E;
}
.busca-rapida [type=text] {
  background-color: transparent;
  border: none;
}
.busca-rapida [type=search]::-moz-placeholder {
  color: #8C8E96;
  font-weight: 500;
  font-size: 16px;
}
.busca-rapida [type=search]::placeholder {
  color: #8C8E96;
  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 {
  background-color: transparent;
  color: #a3a3ab;
  transition: all ease 0.3s;
  box-shadow: none;
}

.middle-title {
  color: #282829;
  font-size: 23px;
  font-weight: 500;
}

.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: #57585E;
}
.ag-zap:hover svg {
  fill: #3AD982;
}

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

.box-card .cidade-ref {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 2em;
  background-color: #282829;
  padding: 1px 15px;
  z-index: 2222;
}
.box-card .cidade-ref span {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 10px;
}

.preload-geral,
.preload-result {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.99);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preload-result {
  background: rgba(255, 255, 255, 0.81);
  backdrop-filter: blur(4px);
  z-index: 9999;
  align-items: start;
  position: absolute;
}
.preload-result .box-loading-r {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  padding-top: 20%;
}

.galeria .imovel-galeria {
  position: relative;
}
.galeria {
  /* =========================================
  IMAGENS
  ========================================= */
}
.galeria .foto-grande,
.galeria .foto-pequena {
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
  background: #f5f5f5;
}
.galeria .foto-grande {
  height: 60vh;
}
.galeria .foto-pequena {
  min-height: calc(30vh - 0.25rem);
}
.galeria .foto-grande,
.galeria .foto-pequena {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
}
.galeria .foto-grande:hover img,
.galeria .foto-pequena:hover img {
  transform: scale(1.03);
}
.galeria {
  /* =========================================
  SETAS GALERIA
  ========================================= */
}
.galeria .galeria-prev,
.galeria .galeria-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.galeria .galeria-prev i,
.galeria .galeria-next i {
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 0px 12px rgba(21, 25, 30, 0.68);
}
.galeria .galeria-prev {
  left: -43px;
}
.galeria .galeria-next {
  right: -43px;
}
.galeria {
  /* =========================================
  LIGHTBOX
  ========================================= */
}
.galeria .lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.96);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.galeria .lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}
.galeria {
  /* =========================================
  FECHAR
  ========================================= */
}
.galeria .fechar-lightbox {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}
.galeria {
  /* =========================================
  COUNTER
  ========================================= */
}
.galeria .lightbox-counter {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
}
.galeria {
  /* =========================================
  LIGHTBOX SWIPER
  ========================================= */
}
.galeria .lightboxSwiper {
  width: 100%;
  height: 100vh;
}
.galeria .lightboxSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.galeria .lightboxSwiper img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.galeria {
  /* =========================================
  SETAS LIGHTBOX
  ========================================= */
}
.galeria .lightboxSwiper .swiper-button-next,
.galeria .lightboxSwiper .swiper-button-prev {
  color: #fff;
}
.galeria {
  /* =========================================
  RESPONSIVO
  ========================================= */
}
@media (max-width: 991px) {
  .galeria .foto-grande {
    height: 300px;
  }
  .galeria .foto-pequena {
    height: 145px;
  }
  .galeria .galeria-prev,
  .galeria .galeria-next {
    display: none;
  }
}

.preload-galeria {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.67);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preload-galeria .result-searching {
  color: #fff;
}

.preload-det {
  backdrop-filter: saturate(0);
  background: rgba(60, 59, 58, 0.89);
}

.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;
}

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

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

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

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

.loading div {
  text-align: center;
}

.melhores-opcoes h2,
.imoveis-similares h2,
.resultado h2,
.selecionados h2 {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
.melhores-opcoes h4,
.imoveis-similares h4,
.resultado h4,
.selecionados h4 {
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}
.melhores-opcoes .beating,
.imoveis-similares .beating,
.resultado .beating,
.selecionados .beating {
  background-color: transparent;
  border: none;
}
.melhores-opcoes .beating svg,
.imoveis-similares .beating svg,
.resultado .beating svg,
.selecionados .beating svg {
  width: 19px;
  height: 19px;
  fill: #000;
}
.melhores-opcoes .beating.active svg,
.imoveis-similares .beating.active svg,
.resultado .beating.active svg,
.selecionados .beating.active svg {
  fill: #57585E;
}
.melhores-opcoes .tipo-bairro .box h3,
.imoveis-similares .tipo-bairro .box h3,
.resultado .tipo-bairro .box h3,
.selecionados .tipo-bairro .box h3 {
  font-size: 23px;
  color: #282829;
  margin-top: 4px;
  font-weight: 500;
  height: 25px;
  overflow: hidden;
  margin-bottom: 13px;
}
.melhores-opcoes .one-extrafilters,
.imoveis-similares .one-extrafilters,
.resultado .one-extrafilters,
.selecionados .one-extrafilters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 15px;
  min-height: 58px;
  background-color: #B8BCC4;
}
.melhores-opcoes .one-labels,
.imoveis-similares .one-labels,
.resultado .one-labels,
.selecionados .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 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.melhores-opcoes .box-extra,
.imoveis-similares .box-extra,
.resultado .box-extra,
.selecionados .box-extra {
  display: flex;
}
.melhores-opcoes .one-extrafilters h2,
.imoveis-similares .one-extrafilters h2,
.resultado .one-extrafilters h2,
.selecionados .one-extrafilters h2 {
  color: #000;
  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 {
  font-size: 11px;
}
.melhores-opcoes .one-extrafilters svg,
.imoveis-similares .one-extrafilters svg,
.resultado .one-extrafilters svg,
.selecionados .one-extrafilters svg {
  fill: #282829;
  height: 17px;
  margin-bottom: 10px;
}
.melhores-opcoes .degrade-one,
.imoveis-similares .degrade-one,
.resultado .degrade-one,
.selecionados .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%);
}

.melhores-bairros {
  background-image: url(../images/fundo-bairros.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #F8F8F8;
}

.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: #57585E;
  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: #B8BCC4;
  height: 30px;
  z-index: 999;
  position: relative;
}

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

.box-one-infos h4,
.box-one-infos h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  color: #282829;
  margin-top: 15px;
}

.box-one-infos h5 {
  margin-top: 0px;
  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;
  background-position: center;
}

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

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

.div-obrigado i {
  margin-bottom: 30px;
  font-size: 58px;
  color: #8C8E96;
}

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

.capa-selecionado.on {
  background-color: rgba(9, 10, 13, 0.46);
  position: absolute;
  width: 100%;
  mix-blend-mode: hard-light;
  height: 100%;
  transition: all ease 0.9s;
}

.box-card:hover {
  transform: scale(1);
  transition: all ease-out 0.2s;
  box-shadow: 0px 0px 20px 1px rgba(31, 30, 33, 0.21);
  border: none;
}

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

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

.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: #57585E;
}

body :not(.btn-voltar) > .like-button {
  scale: 1.2;
}
body :not(.btn-voltar) > .like-button button {
  background-color: transparent;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  outline: none;
}

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

.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: #57585E;
}

.buttons-imovel .like-button.active {
  border: none;
  background-color: #57585E;
}

.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: 0px;
  border: none;
  overflow: hidden;
  transition: all ease-out 0.1s;
  text-decoration: none !important;
  box-shadow: 0px 0px 20px 1px rgba(31, 30, 33, 0.12);
}
.box-card span {
  color: #282829;
  text-transform: uppercase;
  font-weight: 400;
}
.box-card .labels {
  position: absolute;
  right: 15px;
  top: 15px;
  display: grid;
  gap: 6px;
  z-index: 1000;
}
.box-card .labels .label {
  border-radius: 50%;
  border: none;
  outline: unset !important;
  background-color: #282829;
  width: 28px;
  height: 28px;
}
.box-card .labels .label svg {
  width: 19px;
  height: 19px;
  fill: #000;
}

.box-card {
  color: #57585E;
  font-size: 14px;
}

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

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

.venda-loc {
  padding: 0 15px;
}

.tipo-bairro {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
}
.tipo-bairro .cidade-ref {
  display: flex;
  justify-content: space-between;
}
.tipo-bairro .cidade-ref span {
  color: #000;
}

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

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

.botao-mobile {
  display: grid;
  align-content: space-around;
}

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

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

ul.redes .twitter {
  color: #1da1f2;
  width: 18px;
  fill: #1da1f2;
}
ul.redes .twitter:hover svg {
  fill: #1da1f2;
}

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

.principais-bairros .box {
  position: relative;
  overflow: hidden;
  margin: 0.7em 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
}
.principais-bairros .box .sombra {
  position: absolute;
  z-index: 600;
  top: 0;
  bottom: 0;
}
.principais-bairros .box .fundo {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(14, 15, 16, 0.5607843137);
  left: 0;
  right: 0;
  opacity: 0.3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  transition: all ease-out 0.3s;
}
.principais-bairros .box .imagem-fundo {
  z-index: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.principais-bairros .box h2 {
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  position: absolute;
  z-index: 601;
  opacity: 1;
  text-shadow: 0px 0px 15px #000;
  transition: all ease-out 0.3s;
  font-family: "Comic Neue", cursive;
}
.principais-bairros .box h2 span {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  width: 127px;
  font-size: 14px;
  background: transparent;
  border: 2px solid #fff;
  padding: 8px 15px;
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.4s ease, background-color 0.3s ease;
}
.principais-bairros .box .imagem-fundo {
  transition: all ease-out 0.14s;
}
.principais-bairros .box:hover .imagem-fundo {
  scale: 1.2;
  transition: all ease-out 0.25s;
}
.principais-bairros .box:hover h2 {
  font-size: 26px;
  opacity: 1;
  margin-top: -40px;
}
.principais-bairros .box:hover h2 span {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.principais-bairros .box:hover h2 span:hover {
  background-color: #fff;
  color: #282829;
}
.principais-bairros .box:hover .fundo {
  opacity: 1;
  transition: all ease-out 0.3s;
}
.principais-bairros .box:hover img {
  scale: 1.4;
  transition: all ease-out 8s;
}
.principais-bairros .box:hover .sombra {
  opacity: 0;
}
.principais-bairros img {
  width: 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: #57585E;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outros:hover {
  background-color: #8C8E96;
  transition: all 0.3s;
  color: #fff;
}

.btn-todos {
  padding: 20px 40px;
  width: auto;
  border-radius: 4em;
  font-size: 17px;
  font-weight: 500;
  background-color: transparent;
  color: #282829;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 2px solid #282829;
}
.btn-todos svg {
  fill: #282829;
  transform: translateX(0px);
  transition: transform 0.34s ease;
}
.btn-todos:hover {
  color: #fff;
  background-color: #282829;
}
.btn-todos:hover svg {
  fill: #fff;
  transform: translateX(10px);
}

.btn-padrao {
  padding: 10px 25px;
  width: auto;
  border-radius: 4em;
  font-size: 17px;
  font-weight: 500;
  background-color: #57585E;
  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 .fundo {
  width: 100%;
  background-color: #8C8E96;
  color: #000;
  transition: all 0.3s;
}
.btn-padrao:hover {
  color: #fff;
}

.btn-padrao {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
  isolation: isolate;
}

/* brilho interno */
.btn-padrao::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(220px circle at var(--x) var(--y), rgba(255, 255, 255, 0.116), transparent 45%);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -1;
}

/* camada suave */
.btn-padrao::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
  z-index: -2;
}

.btn-padrao:hover::before {
  opacity: 1;
}

.btn-premium {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
  isolation: isolate;
}

/* brilho interno */
.btn-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(570px circle at var(--x) var(--y), rgba(203, 208, 221, 0.137), transparent 40%);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 999;
}

/* camada suave */
.btn-premium::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
  z-index: -2;
}

.btn-premium:hover::before {
  opacity: 1;
}

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

.labels-imovel {
  width: 30px;
  bottom: 20px;
  left: 20px;
  z-index: 99;
}
.labels-imovel .btn-views {
  border-radius: 2em;
  background-color: #282829;
  padding: 8px 27px;
  gap: 6px;
  display: flex;
  align-items: center;
}
.labels-imovel .btn-views span {
  color: #fff;
  font-size: 14px;
}
.labels-imovel .btn-views.btn-video {
  padding-left: 9px;
  padding-right: 9px;
  aspect-ratio: 1/1;
}

/* EMPRESA  */
.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 .frase-cafe {
  position: relative;
}
.quem-somos .cafezinho {
  position: absolute;
  width: 292px;
  left: -100px;
  top: -10px;
}
.quem-somos h2.title2 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  text-align: right;
  position: relative;
  text-transform: uppercase;
}
.quem-somos h5 {
  color: #57585E;
  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: 17px;
  margin-top: 1em;
}
.quem-somos .nossa-proposta {
  padding-top: 50px;
}
.quem-somos .sobre-img-ag img {
  width: 100%;
}

#AgendarModal span {
  font-size: 13px;
}

.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: #57585E;
}
.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: #3AD982;
  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 #eee;
}
.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: 16px;
  margin-top: 20px;
}

.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: -moz-fit-content;
  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: #3AD982;
  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: #949494;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 0;
}
.breadcrumb a {
  color: #B8BCC4;
  font-size: 12px;
  font-weight: 400;
}

/* DETALHE DO IMOVEL */
.extra-infos {
  margin: 2rem 0;
}
.extra-infos ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-end;
  list-style-type: none;
  padding: 0;
  row-gap: 20px;
  padding: 2rem 0;
}
.extra-infos li {
  display: flex;
  gap: 6px;
}
.extra-infos svg {
  width: 30px;
  height: 30px;
  fill: #57585E;
}
.extra-infos .infos {
  display: flex;
  align-items: flex-end;
}
.extra-infos .infos span {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-right: 5px;
}
.extra-infos .infos p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.galeria-imovel {
  background-color: #fff;
}

.tipo-venda-locacao h5 {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.tipo-venda-locacao p {
  color: #57585E;
}

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

.imoveis-similares h3 {
  margin: 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #57585E;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.imoveis-similares h3 span {
  font-size: 18px;
  color: #57585E;
}
.imoveis-similares h3 span:nth-child(2) {
  color: #000;
}
.imoveis-similares h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: -12.5px;
  border-bottom: 1px solid #57585E;
}
.imoveis-similares h3 svg {
  width: 23px;
  height: 23px;
  fill: #57585E;
  margin-right: 10px;
}
.imoveis-similares h3 svg.location {
  margin-right: -1px;
}

.im-det-infos h4 {
  color: #282829;
  font-size: 23px;
  font-weight: 500;
}
.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: 380px;
  border-radius: 0.8em;
}
.im-det-infos h2 {
  margin: 0;
  padding: 7px 0;
  text-decoration: none;
  font-size: 30px;
  font-weight: 300;
  color: #282829;
  letter-spacing: -1px;
  text-transform: capitalize;
}
.im-det-infos h3 {
  margin: 0;
  padding-top: 1.5em;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  color: #282829;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.im-det-infos h3 span {
  font-size: 18px;
  color: #57585E;
}
.im-det-infos h3 span:nth-child(2) {
  color: #000;
}
.im-det-infos h3 svg {
  width: 23px;
  height: 23px;
  fill: #57585E;
  margin-right: 10px;
}
.im-det-infos h3 svg.location {
  margin-right: -1px;
}
.im-det-infos .tit-bairro {
  color: #8C8E96;
}
.im-det-infos .logradouro {
  color: #8C8E96;
  text-transform: capitalize;
  font-size: 15px;
}

.nice .box .datepicker {
  width: 100%;
}
.nice .box {
  border-radius: 25px;
  background: var(--Linear-Grad, linear-gradient(77deg, #E5E4E9 20.82%, #F5F5F5 115.26%));
}
.nice .box .venda-locacao p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
}
.nice .box .venda-locacao h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
}
.nice .desc-imovel {
  border-radius: 25px;
}
.nice .desc-imovel ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.nice .desc-imovel ul li {
  width: 20%;
}
.nice .form-card-imovel button span {
  font-size: 14px;
}
.nice .form-card-imovel .form-control {
  border-width: 1.5px;
  font-size: 14px;
}
.nice .form-card-imovel .form-control:focus {
  box-shadow: none;
  border-color: #212529;
}
.nice .form-card-imovel textarea.form-control {
  resize: none;
  font-size: 12px;
}
.nice .form-card-imovel .arrow-icon {
  transition: transform 0.3s ease;
}
.nice .form-card-imovel .toggle-btn[aria-expanded=true] .arrow-icon {
  transform: rotate(180deg);
}
.nice .form-card-imovel .toggle-btn[aria-expanded=false] .arrow-icon {
  transform: rotate(0deg);
}

.btn-padrao {
  border-radius: 3em;
  padding: 10px 25px;
}

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

.bread-galeria-imovel .breads {
  color: #8C8E96;
  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: 580px !important;
  cursor: pointer;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.31);
}

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

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

.fundo-verde {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(27, 28, 29, 0.88);
}

.galeria-imovel .carousel {
  position: relative;
  overflow: hidden;
  height: 580px;
  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: #57585E;
  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;
}

.buttons-imovel ul li:hover {
  transition: all ease-out 0.3s;
  background-color: #57585E;
  border: 1px solid #57585E;
  border-top: none;
  color: #fff;
}
.buttons-imovel ul li:hover a {
  color: #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);
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#ModalAvalie h4 {
  color: #282829;
  font-weight: 600;
}
#ModalAvalie .modal-content {
  border-radius: 2.5em;
  border: none;
  scale: 0.8;
}
#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-modal-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.box-botao-share {
  background-color: #57585E;
  padding: 12px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-voltar a {
  background-color: #57585E;
  border-radius: 3em;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
.btn-voltar a:hover {
  background-color: #282829;
}

.box-modal-share a .azul:hover svg {
  fill: #0c52bb;
}
.box-modal-share a .verde:hover svg {
  fill: #3AD982;
}
.box-modal-share a .twitter:hover svg {
  fill: #22d1f0;
}
.box-modal-share a .email:hover svg {
  fill: #e21e1e;
}

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

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

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

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

.box-modal-share a {
  width: auto;
  border-radius: 2em;
}
.box-modal-share a:hover .box-botao-share {
  background-color: #282829;
}

.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 p {
  color: #282829;
  font-weight: 300;
}
footer h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #8C8E96;
}
footer ul.menu {
  padding: 0;
  margin: 0;
}
footer ul.menu li {
  margin: 10px 0px;
}
footer ul.menu li a {
  color: #282829 !important;
}
footer ul.redes {
  gap: 32px;
}

.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: 220px;
}

.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;
  row-gap: 10px;
  font-size: 15px;
  color: #000;
}

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

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

#maisInfo {
  border: none;
  background-color: #57585E;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  width: 100%;
}
#maisInfo span {
  font-size: 15px;
  font-weight: 700;
}

/* FIM DETALHE DO IMOVEL */
/* REFINAR */
.item-result h5 {
  font-size: 13px;
}

.divextras .hidden {
  opacity: 0.3;
}
.divextras .search-form-title {
  font-size: 14px;
  font-weight: 400;
}
.divextras > div h5 {
  margin: 12px 0;
}
.divextras .form-control {
  font-size: 13px;
}

.itens-extra .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.itens-extra {
  position: relative;
}
.itens-extra .tit-extra {
  width: 40%;
  align-items: center;
}
.itens-extra .val-extra {
  width: 60%;
  align-items: center;
}
.itens-extra select {
  border: none;
  outline: none;
}
.itens-extra select:focus {
  border: none;
  outline: none;
  box-shadow: none !important;
}
.itens-extra svg {
  width: 19px;
  height: 19px;
  fill: #57585E;
  margin-right: 4px;
}

.divextras .itens-extra::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background-image: url(../images/resultado/sombra-divisao-aba-refinar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.divextras .itens-extra:last-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background-image: url(../images/resultado/sombra-divisao-aba-refinar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: -4.5px;
}

.itens-result-1 {
  border: none;
  padding: 0;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.itens-result-1 svg:not(.divextras svg) {
  position: absolute;
  left: 12px;
  top: 10px;
}
.itens-result-1 .filter-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.itens-result-1 .filter-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 22px;
  color: #444;
}
.itens-result-1 .option-buttons {
  display: flex;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
}
.itens-result-1 .option-btn {
  flex: 1;
  height: 28px;
  border: none;
  border-right: 1px solid #d9d9d9;
  background: #ffffff;
  cursor: pointer;
  transition: 0.2s;
}
.itens-result-1 .option-btn:last-child {
  border-right: none;
}
.itens-result-1 .option-btn.active {
  background: #5e5e63;
  color: white;
}
.itens-result-1 select {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  height: 42px;
  padding: 5px 15px 5px 40px;
  border: 1px solid #282829;
  font-size: 14px;
}

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

.busca-ref {
  margin: 0px 0px 15px 0px;
}

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

.box-compra-aluga {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #B8BCC4;
}
.box-compra-aluga .button {
  padding: 10px 15px;
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.box-compra-aluga .button svg {
  display: none;
}
.box-compra-aluga .box-slide {
  width: 50%;
  position: absolute;
  background-color: #282829;
  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 {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}
.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 {
  font-weight: 400;
  text-align: left;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  height: 42px;
  padding: 5px 15px 5px 40px;
  border: 1px solid #282829;
  font-size: 14px;
}

.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;
  -moz-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: #57585E;
  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: #57585E;
}

.fx-check .inp-cbx:checked + .cbx span:first-child {
  background: #57585E;
  border-color: #57585E;
  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: #282829;
  padding: 15px;
  border: none;
  font-size: 15px;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.aplicar-btn svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  margin-top: -2px;
}

.aplicar-btn:hover,
.aplicar-btn:disabled {
  background-color: #45464c;
  color: #fff;
}

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

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

.btn-limparegiao {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  color: #B8BCC4;
}

.btn-limparegiao button {
  color: #B8BCC4;
}

form .spinner {
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.3s linear infinite;
  display: inline-block;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
form .box {
  border: 1px solid #d2d3d7;
  padding: 1em;
  gap: 10px;
  display: grid;
}

.cookie {
  display: flex;
  width: 390px;
  background-color: rgba(13, 13, 14, 0.8509803922);
  backdrop-filter: blur(5px);
  padding: 25px 15px;
  position: fixed;
  text-align: center;
  z-index: 99999;
  top: 0px;
  right: 0;
  color: #d1d1d1;
  font-size: 11px;
  border-radius: 0px;
  margin: 0px auto;
}

.cookie b,
.cookie a,
.cookie a:hover {
  color: #57585E;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.cookie button {
  color: #fff;
  background-color: #404245;
  border: none;
  padding: 7px 30px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 225px;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  margin-top: 11px;
  margin-bottom: 10px;
}

.cookie button:hover {
  background-color: #57585E;
  border-color: #57585E;
}

.ranges select,
.ranges input {
  padding: 10px 15px;
  color: #8C8E96;
  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 {
  text-align: center;
}

.limpar-tudo a {
  color: #282829;
  text-decoration: underline;
  margin: 15px 0 15px;
  display: block;
}

.barra-refinar {
  padding: 1em 0;
  z-index: 500;
  position: relative;
  background-color: #fff;
}
.barra-refinar form.order-imoveis svg {
  position: absolute;
  left: 14px;
}
.barra-refinar .col-refinar {
  cursor: pointer;
  background-color: #57585E;
  border-radius: 4em;
  color: #fff;
  font-weight: 500;
  border: none;
}
.barra-refinar .col-refinar svg {
  fill: #fff;
}
.barra-refinar .refinar-buttons ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.barra-refinar .refinar-buttons ul li {
  border: 1px solid #282829;
  animation: botaoFxout ease 2s forwards;
  width: 100%;
  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-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) 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) {
  background-color: #bfc1c5;
  color: #fff;
}
.barra-refinar .refinar-buttons ul li:hover:not(:last-child) .fundo {
  width: 100%;
  background-color: #57585E;
  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: 100%;
  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 #57585E;
  background-color: #57585E;
  color: #fff;
}
.barra-refinar .refinar-buttons ul li.ativo svg {
  fill: #fff;
}
.barra-refinar .refinar-buttons form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.barra-refinar .refinar-buttons .autocomplete-ref {
  width: calc(100% - 35px);
  padding: 0 15px;
  background-color: transparent;
}

/* FIM REFINAR */
/*card do resultado */
.resultado .favoritos {
  position: absolute;
  top: 15px;
  right: 15px;
  scale: 1.2;
}
.resultado .box-card .box-one-imagem {
  display: block;
}
.resultado .box-card .box-one-fundo,
.resultado .box-card .box-one-infos,
.resultado .box-card .fundo-zero {
  transition: all ease 0.3s;
}
.resultado .box-card .box-one-infos h4 {
  font-size: 14px;
  font-weight: 700;
}
.resultado .box-card .box-one-infos h3 {
  color: #282829;
  margin: 5px 0;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 25px;
}
.resultado .box-card .fundo-zero {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.resultado .box-card .cidade-ref {
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 2em;
  background-color: #282829;
  padding: 1px 15px;
}
.resultado .box-card .cidade-ref span {
  color: #fff;
  font-size: 10px;
}
.resultado .box-card .one-extrafilters h2 {
  font-size: 10px !important;
  margin: 0;
  text-align: left;
}
.resultado .box-card:hover .box-one-fundo {
  background-size: 110%;
}
.resultado .box-card:hover .box-one-infos {
  background-color: #f2f3f7;
}
.resultado .box-card:hover .fundo-zero {
  scale: 1.1;
}
.resultado .box-one-imagem {
  position: relative;
  overflow: hidden;
  height: -webkit-fill-available;
  display: grid;
  align-content: center;
  width: 55%;
}
.resultado .box-one-infos {
  width: 45%;
  display: grid;
  align-content: space-between;
}
.resultado .box-one-infos .tipo-bairro .box h3 {
  font-size: 23px;
  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: #282829;
  font-size: 22px;
  font-weight: 600;
  padding: 14px 0;
}
.resultado .num-imoveis span {
  color: #282829;
  font-weight: 700;
  font-size: 15px;
}
.resultado .one-extrafilters svg {
  height: 23px;
}
.resultado .one-extrafilters h2 {
  font-size: 15px;
}

/* RESULTADO */
.column-refinar {
  border: 0;
  box-shadow: 0px 0px 15px 3px rgba(39, 39, 39, 0.2117647059);
  border-radius: 0 0 15px 15px;
  border-top: none;
  overflow: hidden;
  font-size: 14px;
}
.column-refinar .container {
  position: relative;
}
.column-refinar .search-ref {
  width: 100%;
  border-radius: 9px;
  height: 42px;
  padding: 5px 15px;
  border: 1px solid #282829;
}
.column-refinar button.btn-ref-refinar {
  width: 35px;
  display: flex;
  margin: 3px;
  align-items: center;
  fill: #fff;
  justify-content: center;
  border-radius: 8px;
  transition: all ease-out 0.3s;
  height: 35px;
  background-color: #282829;
  border: 1px solid #57585E;
  position: absolute;
  right: 1px;
  top: 1px;
}
.column-refinar button.btn-ref-refinar svg {
  fill: #8C8E96;
}
.column-refinar button.btn-ref-refinar:hover {
  background-color: #57585E;
  border: 1px solid #57585E;
}
.column-refinar button.btn-ref-refinar:hover svg {
  fill: #fff;
}

.box-col-ref {
  border-radius: 0 0 19px 19px;
  background-color: #82848D;
  padding: 1.5em;
  top: 0;
  z-index: 499;
}

.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: #57585E;
  font-size: 49px;
  margin: 0 0 0.5em 0;
}
.resultado-0 span {
  color: #B8BCC4;
}

/* FIM RESULTADO */
/* RODAPÉ */
footer .aviso {
  border-radius: 25px;
  border: 2px solid #C62A2B;
  background: #F5F5F5;
}
footer .aviso .col-10 {
  justify-items: start;
}
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: 10px 0;
}
footer .barra-fixa .selecionados-float {
  position: relative;
}
footer .barra-fixa .num-selecionados {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  background-color: #8C8E96;
  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;
}
footer .zap-float {
  transition: all ease-out 0.2s;
  cursor: pointer;
  position: relative;
  left: 15px;
}
footer .zap-float:hover {
  transform: scale(1.07);
  transition: all ease-out 0.2s;
}
footer .redes a {
  text-decoration: underline;
}
footer {
  background-color: #E1E3E7;
}
footer a {
  color: #fff;
}
footer p {
  font-size: 15px;
}
footer a.ver-mapa {
  text-decoration: underline;
  margin-top: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
footer .link-zap {
  margin-bottom: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
footer .link-zap p {
  display: flex;
  align-items: center;
}
footer .link-zap i {
  font-size: 20px;
  color: #57585E;
  margin-right: 5px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul svg {
  fill: #C62A2B;
}
footer ul i {
  font-size: 30px;
  margin-left: 4px;
  color: #fff;
}
footer ul span {
  color: #282829;
}
footer .contatenos .tel i {
  font-size: 24px;
}
footer .contatenos li {
  margin: 10px 0;
}
footer .contatenos li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .rodape-fixo {
  background-color: #fff;
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.2705882353);
  padding: 0.2em 0.5em;
  bottom: -50px;
  color: #fff;
}
footer .rodape-fixo .logo-barra {
  width: 95px;
}
footer .rodape-fixo a {
  color: #fff;
  display: flex;
  gap: 17px;
  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;
}

.copyright {
  padding: 4em 15px;
  margin-top: 15px;
}
.copyright b {
  font-weight: bold;
}
.copyright .logos-dev {
  display: flex;
  gap: 0px;
}

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

#search_form .form-control:focus {
  outline: 0;
  border-color: inherit;
  box-shadow: none;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .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 {
    font-size: 11px !important;
  }
  .busca-rapida .input-rapida::-moz-placeholder {
    font-size: 11px !important;
  }
  .busca-rapida .input-rapida::placeholder {
    font-size: 11px !important;
  }
}
.page-titles {
  background: linear-gradient(261deg, #C6C9CF 24.29%, #E1E1E3 81.08%);
  height: 150px;
  display: flex;
  align-items: end;
  justify-content: start;
}

@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) {
  .im-det-infos h2 {
    font-size: 28px !important;
  }
  .form-card-imovel {
    border-radius: 2em !important;
  }
  .labels-imovel .btn-views {
    padding: 5px 18px;
  }
  .labels-imovel .btn-views span {
    font-size: 11px;
  }
  .galeriaSwiper .row {
    height: 245px;
  }
  .galeriaSwiper .foto-grande {
    height: 245px;
  }
  .galeriaSwiper .galeria-coluna-pequenas {
    height: 245px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .galeriaSwiper .foto-pequena {
    height: 118.5px;
    flex: 0 0 118.5px !important;
  }
  .galeria .foto-pequena {
    max-height: calc(30vh - 0.25rem) !important;
    height: calc(30vh - 0.25rem) !important;
    min-height: auto;
  }
  .resultado h1 {
    text-align: left !important;
  }
  .column-refinar {
    position: fixed;
    inset: 0;
    z-index: 999999;
    pointer-events: none;
  }
  .column-refinar::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .box-col-ref {
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    max-width: 80vw;
    height: 100vh;
    overflow-y: auto;
    left: auto;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 10000;
    opacity: 1;
    max-height: none;
    text-align: end;
  }
  .column-refinar.ativo {
    pointer-events: auto;
  }
  .column-refinar.ativo::before {
    opacity: 1;
  }
  .column-refinar.ativo .box-col-ref {
    transform: translateX(0);
  }
  .fechar-filtro-mobile {
    position: relative;
    border: 0;
    background: transparent;
    font-size: 50px;
    font-weight: 200;
    color: #Fff;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    text-align: right;
  }
  body.filtro-aberto {
    overflow: hidden;
  }
  .missao .caixa {
    min-height: auto;
  }
  .missao .caixa .div {
    min-height: 104px;
  }
  .banner.homme .carousel-item .box-banner {
    margin: 10px 5%;
  }
  .principais-bairros .box .imagem-fundo {
    background-position: center;
    background-size: cover;
    opacity: 0.6;
  }
  .principais-bairros .box {
    background-color: #3c3d42;
  }
  .principais-bairros .box .sombra {
    display: none;
  }
  .box-flutuante .fale-com-corretor {
    background-image: none;
  }
  .barra-refinar {
    padding: 1em 0 3em;
  }
  .banner.homme {
    height: 300px;
  }
  .banner.homme #carouselExampleRide,
  .banner.homme .carousel-inner,
  .banner.homme .carousel-item,
  .banner.homme img {
    height: 100%;
  }
  .banner.homme .carousel-item .box-banner {
    position: relative;
    right: unset;
  }
  .banner.homme .carousel-item .box-banner h1 {
    font-size: 18px;
  }
  .banner.homme .carousel-item .box-banner h5 {
    font-size: 13px;
  }
  .quem-somos .foto {
    height: 400px;
    overflow: hidden;
    display: grid;
    align-content: center;
    justify-items: 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 .frase-cafe {
    position: relative;
    align-items: center;
  }
  .quem-somos .cafezinho {
    position: relative;
    width: auto;
    height: 174px;
    left: 0;
    top: -21px;
  }
  .quem-somos h5 {
    color: #57585E;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 1em;
    width: calc(100% - 170px);
    margin: 0 auto;
  }
  .bread-galeria-imovel {
    display: none;
  }
  .box-flutuante {
    width: 90%;
    padding: 30px;
    margin: 0 5%;
  }
  header .logo-topo {
    width: 190px;
  }
  .melhores-opcoes h2 {
    font-size: 23px;
    font-weight: 400;
    text-align: center;
  }
  .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 {
    border-radius: 12px !important;
    gap: 11px;
    display: flex;
    text-transform: uppercase;
    padding: 14px;
    align-items: center;
  }
  .btn-refinar-mob:hover a {
    background-color: #8C8E96 !important;
  }
  .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: #57585E;
    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::-moz-placeholder {
    color: transparent;
  }
  .form-control.bairro-ou-ref::placeholder {
    color: transparent;
  }
  .box-card .like-button button,
  .box-card .labels .label {
    background-color: #65c373;
    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: 230px !important;
    cursor: pointer;
  }
  .galeria-imovel .carousel {
    height: 230px;
    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;
    padding: 2em;
  }
  .texto-do-imovel {
    padding: 0em;
  }
  .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;
  }
  .contatos-view-desk {
    padding: 3em 0;
  }
  .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;
  }
  .barra-refinar .refinar-buttons ul {
    display: flex;
    gap: 10px;
    margin: 10px 0;
  }
  .barra-refinar .refinar-buttons ul li {
    padding: 10px;
    border: 1px solid #d1d1d1;
    height: 40px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 40px;
  }
  .barra-refinar .refinar-buttons ul li a {
    padding: 0;
  }
  .barra-refinar .refinar-buttons ul #liselect {
    width: 100% !important;
  }
  .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 .aviso .col-10 {
    justify-items: center;
  }
  footer .aviso svg {
    width: 66px;
    height: 54px;
  }
  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;
    bottom: 5%;
    width: 100%;
    height: auto;
    border-radius: 0;
    z-index: 200;
    left: 0;
    right: 0;
    top: 20px;
    background: #3c3d42;
  }
  .busca-rapida .select-custom > div {
    width: 100%;
  }
  .busca-rapida .select-custom .icon {
    display: none;
  }
  .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 .input-rapida select {
    max-width: 100%;
    width: 100%;
    border: 1px solid #57585E;
    padding: 5px 10px;
  }
  .busca-rapida .input-rapida .referencia-box {
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 10px;
    background-color: transparent !important;
    border: 1px solid #57585E;
  }
  .busca-rapida .btn-busca-rapida {
    background-color: #282829;
    border-radius: 0;
    height: auto;
    display: flex;
    border: none;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .busca-rapida .btn-busca-rapida span {
    color: #fff;
  }
  .busca-rapida .btn-busca-rapida:hover {
    background-color: #C62A2B !important;
  }
  .busca-rapida .btn-busca-rapida:hover svg {
    fill: #57585E;
  }
  #searchInput::-moz-placeholder {
    color: transparent;
  }
  #searchInput::placeholder {
    color: transparent;
  }
  header .navbar .container-fluid {
    justify-content: end;
  }
  #menu-principal {
    top: 70px;
    position: relative;
  }
  .menu-principal {
    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.2s !important;
  }
  .menu-principal ul {
    height: 60%;
    display: flex;
    text-align: center;
    width: 90%;
  }
  .menu-principal li {
    display: flex;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    background-color: #57585E;
    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: #8C8E96;
    border-radius: 10px;
  }
  .menu-principal li:hover a {
    color: #fff;
  }
  .menu-principal.mostra {
    display: flex;
    justify-content: center;
    height: 100vh;
    opacity: 1;
    transition: all ease 0.6s !important;
  }
  ul.pagination li:last-child {
    border: none;
  }
  .preload-geral {
    z-index: 99999;
  }
  .preload-result {
    z-index: 9999;
  }
}
@media (max-width: 450px) {
  .im-det-infos h4 {
    font-size: 18px !important;
  }
  .buttons-imovel ul {
    margin: 20px 0px;
  }
  .buttons-imovel ul li {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #00a13f !important;
    border-radius: 10px;
    transition: all ease-out 0.3s;
  }
  .buttons-imovel ul li a {
    box-shadow: none !important;
  }
  header .logo-topo {
    width: 148px;
  }
  .trabalhe-form .boxx {
    font-size: 12px !important;
  }
  .menu-principal .navbar-nav .nav-link {
    padding: 10px 7px;
  }
  .menu-principal li a {
    font-size: 12px;
  }
  p,
  a {
    font-size: 12px !important;
  }
  .quem-somos p,
  .quem-somos a {
    font-size: 11px !important;
  }
  .quem-somos .frase-cafe {
    display: grid !important;
    justify-items: center;
  }
  .quem-somos h5 {
    font-size: 19px;
    font-weight: 600;
    padding: 1em;
    text-align: center;
    width: auto;
  }
  .banner.homme {
    height: 250px;
  }
  .box-card .box-one-imagem {
    height: 150px;
  }
  .box-card .tipo-bairro .box h3 {
    font-size: 16px !important;
    margin-bottom: 4px;
  }
  .box-card .box-one-infos h4 {
    font-size: 13px !important;
  }
  footer .logos-dev img {
    height: 19px;
  }
}
@media (max-width: 400px) {
  #refinarBusca select,
  #refinarBusca input,
  #refinarBusca span,
  #refinarBusca label,
  .cadastrar select,
  .cadastrar input,
  .cadastrar span,
  .cadastrar label,
  #form-contato select,
  #form-contato input,
  #form-contato span,
  #form-contato label,
  .trabalhe-form select,
  .trabalhe-form input,
  .trabalhe-form span,
  .trabalhe-form label {
    font-size: 12px !important;
  }
  .resultado .box-one-imagem {
    height: 140px !important;
  }
  .box-compra-aluga .button {
    font-size: 13px;
  }
  .resultado .one-extrafilters h2 {
    font-size: 12px;
  }
  .busca-rapida .input-rapida select,
  .busca-rapida .input-rapida {
    font-size: 12px;
  }
  .busca-rapida .btn-busca-rapida span {
    font-size: 12px;
  }
  .one-extrafilters {
    display: grid !important;
  }
  .one-extrafilters .caixa {
    display: flex;
    margin: 4px 0px;
    align-items: center;
  }
  .one-extrafilters .caixa svg {
    margin-right: 10px;
  }
  .principais-bairros .box h2 {
    font-size: 17px;
  }
}
@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 {
    padding-left: 3em;
  }
  .col-results .breadcrumb {
    justify-content: start;
  }
}
/* Icon shake */
@keyframes shake-out {
  10% {
    transform: perspective(1px) translateZ(0);
  }
  20% {
    transform: perspective(1px) translateZ(0);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.shake-out {
  transform: perspective(1px) translateZ(0);
  animation: shake-out 0.75s infinite;
}

.fixed-box {
  position: sticky;
  top: 40px;
}
.fixed-box .btn-like.active {
  background-color: #adadb3;
  border-color: #adadb3;
}
.fixed-box .btn-like-view svg {
  width: 19px;
}
.fixed-box .btn-like-view a {
  padding: 10px 13px !important;
}

.slide-wrapper {
  background-color: #E1E3E7;
  border-radius: 10px;
}
.slide-wrapper .ui-slider {
  width: calc(100% - 19px);
}

.range-s {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #000;
}

.itens-result-1.range-s .col-6 span {
  position: absolute;
  height: 46px;
  display: flex;
  align-items: center;
  margin-left: 9px;
  font-size: 12px;
  margin-top: -3px;
}

.itens-result-1.range-s .input-style {
  padding: 5px 15px 5px 30px !important;
  font-size: 12px;
}

.ranges .form-group.itens-result-1 {
  width: 100%;
  margin: 0;
}
.ranges .form-group.itens-result-1 input {
  border-radius: 8px;
}

.itens-result-1.range-s .ui-slider-horizontal {
  border-bottom-right-radius: 3px;
  background-color: #E1E3E7;
  border-radius: 1em;
  height: 7px;
  border: none !important;
  border-radius: 1em;
  position: relative;
}
.itens-result-1.range-s .ui-slider-horizontal .ui-slider-range {
  background-color: #282829 !important;
}
.itens-result-1.range-s .ui-slider .ui-slider-range {
  position: absolute;
  height: 7px;
}
.itens-result-1.range-s .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: #fff;
  border-width: 8px 8px;
  cursor: pointer;
  touch-action: none;
  top: -4px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px #282829;
}
.itens-result-1.range-s .arrow-right {
  transform: rotate(180deg);
}
.itens-result-1.range-s .ui-widget-header {
  border-color: #57585E;
}
.itens-result-1.range-s .ui-state-default,
.itens-result-1.range-s .ui-widget-content .ui-state-default,
.itens-result-1.range-s .ui-widget-header .ui-state-default,
.itens-result-1.range-s .ui-button,
.itens-result-1.range-s html .ui-button.ui-state-disabled:hover,
.itens-result-1.range-s html .ui-button.ui-state-disabled:active {
  background: transparent !important;
}
.itens-result-1.range-s .input-style {
  font-size: 12px;
}
.itens-result-1.range-s .col-6 span {
  position: absolute;
  height: 31px;
  display: flex;
  align-items: center;
  margin-left: 9px;
  font-size: 12px;
  margin-top: 0px;
}

.box-paginacao {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination-premium {
  gap: 28px;
  align-items: center;
  justify-content: center;
}
.pagination-premium .page-item .page-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #282829;
  background: transparent;
  color: #282829;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
  transition: all 0.25s ease;
}
.pagination-premium .page-item .page-link:hover {
  background: #282829;
  color: #fff;
}
.pagination-premium .page-item.active .page-link {
  background: #282829;
  color: #fff;
  border-color: #282829;
}
.pagination-premium .page-item.disabled {
  pointer-events: none;
  opacity: 0.45;
}
.pagination-premium .page-arrow .page-link {
  background: #282829;
  border-color: #282829;
  color: #fff;
}
.pagination-premium .page-arrow .icon-prev,
.pagination-premium .page-arrow .icon-next {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}
.pagination-premium .page-arrow .icon-prev {
  border-left: 3px solid #fff;
}
.pagination-premium .page-arrow .icon-prev::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 20px;
  height: 24px;
  border: 3px solid #fff;
  border-right: 0;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.pagination-premium .page-arrow .icon-next {
  border-right: 3px solid #fff;
}
.pagination-premium .page-arrow .icon-next::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 6px;
  width: 20px;
  height: 24px;
  border: 3px solid #fff;
  border-left: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.pagination-premium .page-dots .page-link {
  border: 0;
  width: auto;
  height: auto;
  font-size: 32px;
  color: #282829;
  background: transparent;
}

@media (max-width: 575px) {
  .pagination-premium {
    gap: 12px;
  }
  .pagination-premium .page-item .page-link {
    width: 48px;
    height: 48px;
    font-size: 20px !important;
  }
  .pagination-premium .page-arrow .icon-prev,
  .pagination-premium .page-arrow .icon-next {
    width: 20px;
    height: 20px;
  }
}
.favoritos,
.beating {
  position: relative;
  overflow: visible;
}

.heart-particle {
  position: fixed;
  pointer-events: none;
  z-index: 999999999;
  font-size: 18px;
  line-height: 1;
  animation: instaHeartFloat 950ms cubic-bezier(0.17, 0.67, 0.35, 1.25) forwards;
}

@keyframes instaHeartFloat {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  }
  12% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.45) rotate(var(--r));
  }
  28% {
    transform: translate(-50%, -50%) scale(1) rotate(var(--r));
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--x)), -95px) scale(0.75) rotate(var(--r));
  }
}
/* GDR CUSTOM */
@media (min-width: 991px) {
  .gdr {
    padding: 0 !important;
  }
  .gdr .column.is-two-fifths {
    flex: none;
    width: 40%;
    box-shadow: 0px 0px 26px 5px rgba(0, 0, 0, 0.0901960784);
    padding: 0;
    border-radius: 1.5em;
    overflow: hidden;
  }
  .gdr input {
    border-radius: 2em;
    padding: 1em;
    height: 48px;
  }
  .gdr .button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff;
    border-radius: 1.5em;
    padding: 1.5em;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .gdr .button.is-black svg {
    fill: #fff;
    transition: transform 0.25s ease;
  }
  .gdr .button.is-black:hover svg {
    transform: translateX(5px);
  }
  .gdr .field.is-grouped {
    display: flex;
    justify-content: end;
  }
}
.box-card.is-loading {
  pointer-events: none;
}
.box-card.is-loading .box-one-imagem {
  position: relative;
  overflow: hidden;
}
.box-card.is-loading .box-one-imagem > * {
  opacity: 0;
}
.box-card.is-loading .box-one-imagem::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 50;
  background: linear-gradient(#ececec 0 0) top/100% 250px no-repeat, linear-gradient(#ececec 0 0) left 20px top 280px/60% 22px no-repeat, linear-gradient(#ececec 0 0) left 20px top 320px/40% 18px no-repeat, linear-gradient(#ececec 0 0) left 20px top 370px/35% 25px no-repeat;
}
.box-card.is-loading .box-one-imagem::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 51;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: shimmerCard 0.8s infinite linear;
}

@keyframes shimmerCard {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.abrir-lightbox {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.abrir-lightbox.is-loading {
  background-image: none !important;
  background-color: #ececec;
}

.abrir-lightbox.is-loading::after,
.abrir-lightbox.is-leaving-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.65) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: shimmerFoto 0.4s infinite linear;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.abrir-lightbox.is-leaving-loader::after {
  opacity: 0;
}

@keyframes shimmerFoto {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}/*# sourceMappingURL=app.css.map */