/* // ---------------------*/
.realestaterightnow_btn_view222 {
  background-color: #007bff;
  /* Azul primário */
  color: #fff;
  /* Texto branco */
  border: none;
  /* Remover borda padrão */
  border-radius: 5px;
  /* Bordas arredondadas */
  padding: 10px 20px;
  /* Espaçamento interno */
  font-size: 16px;
  /* Tamanho da fonte */
  font-weight: bold;
  /* Texto em negrito */
  text-transform: uppercase;
  /* Texto em maiúsculas */
  cursor: pointer;
  /* Cursor em formato de mão ao passar o mouse */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Sombra suave */
  transition: all 0.3s ease;
  /* Transição suave ao interagir */
  padding: 20px;
}

.realestaterightnow_btn_view222:hover {
  background-color: #0056b3;
  /* Azul mais escuro ao passar o mouse */
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
  /* Aumenta a sombra */
  transform: translateY(-2px);
  /* Elevação visual */
}

.realestaterightnow_btn_view222:active {
  background-color: #003f7f;
  /* Azul ainda mais escuro ao clicar */
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  /* Sombra menor */
  transform: translateY(0);
  /* Retorna à posição original */
}

.modal-overlay22 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  /* Fundo semitransparente */
  z-index: 1000;
  /* Abaixo do container do modal */
  display: none;
  /* Oculto por padrão */
}

.modal-container2299999 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  /* Limita a altura do modal */
  overflow-y: auto;
  /* Adiciona barra de rolagem vertical */
  overflow-x: hidden;
  /* Impede a barra de rolagem horizontal */
  /* width: 90%; */
  /* Ajuste conforme necessário */
  background: #ffffff;
  z-index: 1001;
  /* Certifica que o modal aparece sobre o overlay */
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  /* display: none;*/
  width: 800px;
  display: none;
  /*  min-height: 200px; */
  padding: 20px;
}

.modal-container22 {
  position: fixed;
  top: calc(50% + 50px);
  /* Desloca o modal 100px abaixo do centro */
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 200px);
  /* Desconta 100px do topo e 100px do rodapé */
  overflow-y: auto;
  /* Permite rolagem no conteúdo do modal */
  overflow-x: hidden;
  width: 800px;
  /* Largura fixa */
  background: #ffffff;
  z-index: 999999;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  border: 1px solid #000;
  /* Adiciona borda para testar a visibilidade */
  max-width: 90%;
}

body.modal-open22 {
  overflow: hidden;
  /* Impede a rolagem do fundo quando o modal está aberto */
}

/* Botão de fechar */
.close-modal22 {
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: bold;
  /* Deixa o texto em negrito */
  /*
  color: #000; */
  cursor: pointer;
  position: absolute;
  top: 20px;
  /* right: 10px; */
  left: 50%;
  /* Centraliza horizontalmente */
  transform: translateX(-50%);
  /* Ajusta para que o centro do botão fique no meio */
  margin-bottom: 20px;
  color: #fff;
  /* Cor do texto */
  background-color: #e74d3cc9;
  /* Cor de fundo chamativa */
  border: none;
  /* Remove bordas */
  padding: 8px 15px;
  /* Espaçamento interno */
  cursor: pointer;
  /* Indica que é clicável */
  border-radius: 5px;
  /* Bordas arredondadas */
  z-index: 1100;
  /* Garante que o botão esteja sempre acima do slider */
  transition: background-color 0.3s ease, transform 0.2s;
  /* Animações de transição */
}



.close-modal22:hover {
  background-color: #dc4a07;
  /* Cor mais escura no hover */
  /* transform: scale(1.1); */
  /* Efeito de aumentar ao passar o mouse */
  z-index: 9999;
}

#realestaterightnow-pagination {
  text-align: center;
  margin: 20px 0;
}

#realestaterightnow-pagination .page-link {
  /* display: inline-block; */
  margin: 0 4px;
  text-decoration: underline;
}

#realestaterightnow-pagination .page-link.current {
  font-weight: bold;
  text-decoration: none;
}

#realestaterightnow-pagination .page-link:hover {
  text-decoration: underline;
  color: red;
}

