:root {
  --bg-color-instagram: rgb(225, 48, 108);
  --bg-color-youtube: rgb(205, 32, 31);
  --bg-color-facebook: rgb(59, 89, 152);
  --bg-color-linkedin: rgb(0, 119, 181);
  --bg-color-x: rgb(0, 0, 0);
  --bg-color-whatsapp: rgb(37, 211, 102);
}

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.btn-lg {
  padding: 1rem 1.85rem;
}

.btn-primary {
  font-size: 1rem;
}

.btn.btn-primary:hover {
  background: #17d6ef;
  color: #fff;
  border-color: #17d6ef;
}

.logo-parceiro-topo img {
  max-height: 70px;
  border-radius: 12px;
}

.logos-parceiros-topo {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.navbar-brand img {
  max-height: 84px;
}

.nav-link {
  text-transform: uppercase;
}

footer {
  background-color: #333;
  color: #999;
  padding: 4em 0;
}

@media (min-width: 768px) {
  footer {
    padding: 8em 0;
  }
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 1rem;
}

footer ul li a {
  color: #999;
  text-decoration: none;
  transition: .3s all ease-in-out;
}

footer ul li a:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 550;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 8px;
   list-style: none;
  padding: 0;
}


.footer-social li a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 99px;
  transition: .25s all ease-in-out;
}

.footer-social li a svg {
  width: 22px;
  height: 22px;
}

.btn-instagram {
  background-color: var(--bg-color-instagram);
  color: #fff;
}

.btn-youtube {
  background-color: var(--bg-color-youtube);
  color: #fff;
}

.btn-facebook {
  background-color: var(--bg-color-facebook);
  color: #fff;
}

.btn-linkedin {
  background-color: var(--bg-color-linkedin);
  color: #fff;
}

.btn-x {
  background-color: var(--bg-color-x);
  color: #fff;
}

.btn-whatsapp {
  background-color: var(--bg-color-whatsapp);
  color: #fff;
}

.webiliaria img {
  max-height: 18px;
}



.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  margin-bottom: 30px;
}

.section-title {
  color: #0873BB;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

@media(min-width:996px) {
  .section-title {
    font-size: 40px;
  }
}


.fotoGaleria-box{
  width: 100%;
  height: auto; 
  overflow: hidden;
}

.fotoGaleria-box img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frase-destaque {
  color: #FFD700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 350;
}

.card-corretores__titulo {
  font-family: "Oswald", sans-serif;
  font-weight: 350;
  text-transform: uppercase;
}

.card-corretores {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.card-corretores img {
  width: 100%;
  height: 260px;
}

.card-corretores a {
  text-decoration: none;
}

.card-corretores__infos {
  background-color: #F7F7F7;
  width: 100%;
  padding: 24px;
}


.mySwiper_Parceiros .swiper-slide {
  text-align: center;
}

.mySwiper_Parceiros .swiper-slide img {
  width: auto;
  max-height: 112px;
}


.card-post {
  text-decoration: none;
}

.card-post p {
  color: #333;
}

.card-post__title {
  color: #333;
  text-transform: uppercase;
  font-weight: 350;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
}


.card-post__infos {
  background-color: #F7F7F7;
  padding: 32px 24px;
  text-align: center;
  min-height: 220px; 
  align-items: center;
  justify-content: center;
}

.card-post figure {
  overflow: hidden;
  width: 100%;
  height: 220px;
  margin-bottom: 0;
}

.card-post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}










#corretorWhatsImovel {
  display: none;
}

.corretor-contato {
  display: grid;
  width: fit-content;

  border-radius: 16px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  text-align: center;

  background-color: rgba(0, 0, 0, .85);
  border-radius: .75rem;
  box-shadow: 0 5px 15px #35383b;
  z-index: 9999999999;

  overflow: hidden;

}

.corretor-contato a {
  text-decoration: none;
}

.corretor-contato__infos {
  display: flex;
}

