/**
* Template Name: Gp
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #89133e;
  text-decoration: none;
}

a:hover {
  color: #89133e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.bg-light-01 {
  background-color: #ededed;
}

.form-check {
  text-align: left !important;
  color: #555 !important;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #282828;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #89133e;
}

.back-to-top:hover i {
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #89133e9d;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #89133e;
  border-top-color: #444444;
  border-bottom-color: #444444;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #89133e;
}

#header.header-scrolled {
  background: #89133eeb;
}

#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffffff;
}

#header .logo img {
  transition: all 0.5s;
  max-height: 70px;
  width: auto;
  /*--- Se alterar aqui, alterar também no main.js devido ao scrolled ---*/
}

@media (max-width: 992px) {
  #header .logo img {
    max-height: 46px;
  }
}

/*--------------------------------------------------------------
  #  Get Startet Button
  --------------------------------------------------------------*/
.get-started-btn {
  color: #89133e;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background: #ffffff;
}

.get-started-btn:hover {
  background: #364961;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-left: 15px;
  }
}

/*--------------------------------------------------------------
  # Busca header Button
  --------------------------------------------------------------*/
.busca-header {
  width: 130px;
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #fff !important;
}

.busca-header-btn {
  color: #fff;
  margin: auto;
  padding: 6px 12px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  outline: none !important;
  border: none;
}

.busca_codigo {
  background-color: transparent;
  color: #ffffff !important;
  border: none;
}

.busca_codigo::placeholder {
  color: #ffffff80;
}

.busca_codigo:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.busca-header-btn:hover {
  background: #fff;
  color: #89133e;
}

@media (max-width: 992px) {
  .busca-header {
    margin: 0 20px;
  }

  .vender-btn {
    margin-bottom: 20px;
  }

  .busca-header-btn {
    padding: 10px;
  }
}

/* Mobile: some a busca por código do header (pouco intuitiva sem rótulo) e
   deixa só o botão "BUSQUE AQUI", que abre a Busca Avançada completa */
@media (max-width: 991px) {
  .busca-header {
    display: none;
  }
}


/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #162230;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #89133e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #fff;
  color: #89133e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #89133e;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #89133e;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #89133e;
  background-color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #89133e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #fff;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #89133e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
  # Breadcrumb
  60 16 
  x  3
  --------------------------------------------------------------*/
#breadcrumb {
  background-color: #aa825a !important;
  color: #fff;
  overflow: visible;
  padding: 0;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}

@media(max-width:992px) {
  #header {
    height: 80px;
  }

  .breadcrumb {
    margin-top: 80px !important;
  }

  .breadcrumb div {
    margin: 20px 0 !important;
  }
}

.breadcrumb {
  margin-top: 99px;
  display: flex;
  flex-direction: row;
}

.breadcrumb div {
  margin: 40px 0;
}

.breadcrumb a {
  color: #fff !important;
}

.breadcrumb a:hover {
  color: #282828 !important;
  transition: ease-in-out 0.3s;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  /* background: url("../img/hero-bg.jpg") top center; */
  position: relative;
}

.hero-slider.swiper .swiper-slide {
  min-height: 80vh;
  position: relative;
}

.hero-slider.swiper .swiper-slide:before {
  content: "";
  background: #89133e4d;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.6;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-color: #ffffff30;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background-color: #fff;
  color: #89133e;
}

.hero-slider .swiper-button-prev {
  left: 20px;
}

.hero-slider .swiper-button-next {
  right: 20px;
}

.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after {
  font-size: 18px;
  font-weight: 700;
}

#hero .hero-slide-titulo {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

#hero .hero-slide-subtitulo {
  margin: 14px 0 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .hero-slider.swiper .swiper-slide {
    min-height: 60vh;
  }

  #hero .hero-slide-titulo {
    font-size: 26px;
  }

  #hero .hero-slide-subtitulo {
    font-size: 15px;
    margin-top: 8px;
  }

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }

  .hero-slider .swiper-button-prev {
    left: 8px;
  }

  .hero-slider .swiper-button-next {
    right: 8px;
  }

  .hero-slider .swiper-button-prev:after,
  .hero-slider .swiper-button-next:after {
    font-size: 14px;
  }
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero .accordion {
  background-color: none;
}