.RealEstateTitle {
  /* color: white; */
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  height: 30px;
  /*  background: #6e6e71; */
  padding: 2px;
  max-width: 100%;
  text-align: center;
  border-radius: 0 0 0px 0px;
  margin-left: 0px;
  background-image: url("../../assets/images/info.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.realestaterightnow_wrapprofile {
  width: 600px;
  margin: 0px auto;
  text-align: center;
  border: 0px solid red;
  height: 100%;
}

.reatestateimg-circle {
  border-radius: 50%;
  border: 0px solid red;
  max-width: 180px;
  max-height: 180px;
  min-width: 180px;
  min-height: 180px;
}

.realestaterightnow_iconsprofile {
  line-height: 20px;
  margin-top: -5px;
}

.realestaterightnow_profile {
  /* width: 100%; */
  margin: 0px auto;
  text-align: center;
  font-size: 12pt;
  color: #666666;
  background: #EDEDED;
  padding: 0px;
  height: 240px;
  border: 0px solid blue;
  margin-bottom: 20px;
  padding: 20px;
}

.realestaterightnow_fotoprofile {
  float: left;
  width: 35%;
  height: 100%;
  margin-right: 10px;
}

.realestaterightnow_textoprofile {
  margin: 0px auto;
  width: 65%;
  text-align: left;
  line-height: 14pt;
  margin-top: 60px;
  /*  background: red;  */
}

.realestaterightnow_nameprofile {
  font-size: 16pt;
  margin-top: -50px;
  margin-bottom: 15px;
  /* clear: both;
  position: relative; */
}

.realestaterightnow_titleprofile {
  font-size: 12pt;
  margin-top: -10px;
  margin-bottom: 20px;
}

.realestaterightnow_descriptionprofile {
  font-size: 13pt;
  margin-top: -10px;
  /*  height: 80px; */
  /*   margin-bottom: 15px; */
}

.multiYearSingle {
  float: right;
  margin-top: -30px;
  /* font-size: 130%; */
  /* color: #808080; */
  margin-bottom: 13px;
  font-weight: 300;
  /* 	text-rendering: optimizeLegibility; */
}

.multiPurposeSingle {
  float: left;
  margin-top: -30px;
  /* font-size: 130%; */
  /*	color: #808080; */
  margin-bottom: 13px;
  font-weight: 300;
  /* 	text-rendering: optimizeLegibility; */
}

.realestaterightnow_smallblock {
  padding: 0px;
  margin: 0px;
  float: left;
  padding-right: 30px;
  /* background: lightgray; */
  font: arial;
  font-size: 18px;
  margin-bottom: 8px;
}

.realestaterightnow_description {
  clear: both;
  position: relative;
  margin-top: 11px;
  margin-bottom: 10px;
  float: left;
  /* min-height: 20px !important; */
}

.realestaterightnow_btn_view {
  clear: both;
  position: relative;
  margin: 0px;
  float: left;
  max-height: 35px;
  /* padding: 20px; */
  font-size: 12px !important;
  margin-left: 22px;
  background-color: lightgray;
  /*background-color: #007bff; */
  /* Azul primário */
  /* color: #fff; */
  /* Texto branco */
  border: none;
  /* Remover borda padrão */
  /* border-radius: 5px; */
  /* Bordas arredondadas */
  padding: 10px 20px;
  /* Espaçamento interno */
  font-size: 16px;
  /* Tamanho da fonte */
  font-weight: bold;
  /* Texto em negrito */
  text-transform: uppercase;
  /* Texto em maiúsculas */
  cursor: pointer;
  /* Cursor em formato de mão ao passar o mouse */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Sombra suave */
  transition: all 0.3s ease;
  /* Transição suave ao interagir */
}

#realestaterightnow_googleMap {
  max-width: 100%;
  max-height: 400px;
  margin: 10px;
  border: 0px solid gray;
  min-height: 350px;
}

.nounderline {
  text-decoration: none;
}

.bd_container17 {
  padding: 0px;
  margin: 0px;
}

.realestaterightnow_caption_img17 {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0px 0px;
  margin: 0 0px 0 0px;
  max-width: 300px;
}