.corretor-contato__telefone {
  color: red;
  padding: 12px 16px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.corretor-contato__whatsapp:hover {
  color: #01e235;
  background-color: rgba(0, 0, 0, .9);
}

.corretor-contato__telefone:hover {
  color: red;
  background-color: rgba(0, 0, 0, .9);
}

.corretor-contato__whatsapp {
  color: #01e235;
  border-left: 1px solid rgb(255, 255, 255, .25);
  padding: 12px 16px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.corretor-contato__titulo {
  color: #fff;
  border-bottom: 1px solid rgb(255, 255, 255, .25);
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
}

@media(max-width:520px) {
  .corretor-contato__whatsapp span {
    display: none;
  }

  .corretor-contato__whatsapp svg {
    width: 28px;
    height: 28px;
  }
}






.hero-slide {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 68dvh;
  color: #fff;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  position: relative;
}

.hero-slide::before {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero-slide::after {
  z-index: 1;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=0);
}

.hero-slide__content {
  position: relative;
  z-index: 3;
}

.hero-slide h1 {
  text-shadow: var(--bs-box-shadow) !important;
  font-weight: 300;
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  .hero-slide h1 {
    font-size: 2rem;
  }
}

.hero-slide p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;

}



/* SWIPER HERO HOME */

.mySwiper_HeroHome {
  width: 100%;
  height: 100%;
}

.mySwiper_HeroHome .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper_HeroHome .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px));
}

.swiper-pagination-bullet-active {
  background-color: #007bff;
  /* Ou a cor azul de sua preferência */
  border: none;
}





.listagem-imoveis {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}


@media(min-width:860px) {
  .listagem-imoveis {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media(min-width:1140px) {
  .listagem-imoveis {
    grid-template-columns: repeat(3, 1fr);
  }
}


.card-imovel__infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 2;
  transition: .25s all ease-in-out;
  
}

.card-imovel {
  color: #333;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  position: relative;
}

.card-imovel::after {
  content: '';
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
  background-color: rgb(0, 78, 137, 0);
  position: absolute;
  transition: .2s all ease-in-out;
}

.card-imovel:hover::after {
  left: 12px;
  right: -12px;
  background-color: rgb(0, 78, 137, 1);
}

.card-imovel:hover .card-imovel__infos {
  padding-left: 28px;
  color: #fff;
}



.card-imovel figure {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.card-imovel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-imovel__titulo {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  font-weight: 320;
  
}



@media(min-width:996px){
  .sidnei{
  position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.sticky{
  position: -webkit-sticky;
    position: sticky;
    top: 140px;
}
}

.btn svg{
  width: 24px;
  height: 24px; 
}

.hero-interna{
  display: flex;
  align-items: center;
  height: 84dvh; 
   background-size: cover !important;
   background-position: center center !important;
   position: relative;
}

.hero-interna--menor{
  height: 20dvh; 
}

.hero-interna h1{
  text-shadow: 0 5px 15px #000;
  margin-bottom: 0;
}

.hero-interna:before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-interna:after {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}

.hero-interna .container{
  position: relative;
  z-index: 3;
}

@media(max-width:996px){
  .hero-interna{
    height: 40dvh; 
   
  }
  .hero-interna--menor{
  height: 12dvh; 
}
}

.text-up{
  text-transform: uppercase;
}

form .form-group{
  margin-bottom: 16px;
}

.cmc-contato-concordado-feedback-required{
  color: red;
}

.cmc-contato-concordado-feedback-required svg{
  width: 20px;
  height: 20px; 
}

.cmc-contato-mensagem-resultado {
  color: rgb(2, 153, 2);
}

.cmc-contato-mensagem-resultado svg{
  width: 20px;
  height: 20px; 
}


.contato-infos svg{
  color: #007bff;
  width: 32px;
  height: 32px; 
}






/* FILTRO IMOVEIS */

.filtro{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999999 !important;
  background-color: #fff;
  width: fit-content;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;

background: #fff;
box-shadow:  20px 20px 60px #333,
             -20px -20px 60px #000; 
}

.filtro__body{
  overflow-y: auto;
  padding: 24px ;
}


.filtro__header{
  margin-bottom: auto;
  padding: 24px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

.filtro__rodape{
  margin-top: auto;
  display: flex;
  gap: 12px;
  padding: 24px;
  border-top: 1px solid #d8d8d8;
}

.filtro__btn{
  align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    min-width: 52px;
    padding: .5rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    font-weight: 450;
    background-color: #fff;
}

.filtro__btn--limpar{
  color: #969696;
}

.filtro__btn--aplicar{
  background-color: #0873BB;
  color: #fff;
  border-color: #0873BB;
}

.filtro__btn--fechar{
  border-radius: 99px;
  background-color: #eee;
  border: none;
  position: absolute;
  right: 12px;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px; 
  transition: .25s all ease-in-out;
}

.filtro__btn--fechar svg{
  width: 20px;
  height: 20px; 
  transition: .25s all ease-in-out;
}

.filtro__btn--fechar:hover{
  background-color: rgb(182, 11, 11);
  color: #fff;
}

.filtro__widget{
  padding: 16px  0;
  margin: 16px 0;
  border-bottom: 1px solid #c9c9c9;
}