#hero .accordion-header {
  background-color: none;
  border-radius: 5px;
}

#hero .accordion .accordion-body {
  background-color: #ffffffc0 !important;
  margin-top: 2px;
  margin-bottom: 5px;
  border-radius: 5px;
}

#hero .accordion .accordion-item {
  background-color: #ffffff00 !important;
  border: none;
}

#hero .accordion-button {
  background-color: #ffffffc0;
  border-radius: 5px;
  margin-top: 5px;
}

#hero .container .accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

#hero .container .btn-group {
  background-color: #ffffff !important;
}

#hero .container .label-sel {
  margin-left: 10px;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #89133e;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #89133e;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #89133e;
}

#hero .icon-box:hover {
  border-color: #89133e;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
  # Form Busca
  --------------------------------------------------------------*/
.form-busca .accordion-button {
  color: #444444;
}

.form-busca .btn-outline-primary {
  color: #444444;
  border-color: #89133e;
}

.form-busca .btn-outline-primary:hover {
  color: #444444;
  border-color: #89133e;
}

.form-busca .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #fff;
  background-color: #89133e;
  border-color: #89133e;
}

.form-busca .btn-primary {
  color: #fff;
  background-color: #89133e;
  border: none;
}

.form-busca .btn:hover {
  color: #fff;
  background-color: #282828;
  border: none;
}

/* RANGE */
section.range-slider {
  position: relative;
  width: 100%;
  height: 55px;
  text-align: center;
}

section.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 10px;
  width: 100%;
  outline: none;
  height: 55px;
  margin: 0;
  padding: 8px;
}

section.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

section.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}

section.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  border: 0;
}

section.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

section.range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}

.rangeValues {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #555;
  display: block;
}


.form-range::-webkit-slider-thumb {
  background: #282828;
  width: 25px;
  height: 25px;
  margin-top: -8px;
}

.form-range::-moz-range-thumb {
  background: #282828;
  width: 25px;
  height: 25px;
  margin-top: -8px;
}

.form-range::-ms-thumb {
  background: #282828;
  width: 25px;
  height: 25px;
  margin-top: -8px;
}


@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #dcdcdc;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dcdcdc;
  border-color: transparent;
  border-radius: 1rem;
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

/* .section-title {
  padding-bottom: 15px;
} */

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

/* .section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
} */

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #444444;
}

@media(max-width: 992px) {
  .section-title p {
    font-size: 13.5px;
  }

  .danger_text {
    /* texto "baixou o preço" */
    font-size: 16px !important;
  }
}

/* Resumo da busca (página de resultados) — banner com ícone, fora do .section-title
   (sem RESULTADO), com respiro antes dos links de ordenar. */
.busca-resumo-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  padding: 20px 24px;
  margin-bottom: 22px;
}

