/* ===== Relógios internacionais ===== */
#home .clocks-section {
  clear: both;
  display: block;
  width: 100%;
  float: left;
  margin: 30px 0 24px;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(25, 55, 47, 0.08);
  font-family: "Lato", sans-serif;
}

#home .clocks-section__head {
  width: 100%;
  background-color: #19372F;
  padding: 0 20px;
}

#home .clocks-section__title {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  background: transparent !important;
  border: none !important;
  text-align: center;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
}

#home .clocks-section__body {
  padding: 16px 14px 18px;
  background: #fafbfb;
  overflow: hidden;
}

#home .world-clocks {
  width: 100%;
  float: none;
  margin: 0;
}

#home .world-clocks__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 8px;
  width: 100%;
  align-items: start;
}

#home .world-clock {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 4px 2px 0;
}

#home .world-clock__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  margin: 0 0 8px;
  padding: 0 2px;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #19372F !important;
  text-align: center;
  text-shadow: none !important;
}

#home .world-clock__title img {
  width: 16px !important;
  height: auto;
  margin: 0 !important;
  flex-shrink: 0;
}

#home .world-clock__analog {
  position: relative;
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  border-radius: 50%;
  background: url("../img/layout/relogio.png") center / contain no-repeat;
}

#home .world-clock__hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: bottom center;
  transform: rotate(90deg);
  border-radius: 3px;
  margin-left: 0;
  z-index: 2;
}

#home .world-clock__hand--hour {
  width: 3px;
  height: 22px;
  margin-left: -1.5px;
  background-color: #1a1a1a;
}

#home .world-clock__hand--minute {
  width: 2px;
  height: 32px;
  margin-left: -1px;
  background-color: #1a1a1a;
}

#home .world-clock__hand--second {
  width: 1.5px;
  height: 36px;
  margin-left: -0.75px;
  background-color: #c0392b;
  z-index: 3;
}

#home .world-clock__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background-color: #1a1a1a;
  z-index: 4;
}

#home .world-clock__digital {
  margin-top: 6px;
  padding: 3px 8px;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: #19372F;
  background: rgba(25, 55, 47, 0.08);
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

#home .relogios.clocks-section {
  width: 100% !important;
  float: left !important;
  margin-top: 30px !important;
  margin-right: 0 !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
  border-radius: 16px !important;
}

#home .clocks-section .clock-container,
#home .clocks-section .clock {
  display: none !important;
}

@media all and (max-width: 1200px) {
  #home .world-clocks__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 10px;
  }
}

@media all and (max-width: 769px) {
  #home .clocks-section {
    margin-bottom: 20px;
    border-radius: 12px;
  }

  #home .clocks-section__head {
    padding: 0 14px;
  }

  #home .clocks-section__title {
    font-size: 16px !important;
    padding: 12px 0 !important;
  }

  #home .clocks-section__body {
    padding: 14px 10px 16px;
  }

  #home .world-clocks__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 6px;
  }

  #home .world-clock__analog {
    width: 72px;
    height: 72px;
  }

  #home .world-clock__hand--hour {
    height: 19px;
  }

  #home .world-clock__hand--minute {
    height: 28px;
  }

  #home .world-clock__hand--second {
    height: 32px;
  }

  #home .world-clock__title {
    font-size: 10px;
  }

  #home .world-clock__digital {
    font-size: 10px;
    padding: 3px 6px;
  }
}

@media all and (max-width: 480px) {
  #home .world-clocks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===== Versículo do dia ===== */
#home .verse-section {
  clear: both;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 50px;
  padding: 0;
  height: auto !important;
  min-height: 0 !important;
  background: #fff !important;
  background-image: none !important;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(25, 55, 47, 0.08);
  font-family: "Lato", sans-serif;
}

#home .verse-section__head {
  width: 100%;
  background-color: #19372F;
  padding: 0 24px;
}

#home .verse-section__title {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  position: static !important;
  z-index: auto !important;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  text-align: center;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  box-shadow: none !important;
}

#home .verse-section__body {
  position: relative;
  padding: 28px 24px 32px;
  background: #fafbfb;
  text-align: center;
  overflow: hidden;
}

#home .verse-section__body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: url("../img/layout/versiculo_1.png") no-repeat center bottom;
  background-size: cover;
  opacity: 0.12;
  pointer-events: none;
}