.realestaterightnow_container17 {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  margin: auto;
  width: 100%;
  margin-top: 0px;
  max-height: 100%;
  /* border:  0px solid red; */
  padding: 0px;
  /* border-top: 0px solid gray; */
  /* border-bottom: 1px solid gray; */
  margin-bottom: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}

.multiInforightText17 {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  max-height: 100%;
  padding-bottom: 5px;
  margin-bottom: 0px;
  padding: 15px;
  margin-left: 4px;
}

.multiInforightbold {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  padding-top: 0px;
  margin-top: -10px;
}

.multiTitle17 {
  max-width: 100%;
  font-size: 20px;
  /* color: gray; */
  margin: 0px;
  margin-top: -10px;
  padding: 10px;
  text-align: left;
  padding-bottom: 0px;
  padding-left: 15px;
}

.multiInfoRight17 {
  max-height: 100%;
  color: gray;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
  max-width: 100%;
  text-align: center;
  border: 0px solid gray;
  padding: 10px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 0px;
}

.realestaterightnow_gallery_17 {
  float: left;
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 210px;
  border: 0px solid #6e6e71;
  border-radius: 4px 4px 0px 0px;
  margin-right: 20px;
  border-bottom: 0px;
}

.RealEstate-listing-wrap {
  width: 100%;
  text-align: center;
  margin: auto;
}

.featuredTitle {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0px;
  clear: both;
  /* color: white; */
  font-size: 90%;
  font-weight: 300;
  padding: 0px;
  position: relative;
  text-align: center;
  text-rendering: optimizeLegibility;
  top: 1px;
  /* background-color: #6e6e71; */
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px 4px 0px 0px;
}

.featuredList {
  /* color: #808080; */
  max-width: 32%;
  float: left;
  padding: 5px;
  font-family: arial;
  font-size: 12pt;
}

.featuredCar:after {
  clear: both;
  display: block;
  content: "";
}

.featuredCar {
  /* border: 1px; */
  /* solid #DBD9D9; */
  padding: 12px;
  margin: 10px;
  margin-top: 0px;
  max-width: 100%
}

.multiPriceSingle {
  float: right;
  margin-top: -65px;
}

.multiPriceSingle {
  font-size: 130%;
  /* color: #808080; */
  margin-bottom: 13px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

.realestaterightnow_gallery_2016 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #6e6e71;
  border-bottom: 1px;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 10px;
}

.realestaterightnow_caption_img {
  display: block;
  width: 100% !important;
  height: auto;
  border-radius: 4px 4px 0px 0px;
  margin: 0 0px 0 0px;
  max-width: 100%;
}

.realestaterightnow_caption_text {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  font-family: Geneva, Arial, Helvetica, Sans-serif;
  max-width: 100%;
  height: 100%;
  border-radius: 4px 4px 0px 0px;
  margin-left: 0px;
  line-height: 100%;
  font-size: 14px;
}

.realestaterightnow_gallery_2016:hover .realestaterightnow_caption_text:hover {
  opacity: .6;
  filter: alpha(opacity=100);
}

.realestaterightnow_container {
  font-size: 0;
  /*fix white space*/
  text-align: center;
  margin: auto;
  width: 100%;
  margin-top: 20px;
}

/* @media screen and (min-width: 481px) */
@media screen and (min-width: 781px) {
  .realestaterightnow_container>div {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    /* max-width: 33.3%; */
    width: 33.3%;
    box-sizing: border-box;
    text-align: center;
    padding-right: 2px !important;
    border: 0px solid red;
  }
}

/*  @media screen and (max-width: 480px) */
@media screen and (max-width: 780px) {
  .realestaterightnow_container>div {
    width: 100%;
    /* 100%; */
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0px solid blue;
  }

  .realestaterightnow_gallery_2016 {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
}

.multicontentWrap {
  font-size: 120%;
}

html {
  overflow-x: hidden;
}

#container2 {
  max-width: 100%;
  padding: 0px;
}

#content2 {
  min-width: 100%;
  padding: 5px;
  font-size: 100%;
  /* background: #EDEDED; */
  margin-top: 10px;
}

.preTerm {
  font-weight: 400;
  font-size: 125%;
  color: #6e6e71;
}