.busca-resumo-banner-icone {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.busca-resumo-banner-ok .busca-resumo-banner-icone {
  background-color: #198754;
}

.busca-resumo-banner-vazio .busca-resumo-banner-icone {
  background-color: #dc3545;
}

.busca-resumo-banner-texto {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.busca-resumo-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999999;
}

.busca-resumo-filtros {
  font-size: 23px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #282828;
  line-height: 1.3;
}

.busca-resumo-status {
  font-size: 16px;
  font-weight: 600;
}

.busca-resumo-banner-ok .busca-resumo-status {
  color: #198754;
}

.busca-resumo-banner-vazio .busca-resumo-status {
  color: #dc3545;
}

.busca-ordenar {
  margin-bottom: 20px;
  font-size: 14px;
}

.busca-ordenar a {
  color: #89133e;
  font-weight: 600;
}

@media (max-width: 992px) {
  .busca-resumo-banner {
    padding: 16px 18px;
    gap: 14px;
  }

  .busca-resumo-banner-icone {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .busca-resumo-filtros {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content h4 {
  font-weight: 600;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
}

.about .content .agent-name {
  color: #89133e;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #89133e;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
  # Internal Page
  --------------------------------------------------------------*/
.page .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.page .content h4 {
  font-weight: 600;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
}

.page .content .agent-name {
  color: #89133e;
}

.page .content ul {
  list-style: none;
  padding: 0;
}

.page .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.page .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #89133e;
}

.page .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  # Clients
  --------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ff0000;
  opacity: 1;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #89133e;
}

/*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #89133e;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
.blog .title {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #444444;
}

.blog .box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #89133e;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.blog .box .icon i {
  color: #444444;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

/*--------------------------------------------------------------
  # Blog Home Posts List
  --------------------------------------------------------------*/
.blog .posts-list article {
  height: 100%;
  border-bottom: 1px solid #d6e2ef;
  padding-bottom: 30px;
}

.blog .posts-list article+article {
  margin-top: 60px;
}

.blog .posts-list .post-img {
  max-height: 240px;
  overflow: hidden;
}

.blog .posts-list .title {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0 0 0;
}

.blog .posts-list .title a {
  color: #444444;
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: #89133e;
}

.blog .posts-list .meta-top {
  margin-top: 20px;
  color: #920303;
}

.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .posts-list .meta-top ul li+li {
  padding-left: 20px;
}

.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: #89133e;
}

.blog .posts-list .meta-top a {
  color: #444444;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .posts-list .content {
  margin-top: 20px;
}

.blog .posts-list .read-more a {
  display: inline-block;
  color: #444444;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}

.blog .posts-list .read-more a:hover {
  color: #89133e;
}

/*--------------------------------------------------------------
  # Blog Details Page
  --------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(27, 47, 69, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(27, 47, 69, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #38618e;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(27, 47, 69, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(27, 47, 69, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
.blog .sidebar .sidebar-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  font-size: 15px;
}

.blog .sidebar .categories ul a:hover {
  color: #89133e;
}


/*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
.services .box {
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  padding: 40px 30px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin-bottom: 30px;
}

/* .services .box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #89133e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
} */

.services .box .icon i {
  color: #89133e;
  font-size: 48px;
  transition: ease-in-out 0.3s;
}

.services .box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .box h4 a {
  color: #444444;
  transition: ease-in-out 0.3s;
}

.services .box h4 a:hover {
  color: #89133e;
}

.services .box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .box:hover {
  border-color: #89133e23;
  box-shadow: 0px 0 25px 0 #89133e23;
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
  # Service Item
  --------------------------------------------------------------*/
.service {
  margin-top: -20px !important;
}

.service .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.service .content h4 {
  font-weight: 600;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
}

.service .content .name {
  color: #89133e;
}

.service .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #89133e;
  border-color: #89133e;
  color: #444444;
}


/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #89133e;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #444444;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}


.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #89133e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #89133e;
  border: 0;
  padding: 10px 24px;
  color: #444444;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffcd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
  # Anunciar
  --------------------------------------------------------------*/
.anunciar input {
  font-size: 14px;
  color: #303030;
}

.anunciar label {
  margin-left: 10px;
  font-size: 14px;
  color: #303030;
}

.anunciar select,
.anunciar select:hover,
.anunciar select:focus,
.anunciar select:active,
.anunciar select:checked {
  color: #303030;
  font-size: 14px;
}

select option {
  color: #303030;
  font-size: 14px;
}

/*--------------------------------------------------------------
  # Cards Imóveis Vendas
  --------------------------------------------------------------*/

.imoveis .item {
  margin-bottom: 40px;
}

.imovel_id {
  font-size: 18px;
}

.imovel-card {
  min-height: 660px !important;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (max-width: 767px) {
  .imovel-card {
    min-height: auto !important;
  }

  .imovel_id {
    margin: 7px 0 !important;
    font-size: 13px;
  }
}

.imovel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.badge-preco {
  top: 10px;
  left: 10px;
  font-size: 0.9rem;
  padding: 5px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card-body i {
  font-size: 1.5rem;
  color: #89133e;
  margin-bottom: 5px;
}

.card .card-header {
  color: #89133e;
}

.card-footer {
  border: none;
  background-color: #f8f9fa;
  font-size: 0.9rem;
}

/* Ajustes para o layout das colunas */
.card-body .row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-body .row .col i {
  font-size: 2rem;
  margin-bottom: 5px;
}

.card-body .row .col div {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .card-body .row .col {
    margin-bottom: 10px;
    /* Espaço extra entre as colunas para telas pequenas */
  }
}

/* Screenshots Section
  --------------------------------*/
#gallery .swiper {
  display: flex;
  flex-direction: column;
}

#gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
  text-align: center;
  z-index: 10;
}

/* Estilo dos botões da paginação */
#gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #89133e;
}

/* Estilo do botão ativo */
#gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #89133e;
}

/* Regra antiga da galeria pré-redesign removida em 2026 (forçava height:350px!important
   em QUALQUER .swiper-slide da página no mobile, conflitando com .imovel-hero-slider e
   .imovel-thumbs-slider, além do slider de parceiros em home-links-uteis.php) */

/* whatsapp pagina imovel */
.btn-whatsapp-imovel {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 300px;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.5px;
  gap: 8px; 
}

.btn-whatsapp-imovel i{
  font-size: 24px;
  vertical-align: middle;
}

/* whatsapp pagina contato */
.btn-whatsapp-contato {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.5px;
  gap: 8px; 
}

.btn-whatsapp-contato i{
  font-size: 24px;
  vertical-align: middle;
}

@media(max-width: 991px){
  .btn-whatsapp-contato{
    width: 300px;
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
  background: #89133e;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #aa825a;
  border-bottom: 1px solid #FFF;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #89133e;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #89133e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #89133e;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 4px;
  color: #89133e;
  font-size: 10px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #89133e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #89133e;
  color: #444444;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/*--------------------------------------------------------------
  # LGPD
  --------------------------------------------------------------*/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0)
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-static {
  position: static
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-header {
  font-size: 18px;
  font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em
}

.cc-link:hover {
  opacity: 1
}

.cc-link:active,
.cc-link:visited {
  color: initial
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap
}

.cc-banner .cc-btn:last-child {
  min-width: 140px
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.cc-compliance>.cc-btn {
  -ms-flex: 1;
  flex: 1
}

.cc-btn+.cc-btn {
  margin-left: .5em
}

@media print {

  .cc-revoke,
  .cc-window {
    display: none
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0
  }

  .cc-window.cc-bottom {
    bottom: 0
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1
  }

  .cc-window.cc-floating {
    max-width: none
  }

  .cc-window .cc-message {
    margin-bottom: 1em
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none
}

.cc-theme-classic .cc-btn {
  border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

.cc-theme-edgeless.cc-window {
  padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0
}

/*--------------------------------------------------------------
  # LGPD
  --------------------------------------------------------------*/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0)
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-static {
  position: static
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-header {
  font-size: 18px;
  font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em
}

.cc-link:hover {
  opacity: 1
}

.cc-link:active,
.cc-link:visited {
  color: initial
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap
}

.cc-banner .cc-btn:last-child {
  min-width: 140px
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.cc-compliance>.cc-btn {
  -ms-flex: 1;
  flex: 1
}

.cc-btn+.cc-btn {
  margin-left: .5em
}

@media print {

  .cc-revoke,
  .cc-window {
    display: none
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0
  }

  .cc-window.cc-bottom {
    bottom: 0
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1
  }

  .cc-window.cc-floating {
    max-width: none
  }

  .cc-window .cc-message {
    margin-bottom: 1em
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none
}

.cc-theme-classic .cc-btn {
  border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

.cc-theme-edgeless.cc-window {
  padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0
}
/*--------------------------------------------------------------
# Página Detalhes do Imóvel - Redesign da Galeria e Cards
--------------------------------------------------------------*/

/* Galeria hero */
.imovel-gallery {
  position: relative;
}

.imovel-hero-slider {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.imovel-hero-img {
  display: block;
  width: 100%;
  height: 380px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center center;
  position: relative;
}

.imovel-hero-placeholder {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.imovel-hero-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffffc0;
  color: #89133e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.imovel-hero-slider .swiper-slide a {
  display: block;
  position: relative;
}

.imovel-hero-slider .swiper-slide:hover .imovel-hero-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.imovel-gallery-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background-color: #ffffffc0;
  color: #282828;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-family: "Poppins", sans-serif;
}

.imovel-hero-slider .swiper-button-prev,
.imovel-hero-slider .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-color: #ffffffc0;
  border-radius: 50%;
  color: #89133e;
}

.imovel-hero-slider .swiper-button-prev:after,
.imovel-hero-slider .swiper-button-next:after {
  font-size: 14px;
  font-weight: 700;
}

.imovel-hero-slider .swiper-pagination-bullet-active {
  background-color: #89133e;
}

/* Miniaturas */
.imovel-thumbs-slider {
  height: 80px;
}

.imovel-thumbs-slider .swiper-slide {
  width: 100px;
  height: 80px;
  opacity: 0.6;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.imovel-thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
  outline: 2px solid #89133e;
  outline-offset: -2px;
}

.imovel-thumb-img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .imovel-hero-img {
    height: 280px;
  }
}

/* Card de preço */
.imovel-price-card,
.imovel-section-card,
.imovel-map-card {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.imovel-price-card {
  position: relative;
}

.imovel-price-tag {
  position: absolute;
  top: -14px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ff3b3b, #920303);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  padding: 7px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(146, 3, 3, 0.4);
  transform: rotate(-3deg);
}

.imovel-price-tag i {
  font-size: 0.95rem;
}

.imovel-price-original {
  font-size: 0.95rem;
  margin-top: 8px;
}

.imovel-price-main h2 {
  display: inline;
  margin: 0;
}

.imovel-specs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ededed;
}

.imovel-spec-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.imovel-spec-item i {
  font-size: 1.4rem;
  color: #89133e;
}

.imovel-spec-item div {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.imovel-spec-item small {
  color: #777;
  font-size: 0.75rem;
}

/* Comodidades em chips */
.imovel-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.imovel-amenity-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #f8f9fa;
  border: 1px solid #ededed;
  color: #444444;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.85rem;
}

.imovel-amenity-chip i {
  color: #89133e;
}

/* Card do mapa/localização */
.imovel-map-card {
  border-radius: 12px;
  overflow: hidden;
}

.imovel-map-card .accordion-button {
  border-radius: 12px;
}

.imovel-map-card .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #89133e;
  box-shadow: none;
}

.imovel-map-frame {
  border-radius: 8px;
  overflow: hidden;
}

/* .section-title h2 usa line-height:1px (pensado p/ títulos de 1 linha);
   dentro do card, com menos largura, "Metragens e Valores" quebra em 2 linhas
   e sobrepõe o texto seguinte sem este ajuste */
.imovel-section-card .section-title h2 {
  line-height: 1.3;
  margin-bottom: 10px;
}

/* Hero de título (tipo/negócio + localização) no topo da página do imóvel */
.imovel-hero-heading {
  text-align: left;
}

.imovel-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #89133e, #6d0f31);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.imovel-hero-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #282828;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.imovel-hero-title i {
  color: #aa825a;
  font-size: 1.5rem;
}

.imovel-hero-underline {
  width: 70px;
  height: 3px;
  background: #aa825a;
  margin-top: 14px;
  border-radius: 2px;
}

@media (max-width: 992px) {
  .imovel-hero-title {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
# Busca Avançada (modal do header)
--------------------------------------------------------------*/
.busca-avancada-trigger {
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff60;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
  margin-left: 12px;
  transition: 0.3s;
}

.busca-avancada-trigger:hover {
  background-color: #fff;
  color: #89133e;
}

@media (max-width: 991px) {
  .busca-avancada-trigger {
    background-color: #fff;
    color: #89133e;
    border-color: #fff;
    margin: 0 10px 0 0;
    padding: 8px 14px;
    font-weight: 600;
  }
}

.busca-avancada-modal .modal-content {
  border: none;
  border-radius: 14px;
  overflow: hidden;
}

.busca-avancada-modal .modal-header {
  background-color: #89133e;
  color: #fff;
  border: none;
}

.busca-avancada-modal .modal-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.busca-avancada-modal .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.busca-avancada-tabs .nav-link {
  border-radius: 50px;
  color: #444444;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 16px;
  margin-right: 6px;
}

.busca-avancada-tabs .nav-link.active {
  background-color: #89133e;
  color: #fff;
}

.busca-avancada-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 16px;
}

.busca-avancada-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #89133e;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
}

.busca-avancada-negocio .btn,
#bam-dorms-group .btn,
#bam-vagas-group .btn {
  font-size: 0.85rem;
}

.busca-avancada-loading {
  padding: 40px 0;
}

.busca-avancada-modal .btn-primary,
.busca-avancada-modal .btn-check:checked+.btn-outline-primary,
.busca-avancada-modal .btn-outline-primary:active {
  background-color: #89133e;
  border-color: #89133e;
}

.busca-avancada-modal .btn-outline-primary {
  color: #89133e;
  border-color: #89133e;
}

.busca-avancada-modal .btn-outline-primary:hover {
  background-color: #89133e;
  border-color: #89133e;
}

.busca-avancada-btn {
  border-radius: 50px;
  font-weight: 600;
}

/* Autocomplete de endereço (substitui o <datalist> nativo, ruim no Safari/iOS) */
.bam-autocomplete-wrap {
  position: relative;
}

.bam-autocomplete-suggestions {
  display: none;
  margin-top: 6px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.bam-autocomplete-suggestions.show {
  display: block;
}

.bam-autocomplete-item {
  padding: 14px 16px;
  font-size: 0.95rem;
  color: #444444;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bam-autocomplete-item:last-child {
  border-bottom: none;
}

.bam-autocomplete-item i {
  color: #89133e;
}

.bam-autocomplete-item:hover,
.bam-autocomplete-item:active {
  background-color: #89133e;
  color: #fff;
}

.bam-autocomplete-item:hover i,
.bam-autocomplete-item:active i {
  color: #fff;
}

.bam-autocomplete-empty {
  padding: 14px 16px;
  font-size: 0.85rem;
  color: #777;
}

/*--------------------------------------------------------------
# Form de busca fixo da home (abaixo do Hero)
--------------------------------------------------------------*/
.home-busca-wrap {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
}

.home-busca-card {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 20px 24px;
}

.home-busca-row {
  row-gap: 12px;
}

.home-busca-btn {
  background-color: #89133e;
  border-color: #89133e;
  white-space: nowrap;
}

.home-busca-btn:hover {
  background-color: #6d0f31;
  border-color: #6d0f31;
}

.hf-tab-avancado {
  border: 1px dashed #89133e80 !important;
  color: #89133e !important;
  background-color: transparent !important;
}

.hf-tab-avancado:hover {
  background-color: #89133e !important;
  border-style: solid !important;
  color: #fff !important;
}

.home-busca-row-2 {
  margin-top: 4px;
}

.home-busca-range {
  margin-top: 2px;
}

.home-busca-range .rangeValues {
  font-size: 0.8rem;
  margin-bottom: 2px;
  color: #444444;
  min-height: 1.1em;
}

.home-busca-switch {
  display: flex;
  align-items: center;
  height: 38px;
  white-space: nowrap;
  padding-left: 2.6em;
}

.home-busca-switch .form-check-input {
  width: 2.75em;
  height: 1.5em;
  margin-top: 0;
  cursor: pointer;
}

.home-busca-switch .form-check-input:checked {
  background-color: #89133e;
  border-color: #89133e;
}

.home-busca-switch .form-check-input:focus {
  border-color: #89133e;
  box-shadow: 0 0 0 0.2rem rgba(137, 19, 62, 0.25);
}

.home-busca-switch .form-check-label {
  margin-left: 6px;
  font-size: 0.9rem;
  cursor: pointer;
}

@media (max-width: 991px) {
  .home-busca-wrap {
    margin-top: -24px;
  }

  .home-busca-card {
    padding: 16px;
  }
}