#home .verse-section__quote {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  padding: 0;
  border: none;
  quotes: none;
}

#home .verse-section__quote::before {
  content: "\201C";
  display: block;
  margin: 0 auto 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: #19372F;
  opacity: 0.2;
}

#home .verse-section__text {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
  color: #2a3331;
  font-style: normal;
}

#home .verse-section__ref {
  display: inline-block;
  margin: 0;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  color: #19372F;
  background: rgba(25, 55, 47, 0.08);
  border-radius: 20px;
  letter-spacing: 0.02em;
}

#home .verse-section__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #19372F;
  background: #fff;
  border: 1.5px solid #19372F;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#home .verse-section__btn:hover {
  color: #fff;
  background: #19372F;
  text-decoration: none;
}

@media all and (max-width: 769px) {
  #home .verse-section {
    margin-bottom: 36px;
    border-radius: 12px;
  }

  #home .verse-section__head {
    padding: 0 16px;
  }

  #home .verse-section__title {
    font-size: 17px !important;
    padding: 14px 0 !important;
  }

  #home .verse-section__body {
    padding: 22px 18px 26px;
  }

  #home .verse-section__quote::before {
    font-size: 42px;
    margin-bottom: 6px;
  }

  #home .verse-section__text {
    font-size: 15px;
    line-height: 1.55;
  }

  #home .verse-section__ref {
    font-size: 12px;
  }

  #home .verse-section__btn {
    width: 100%;
    max-width: 280px;
    font-size: 13px;
  }
}

#home .conteudogeral .le .verse-section.versiculo {
  width: 100% !important;
  float: left !important;
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 50px !important;
  background: #fff !important;
  background-image: none !important;
}

#home .conteudogeral .le .verse-section .tit-busca,
#home .conteudogeral .le .verse-section .fundo-text,
#home .conteudogeral .le .verse-section .btn {
  display: none !important;
}

/* ===== Busca avançada ===== */
#home .search-section {
  clear: both;
  display: block;
  width: 100%;
  float: none !important;
  margin: 0 0 50px;
  padding: 0;
  background: #fff !important;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(25, 55, 47, 0.08);
  font-family: "Lato", sans-serif;
}

#home .search-section__head {
  width: 100%;
  background-color: #19372F;
  padding: 0 24px;
}

#home .search-section__title {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  position: static !important;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  text-align: center;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  box-shadow: none !important;
}

#home .search-section__body {
  padding: 24px 22px 26px;
  background: #fafbfb;
}

#home .search-filter {
  display: block;
  float: none !important;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

#home .search-filter__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  float: none !important;
}

#home .search-filter__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  float: none !important;
}

#home .search-filter__field {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

#home .search-filter__field.input.select {
  display: block;
}

#home .search-filter__label {
  display: block;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  color: #19372F;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
}

#home .search-filter__control,
#home .search-filter__field select,
#home .search-filter__fields select,
#home form#formBuscaAvancada select {
  width: 100% !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1.5px solid #dde4e2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #333 !important;
  font-size: 13px !important;
  font-family: "Lato", sans-serif !important;
  box-shadow: none !important;
  float: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#home .search-filter__control:focus,
#home .search-filter__field select:focus,
#home form#formBuscaAvancada select:focus {
  outline: none;
  border-color: #19372F !important;
  box-shadow: 0 0 0 3px rgba(25, 55, 47, 0.12) !important;
}

#home .search-filter__bedrooms {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
  width: 100%;
  grid-column: auto;
}

#home .search-filter__legend {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  color: #19372F;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
}

#home .search-filter__chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

#home .search-filter__chip {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  position: relative;
}

#home .search-filter__chip.input.checkbox {
  display: block;
}

#home .search-filter__chip input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  pointer-events: none;
}

#home .search-filter__chip-label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0 !important;
  padding: 8px 6px !important;
  border: 1.5px solid #dde4e2;
  border-radius: 8px;
  background: #fff;
  color: #3a4543 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  font-family: "Lato", sans-serif !important;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

#home .search-filter__chip input[type="checkbox"]:checked + label,
#home .search-filter__chip input[type="checkbox"]:focus + label {
  background: #19372F;
  border-color: #19372F;
  color: #fff !important;
}

