/*
Geral
*/
:root {
  --dark-1: #1a1a2e;
  --dark-2: #16213e;
  --orange: #e36414;
  --orange-light: #f4a261;
}

body {
  font-family: sans-serif !important;
  color: #3d3d3d;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

a, a:hover, a:focus, a:visited, a:active {
  color: #3d3d3d;
  text-decoration: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

.w-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-success {
  border-color: #030303;
  background-color: #030303;
  color: #fff;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
}

a {
  text-decoration: none;
}

.text-center {
  text-align: center;
}



/*
HOME
*/

.cabecalho {
  background-size: cover;
  background-position: center;
  z-index: 5;
  position: relative;
  /*height: 720px;*/
  min-height: 100vh;
}

.cabecalho::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}

@media (min-width: 992px) {
  .cabecalho header {
      height: 6rem !important; 
  }
}

.cabecalho header {
  height: 4.5rem;
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: center;
}

.cabecalho-contatos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 992px) {
  .logo {
      height: 4rem;
  }
}

.logo {
  width: 260px;
  height: 2.5rem;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
}

.telefones {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  font-size: 1rem;
  gap: 0.5rem;
}

.telefones span {
  color: #E7E9EC !important;
  font-size: 0.875rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.telefones a {
  color: #E7E9EC !important;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.telefones svg {
  margin-right: 0.5rem;
}

.telefones>div {
  display: flex;
  align-items: center;
}

.divWidthPrincipal {
  width: calc(100% - 100px);
  max-width: 1200px;
  min-width: 400px;
}

.divPrincipal {
  display: flex;
  background-color: #FFF;
  border-radius: 8px;
  gap: 10px;
  padding: 15px;
}
.divPretensaoTipoImovelPesquisar {
  display: flex;
  width: 100%;
  gap: 10px;
}
.divPretensaoTipoImovel {
  display: flex;
  gap: 10px;
}
.divFiltro {
  z-index: 4;
  position: relative;
  min-height: 39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flex-direction-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center
}

.widthCampoFiltro {
  width: 13rem;
  flex: 1 1 0;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  
}

.widthCampoFiltro:hover {
  border-color: #1a1a1a;
} 
.heightCampoFiltro {
  display: flex;
  align-items: center;
}

.cursor-pointer {
  cursor: pointer;
}

.tituloPretensao {
  color: #808080;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  transition: all 0.166s;
  font-size: 12px;
}

.tituloTipoImovel {
  color: #808080;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  transition: all 0.166s;
}

.ulOpcoes {
    position: absolute;
    top: 4rem;
    bottom: auto;
    width: auto;
    min-height: auto;
    min-width: 17.5rem;
    max-height: 20rem;
    border-radius: 0.5rem;
    list-style: none;
    display: none;
    background-color: #FFF;
    margin: 0;
    padding: 0.5rem 0;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-shadow: 0 0 0.125rem rgba(26, 26, 26, 0.15), 0 0 1.5rem rgba(26, 26, 26, 0.2);
    overflow-y: auto;
    z-index: 999999;
    overscroll-behavior: contain;
}

.abrirOpcoes {
  display: block !important;
}

@media screen and (min-width: 999px) {
  .opcaoTitulo {
      display: none;
  }
}

.opcaoTitulo {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

.opcaoLista {
  display: list-item;
  unicode-bidi: isolate;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  cursor: pointer;
}

.opcaoLista:hover, .opcaoListaAtivo {
  background-color: rgba(0, 0, 0, 0.15);
}

.opcaoSizeCheckbox {
    width: 1.5rem;
    height: 1.5rem;
}
.opcaoChecked {
  background-color: rgba(var(--primary-color), 1) !important;
  border-color: rgba(var(--primary-color), 1) !important;
}
.opcaoCheckbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #808080;
  border-radius: 0.5rem;
  background-color: transparent;
  margin-bottom: 0;
  margin-right: 1rem;
  cursor: pointer;
  transition: background-color 167ms;
}

.opcaoLabel {
  cursor: pointer;
  margin-bottom: 0px;
}

.opcaoGrupo {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: #808080;
}
.opcaoCheckboxSVG {
  display: none;
}
.opcaoChecked .opcaoCheckboxSVG {
  display: block !important;
  color: #FFF;
}

.campoTipoImovelValue {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.btnEncontrarImovel {
  font-size: 1rem;
  margin: 0;
  border-radius: 0.75rem;
  width: 12.5rem;
  border-color: #030303;
  background-color: #030303;
  color: #fff;
  display: inline-block;
  padding: .25rem .75rem;
  border: 1px solid transparent;
  height: 64px;
  cursor: pointer;
}

.inputPesquisar {
  border: none;
  box-shadow: none;
  padding: 0.80rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #3d3d3d;
  transform: translateZ(0);
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  margin: 0px;
}
.inputPesquisar:focus {
    color: #55595c;
    border-color: #66afe9;
    outline: 0;
}

.resultadoPesquisar {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100%;
  z-index: 1000;
  overflow: auto;
  max-height: 300px;
}

.resultadoPesquisarTitulo {
  margin: 0;
  padding: 12px 0 5px 13px;
  font-size: 12px;
  color: #999;
  margin: 10px 0 5px 12px;
  text-transform: uppercase;
}
.resultadoPesquisarOpcoes {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
  font-size: 12px;
  border: none;
  width: 100%;
  margin: 0;
  float: left;
  text-align: left;
  background-color: #FFF;
}
.resultadoPesquisarOpcoes:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #030303;
}

@media screen and (min-width: 999px) {
  .flex-grow {
      flex-grow: 1;
  }
}

.divBuscarPorCodigo {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.btnBuscarPorCodigo {
display: inline-block;
background-color: rgba(255, 255, 255, 0.65);
border-radius: 0.75rem;
padding: .25rem .75rem;
margin: .5rem;
border: 1px solid #bfc2c7;
color: #333a44;
}
.btnBuscarPorCodigo:hover {
background-color: #fff;
cursor: pointer;
color: #333a44;
}

/*
HOME - RESPONSIVIDADE
*/

@media screen and (max-width: 999px) {
  .cabecalho {
    height: auto;
    padding-bottom: 30px;
  }
  header {
    padding-top: 25px;
    padding-bottom: 10px;
    display: flex !important;
    justify-content: center;
    
  }
  .cabecalho-contatos {
    padding: 0px;
  }
  .cabecalho header .telefones {
    flex-direction: column;
    gap: 8px;
    flex-grow: 0;
    margin: 0;
  }
  .telefones a {
    margin-right: 0px !important;
  }
  
  .divFiltro {
    min-height: auto;
  }
  .divPrincipal {
    flex-direction: column;
    min-width: auto;
    background-color: transparent;
    align-items: center;
    padding: 15px 0px;
  }
  .divPretensaoTipoImovelPesquisar {
    flex-direction: column;
  }
  .divPretensaoTipoImovel {
    flex-direction: column;
  }
  .widthCampoFiltro {
    width: 100%;
    background-color: #FFF;
  }
  .ulOpcoes {
    width: 100%;
  }
  .---ulOpcoes {
    display: none;
    position: fixed;
    left: 0;
    bottom: 6rem;
    width: 100vw;
    border-radius: 1.25rem 1.25rem 0 0;
    max-height: 50vh;
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-shadow: 0 0 0.125rem rgba(26, 26, 26, 0.15), 0 0 1.5rem rgba(26, 26, 26, 0.2);
    overflow-y: auto;
    z-index: 999999;
    overscroll-behavior: contain;
  }
  .divAplicar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background-color: #fff;
  }
  .btnAplicar {
    width: 100%;
    padding: 0.75rem 0;
    margin: 0 2rem;
    border-radius: 0.75rem;
    border-color: #030303;
    background-color: #030303;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
  }

  .btnEncontrarImovel {
    width: 100%;
    height: 45px;            
  }

}


/*
Home - Listagem de Imóveis
*/

.aCardImovelHome {
  color: #3d3d3d;
  text-decoration: none;
}

.imovel {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.imovel-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}

.imovel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.imovel:hover .imovel-image img { transform: scale(1.06); }

.badge {
  position: relative;
  padding: 4px 11px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: 5px;
}

.badge-venda   { background: var(--orange); color: #fff; }
.badge-aluguel { background: #3498db; color: #fff; }
.badge-novo    { background: #27ae60; color: #fff; }

.btn-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-fav:hover { background: rgba(227,100,20,0.25); }
.btn-fav svg   { width: 15px; height: 15px; fill: rgba(255,255,255,0.8); }
.btn-fav.active svg { fill: #e36414; }

.imovel-body {
  flex: 1;
  padding: 10px;
  border-left: 3px solid var(--orange);
  display: flex;
  flex-direction: column;
}

.imovel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.imovel-info { flex: 1; min-width: 0; }

.imovel-title {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.imovel-location {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: rgba(0,0,0,0.7);
}

.imovel-location svg { width: 11px; height: 11px; fill: var(--orange); flex-shrink: 0; }

.ulSpecs {
  list-style-type: disc;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  padding: 0;
  height: 36px;
  align-content: center;
}
.ulSpecs li {
  list-style-position: inside;position: relative;font-weight: normal;font-size: 0.75rem;padding-left: 0.75rem;
}
.ulSpecs li:first-child {
  list-style-type: none;
  padding-left: 0;
}
  
.specs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: rgba(0,0,0,0.55);
}

.spec svg      { width: 13px; height: 13px; fill: rgba(0,0,0,0.35); flex-shrink: 0; }
.spec strong   { color: rgba(0,0,0,0.85); font-weight: 700; }

@media screen and (max-width: 1279px) {
  .cardImovelHome {
    padding-left: 15px;padding-right: 15px;
  }

  .owl-wrapper {
    left: 0px;
    display: block !important;
    
  }
  .owl-carousel .owl-item {
    /*margin-right: 15px;*/
  }
  .owl-buttons {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 25px;
  }

  .owl-prev, .owl-next {
      padding: 0px 5px;
  }
  .owl-prev:hover, .owl-next:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none;
  }
}
@media screen and (min-width: 1280px) {
  .owl-buttons {
    display: none !important;
  }
  .owl-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0px !important;
    row-gap: 10px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
  .owl-carousel .owl-item {
    width: calc(100% - 10px) !important;
  }
}