.multiTitle {
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  height: 30px;
  background: #6e6e71;
  padding-top: 5px;
  max-width: 100%;
  text-align: center;
  border-radius: 0 0 0px 0px;
  margin-left: 0px;
  background-image: url("../../assets/images/info.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.contentInfo {
  float: left;
  width: 100%;
  padding: 0px;
}

.multiDetail:after {
  clear: both;
  display: block;
  content: "";
}

.multiDetail {
  padding: 5px 0;
  border-bottom: 1px solid #6e6e71;
  border-top: 0px solid #6e6e71;
  margin: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.multiModel {
  padding: 15px 0;
  border-bottom: 0px solid #6e6e71;
  border-top: 0px solid #6e6e71;
  margin: 10px 0 10px 0px;
  text-align: center;
  margin: auto;
  width: 100%;
  color: #6e6e71 !important;
}

#botBasicInfo:after {
  clear: both;
  display: block;
  content: "";
}

.multiBasicRow {
  text-align: center;
  width: 25%;
  float: left;
}

.singleInfo {
  font-weight: bold;
}

#BotContWrap:after {
  clear: both;
  display: block;
  content: "";
}

#botcontent {
  float: left;
  width: 100%;
}

.multiContent {
  clear: both;
  /* color: #666666; */
  min-width: 95% !important;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
}

.multiPrice {
  float: right !important;
  margin-top: 0px;
}

.multiStock {
  float: right;
}

.multiPrice,
.multiStock {
  font-size: 130%;
  /* color: #6e6e71; */
  margin-bottom: 13px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

.multi-detail-title {
  font-size: 125%;
  /* color: #6e6e71; */
  border-bottom: 0px solid #E8E8E8;
  font-weight: 300;
  margin-bottom: 9px;
  padding: 12px;
  padding-left: 0px;
}

.botBullet:after {
  content: "";
  display: block;
  clear: both;
}

.botRow:after {
  content: "";
  display: block;
  clear: both;
}

.botBullet {
  padding: 5px 15px 5px 5px;
  text-align: center;
  font-size: 16px;
  margin: auto;
}

.botRow {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #FFF;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 3px #CCCCCC inset;
  color: #333333;
  padding: 5px;
  width: 98%;
  margin-bottom: 5px;
}

.botBold {
  font-weight: bold;
  /*normal; */
  color: #666;
}

.featuredList {
  /* color: #6e6e71; */
  width: 32%;
  float: left;
  padding: 5px;
}

.pager-active {
  padding: 8px;
  background: #3A7245;
}

@media only screen and (max-width: 780px) {
  .input-box {
    font-size: 60%;
  }

  #container2 {
    font-size: 10px !important;
  }

  .featuredList {
    font-family: arial;
    font-size: 10pt;
  }

  .featuredTitle {
    font-size: 12px;
  }

  .realestaterightnow_container>div {
    max-width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
  }

  .realestaterightnow_caption_img17 {
    max-width: 210px;
  }

  .multiInfoRight17 {
    /*  font-size: 12px; */
  }

  .multiTitle17 {
    /* font-size: 16px; */
    margin-top: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .realestaterightnow_gallery_17 {
    /* max-width: 200px; */
    float: none;
    border-bottom: 0px;
  }

  .realestaterightnow__container_17 a {
    text-decoration: none !important;
  }

  .realestaterightnow_fotoprofile {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .realestaterightnow_textoprofile {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .realestaterightnow_wrapprofile {
    width: 100%;
    height: 500px;
  }

  .realestaterightnow_textoprofile {
    width: 100%;
    text-align: left;
    margin-top: -280px;
    /* background: red; */
    /* #EDEDED; */
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .realestaterightnow_profile {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 12pt;
    color: #666666;
    background: #EDEDED;
    padding: 0px;
    height: 430px;
    border: 0px solid blue;
    margin-bottom: 20px;
    padding: 20px;
  }

  .realestaterightnow_nameprofile {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }

  .realestaterightnow_titleprofile {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .featuredList {
    font-family: arial;
    font-size: 10pt;
  }

  .multiDetail {
    font-size: 12px;
  }

  .multiPrice {
    margin-top: 0px;
    font-size: 16px;
    float: left;
  }
}