#home .search-filter__chip input[type="checkbox"]:focus + label {
  box-shadow: 0 0 0 3px rgba(25, 55, 47, 0.15);
}

#home .search-filter__submit,
#home .search-filter .btn-filtrar {
  width: 100% !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  float: none !important;
  border: none !important;
  border-radius: 8px !important;
  background: #19372F !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: "Lato", sans-serif !important;
  text-transform: none !important;
  cursor: pointer;
  transition: background 0.2s ease;
}

#home .search-filter__submit:hover {
  background: #122820 !important;
}

#home .conteudogeral .le .search-section.buscaavancada {
  width: 100% !important;
  float: none !important;
  clear: both !important;
  background: #fff !important;
  background-color: #fff !important;
}

#home .conteudogeral .le .buscaavancada {
  background: #fff !important;
  background-color: #fff !important;
}

#home .conteudogeral .le .search-section .filtro,
#home .conteudogeral .le .search-filter.filtro {
  display: block !important;
  float: none !important;
  width: 100% !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  margin: 0 !important;
}

#home .conteudogeral .le .search-section .tit-busca {
  display: none !important;
}

#home .conteudogeral .le .search-section .filtro h3 {
  display: none !important;
}

#home .conteudogeral .le .search-section .filtro .check,
#home .search-filter__chip {
  float: none !important;
  width: auto !important;
  display: block !important;
}

@media all and (max-width: 769px) {
  #home .search-section {
    margin-bottom: 36px;
    border-radius: 12px;
  }

  #home .search-section__head {
    padding: 0 16px;
  }

  #home .search-section__title {
    font-size: 17px !important;
    padding: 14px 0 !important;
  }

  #home .search-section__body {
    padding: 20px 16px 22px;
  }

  #home .search-filter__fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #home .search-filter__chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #home .search-filter__chip-label {
    font-size: 11px !important;
    min-height: 36px;
  }
}

@media all and (max-width: 380px) {
  #home .search-filter__chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #home .search-filter__chip-label {
    font-size: 10px !important;
    padding: 8px 4px !important;
  }
}

/* ===== Tipos de imóvel ===== */
#home .categories-section {
  clear: both;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 24px;
  padding: 0;
  background: #fff !important;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(25, 55, 47, 0.08);
  font-family: "Lato", sans-serif;
}

#home .categories-section__head {
  width: 100%;
  background-color: #19372F;
  padding: 14px 18px 12px;
  text-align: center;
}

#home .categories-section__title {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  text-align: center;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
}

#home .categories-section__subtitle {
  margin: 6px 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
}

#home .categories-section__body {
  padding: 14px;
  background: #fafbfb;
}

#home .categories-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: none !important;
  width: 100% !important;
}

#home .categories-section__item {
  float: none !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#home .categories-section__card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  padding: 12px 12px 12px 14px;
  border: 1px solid #e8eeec;
  border-radius: 12px;
  background: #fff;
  color: #2a3331 !important;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#home .categories-section__card:hover {
  background: #19372F;
  border-color: #19372F;
  box-shadow: 0 8px 22px rgba(25, 55, 47, 0.16);
  transform: translateY(-1px);
}

#home .categories-section__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(25, 55, 47, 0.08);
  color: #19372F;
  transition: background 0.2s ease, color 0.2s ease;
}

#home .categories-section__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

#home .categories-section__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}

#home .categories-section__name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: #1f2826;
  transition: color 0.2s ease;
}

#home .categories-section__count {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: #7a8582;
  transition: color 0.2s ease;
}

#home .categories-section__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #19372F;
  opacity: 0.55;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

#home .categories-section__arrow svg {
  display: block;
  width: 16px;
  height: 16px;
}

#home .categories-section__card:hover .categories-section__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

#home .categories-section__card:hover .categories-section__name,
#home .categories-section__card:hover .categories-section__count {
  color: #fff;
}

#home .categories-section__card:hover .categories-section__count {
  opacity: 0.85;
}

#home .categories-section__card:hover .categories-section__arrow {
  color: #fff;
  opacity: 1;
  transform: translateX(2px);
}

#home .categories-section__list {
  display: none;
}

#home .categories-section__link {
  display: none;
}

/* ===== Mais recentes ===== */
#home .recent-section {
  clear: both;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 50px;
  padding: 0;
  background: #fff !important;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(25, 55, 47, 0.08);
  font-family: "Lato", sans-serif;
}

#home .recent-section__head {
  width: 100%;
  background-color: #19372F;
  padding: 0 24px;
}

#home .recent-section__title {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  background: transparent !important;
  border: none !important;
  text-align: center;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
}

#home .recent-section__body {
  padding: 22px 20px 26px;
  background: #fafbfb;
}

#home .recent-section__list,
#home .recent-section .lista_recentes {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0 !important;
  list-style: none;
  float: none !important;
  width: 100% !important;
  background: transparent !important;
  overflow: visible !important;
  height: auto !important;
}

#home .recent-card,
#home .recent-section .lista_recentes > li {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#home .recent-card__link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  padding: 0;
  border: 1.5px solid #e8eeec;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  text-decoration: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#home .recent-card__link:hover {
  border-color: rgba(25, 55, 47, 0.25);
  box-shadow: 0 8px 22px rgba(25, 55, 47, 0.1);
  transform: translateY(-2px);
}

#home .recent-card__thumb {
  flex: none;
  width: 100%;
  height: 140px;
  border-radius: 0;
  overflow: hidden;
  background: #eef1f0;
}

#home .recent-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .recent-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 16px 16px 18px;
  float: none !important;
  width: 100% !important;
}

#home .recent-card__name {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #1a1a1a;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}

#home .recent-card__price {
  margin: 0;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #19372F;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

#home .recent-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  padding: 11px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #19372F;
  background: rgba(25, 55, 47, 0.08);
  border: 1.5px solid rgba(25, 55, 47, 0.15);
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

#home .recent-card__link:hover .recent-card__cta {
  background: #19372F;
  border-color: #19372F;
  color: #fff;
}

@media all and (min-width: 770px) {
  #home .conteudogeral .le .categories-section.categoriaslista,
  #home .conteudogeral .le .recent-section.recentes {
    display: block !important;
    width: 100% !important;
    float: left !important;
    background: #fff !important;
  }
}

#home .conteudogeral .le .categories-section .tit-busca,
#home .conteudogeral .le .recent-section .tit-busca {
  display: none !important;
}

#home .conteudogeral .le .recent-section .recent-card__link .le,
#home .conteudogeral .le .recent-section .recent-card__link .ld {
  float: none !important;
  width: auto !important;
}

#home .recent-section .lista_recentes li a,
#home .recent-section .lista_recentes li a:hover {
  float: none !important;
  width: 100% !important;
  font-size: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

#home .recent-section .lista_recentes li a .nome,
#home .recent-section .lista_recentes li a .valor,
#home .recent-section .lista_recentes li a .botao,
#home .recent-section .lista_recentes li a .botao p {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

@media all and (max-width: 769px) {
  #home .categories-section,
  #home .recent-section {
    margin-bottom: 24px;
    border-radius: 12px;
  }

  #home .categories-section__head,
  #home .recent-section__head {
    padding: 12px 14px 10px;
  }

  #home .categories-section__title {
    font-size: 14px !important;
  }

  #home .categories-section__subtitle {
    font-size: 10px;
  }

  #home .categories-section__body {
    padding: 12px;
  }

  #home .categories-section__card {
    min-height: 68px;
    padding: 10px 10px 10px 12px;
  }

  #home .categories-section__icon {
    width: 38px;
    height: 38px;
  }

  #home .categories-section__name {
    font-size: 12px;
  }

  #home .recent-section__body {
    padding: 18px 14px 22px;
  }

  #home .recent-section__list,
  #home .recent-section .lista_recentes {
    gap: 14px;
  }

  #home .recent-card__thumb {
    height: 120px;
  }

  #home .recent-card__body {
    padding: 14px 14px 16px;
    gap: 8px;
  }

  #home .recent-card__name {
    font-size: 14px;
    line-height: 1.45;
  }

  #home .recent-card__price {
    font-size: 14px;
  }

  #home .recent-card__cta {
    padding: 10px 12px;
    font-size: 11px;
  }

  /* Oculta no mobile: categorias e imóveis recentes (coluna esquerda) */
  #home .conteudogeral .le .categories-section.categoriaslista,
  #home .conteudogeral .le .property-section--sidebar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}

#home .brokers-section-clear {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

#home .brokers-section {
  clear: both;
  display: block;
  width: 100%;
  margin: 40px 0 30px;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(25, 55, 47, 0.08);
  font-family: "Lato", sans-serif;
}

#home .brokers-section__head {
  width: 100%;
  background-color: #19372F;
  padding: 0 24px;
}

#home .brokers-section__title {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  position: static !important;
  z-index: auto !important;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  text-align: center;
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  box-shadow: none !important;
}

#home .brokers-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 28px 24px 32px;
  background: #fff;
}

#home .brokers-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fafbfb;
  border: 1px solid #e8eeec;
  border-radius: 14px;
  padding: 22px 16px 18px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#home .brokers-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(25, 55, 47, 0.1);
  border-color: rgba(25, 55, 47, 0.22);
}

#home .brokers-card__avatar {
  width: 100px;
  height: 100px;
  margin-bottom: 14px;
  padding: 3px;
  border-radius: 50%;
  background: #19372F;
}

#home .brokers-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

#home .brokers-card__body {
  width: 100%;
}

#home .brokers-card__name {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #1a1a1a;
}

#home .brokers-card__creci {
  display: inline-block;
  margin: 0 0 16px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #19372F;
  background: rgba(25, 55, 47, 0.08);
  border-radius: 20px;
}

#home .brokers-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

#home .brokers-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 40px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  border-radius: 8px;
  border: 1.5px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#home .brokers-card__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
}

#home .brokers-card__btn--insta {
  color: #19372F;
  background: #fff;
  border-color: #19372F;
}

#home .brokers-card__btn--insta:hover {
  color: #fff;
  background: #19372F;
  text-decoration: none;
}

#home .brokers-card__btn--whatsapp {
  color: #fff;
  background: #25D366;
  border-color: #25D366;
}

#home .brokers-card__btn--whatsapp:hover {
  color: #fff;
  background: #1da851;
  border-color: #1da851;
  text-decoration: none;
}

@media all and (max-width: 1024px) {
  #home .brokers-section__grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 16px;
    padding: 24px 20px 28px;
  }
}

@media all and (max-width: 769px) {
  #home .brokers-section {
    margin: 28px 0 20px;
    border-radius: 12px;
  }

  #home .brokers-section__head {
    padding: 0 16px;
  }

  #home .brokers-section__title {
    font-size: 17px !important;
    padding: 14px 0 !important;
  }

  #home .brokers-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 20px 14px 24px;
  }

  #home .brokers-card {
    padding: 18px 12px 14px;
  }

  #home .brokers-card__avatar {
    width: 80px;
    height: 80px;
  }

  #home .brokers-card__name {
    font-size: 14px;
  }

  #home .brokers-card__btn {
    min-height: 36px;
    font-size: 12px;
  }
}

@media all and (max-width: 480px) {
  #home .brokers-section__grid {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
    padding: 18px 14px 22px;
  }

  #home .brokers-card__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #home .brokers-card__btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }

  #home .brokers-card__actions .brokers-card__btn:only-child {
    flex: 1 1 100%;
  }
}

/* ===== Mapa — título + iframe ===== */
#home .conteudogeral .ld > h4 {
  display: block !important;
  float: none !important;
  width: 100%;
  margin: 0 0 0 !important;
  padding: 14px 18px !important;
  border: none !important;
  border-radius: 12px 12px 0 0;
  background: #19372F !important;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

#home .conteudogeral .ld > iframe {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  border: 1.5px solid #e8eeec !important;
  border-top: none !important;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

@media all and (max-width: 769px) {
  #home .conteudogeral .ld > h4 {
    font-size: 16px !important;
    padding: 12px 14px !important;
    border-radius: 10px 10px 0 0;
  }

  #home .conteudogeral .ld > iframe {
    height: 420px !important;
    border-radius: 0 0 10px 10px;
  }
}

/* Mobile/tablet — ocultar categorias e mais recentes (coluna esquerda) */
@media all and (max-width: 1024px) {
  body#home .conteudogeral .le .categories-section.categoriaslista,
  body#home .conteudogeral .le .categoriaslista,
  body#home .conteudogeral .le .property-section--sidebar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: none !important;
  }
}
