.none{ display:none; }

.mao{  cursor: pointer; }

input[readonly] {
  cursor: not-allowed;
  background-color: #f2f2f2; /* Um toque adicional para indicar que está desabilitado */
}

.grecaptcha-badge{
    display: none;
}

/* COOKIES */

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 320px;
    padding: 10px 10px 0px 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
}

.cookie-img2 {
    height: 40px;
}

.cookie-text {
    flex: 1;
    font-size: 12px;
    color: #333;
}

.cookie-button {
    background-color: #8731e8;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.cookie-button:hover {
    background-color: #8731e8;
}

/* NAO MEXER */

.homepage-3 .welcome-area {
    height: 540px !important;
    position: relative;
    z-index: 99;
}
.homepage-3 .hero-main {
    padding: 143px 0;
}
.homepage-3 .welcome-area {
    /* background: linear-gradient(-36deg, #c18847 0%, rgba(135, 49, 232, 0.8) 100%), url(../images/bg/video-poster2.png) no-repeat scroll center center / cover; */
    background: #bb9f4a;
}
.homepage-3 .rld-banner-tab .nav-item a.active, .homepage-3 .rld-banner-tab .nav-item a:hover, .homepage-3 .rld-banner-tab .nav-item a.active:before, .homepage-3 .range-slider .ui-widget-header, .homepage-3 .checkboxes input[type=checkbox]:checked + label:before {
    background: saddlebrown;
}
.homepage-3 .btn, .homepage-3 .btn:active, .homepage-3 .btn.sApp-btn:before, .homepage-3 .bg-overlay::after, .homepage-3 .benifits-item:after {
    background: saddlebrown;
}
.right-side {
    float: right;
    width: auto !important;
    margin-left: 30px;
    display: inline-block;
    font-weight: bold;
}
#navigation.style-1.head-tr ul li a {
/*    color: saddlebrown;*/
    font-weight: bold;
}
.homepage-3 .first-footer .top-footer {
/*    background: #612d09;*/
background: #2f2926;
}
.homepage-3 .first-footer .navigation h3::after, .homepage-3 .first-footer .widget h3::after, .homepage-3 .first-footer .newsletters h3::after, .homepage-3 .first-footer .bloq-email .email input[type="submit"], .homepage-3 .go-up {
    background: #8731E8;
}

.inner-pages .blog .homes-content h5::after, .inner-pages .blog .blog-info.details h5::after, .inner-pages .blog .property-location h5::after, .inner-pages .blog .team.assigned h5::after, .inner-pages .carousel h5:after, .wprt-image-video.w50.pro h5:after, .similar-property h5:after, .ag-de .blog-section h5:after {
    color: #8731e8;
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #8731e8;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.inner-pages .blog .homes-content.details .fa {
    color: #8731e8;
    font-size: 1.5rem;
    font-weight: bold;
}

.inner-pages .headings-2 .listing-title-bar h4 {
    font-size: 24px;
    font-weight: 600;
    color: #8731e8;
    text-transform: capitalize !important;
}


.listing-item.compact .listing-badges .featured {
    background-color: #18ba60;
    float: left;
    left: 15px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 140px;
    font-size: 14.5px;
    margin: 0;
}

.recent-main {
    margin-bottom: 20px; /* Adiciona espaçamento entre os imóveis */
}

/* PAGINACAO  */

.custom-pagination .page-item.active .page-link {
    background-color: #6f42c1; /* Roxo */
    color: white; /* Texto branco */
    border-color: #6f42c1;
}

.custom-pagination .page-item.disabled .page-link {
    background-color: #ffffff; /* Branco */
    color: #6c757d; /* Cinza claro */
    border-color: #dee2e6;
}

.custom-pagination .page-link {
    color: #6f42c1; /* Roxo para botões normais */
}

.custom-pagination .page-link:hover {
    background-color: #e9ecef;
    color: #6f42c1; /* Mantém o roxo ao passar o mouse */
}

/* COMPARTILHAMENTO */
 
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.custom-btn {
  border-radius: 20px; /* Borda arredondada */
  border: 2px solid #87CEFA; /* Cor azul claro da borda */
  background: white; /* Fundo branco */
  color: #4682B4; /* Azul mais forte para o texto */
  font-weight: bold; /* Texto em negrito */
}

.custom-btn:hover {

  background: #87CEFA; /* Fundo azul claro ao passar o mouse */
  color: white; /* Texto branco ao passar o mouse */
}

/* LISTAGEM BLOG */


/*------------------------------------*/
/*--------- 11. SECTION BLOG ---------*/
/*------------------------------------*/
section {
  padding: 4.6rem 0;
  background: #f7f7f7;
}

 .news-item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px #e7e7e7 !important;
          box-shadow: 0px 0px 1px #e7e7e7 !important;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

 .news-item.-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

 .news-item-descr.big-news {
/*  height: 106px;*/
}

 .news-item h3 {
  color: #222;
  -webkit-transition: all .25s;
  transition: all .25s;
}

 .news-item.-news-slider-item {
  height: 100%;
}

 .news-item.-news-slider {
  height: auto;
}

 .news-item a:hover {
  text-decoration: none;
}

 .news-item a:hover h3 {
  color: #FF385C;
  -webkit-transition: all .25s;
  transition: all .25s;
}

 .news-item .news-img-link.-news-page {
  display: block;
  position: relative;
  padding-bottom: 69%;
  width: 100%;
}

 .news-item .news-img-link.-news-page .resp-img {
  background-size: cover;
}

 .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 .news-item-img .resp-img {
  background-size: cover;
}

 .news-item-img {
  position: relative;
  width: 100%;
}

 .news-item-img .resp-img {
  background-size: cover;
}

 .news-item-text {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

 .news-item-text-header {
  display: block;
}

 .news-item .date {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  color: #333;
}

 .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .3rem;
}

 .news-item-bottom img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

 .admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

 .admin p {
  font-size: 13px;
  font-weight: 600;
  margin-top: .5rem;
  margin-right: 1rem;
  margin-bottom: 0px;
}

 .news-item-descr {
  margin: 6px 0px 20px 0px;
/*  height: 80px;*/
}

 .news-item-descr p {
  color: #666;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

 .news-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  color: #333;
}

 .action-list .fa-comment {
  color: #FF385C;
}

 .action-list .fa-share-alt {
  color: #FF385C;
}

 .action-list .fa-heart {
  color: #FF385C;
}

 ul.action-list {
  margin-bottom: 0px;
}

 .action-item {
  display: inline-block;
  padding-left: 15px;
}

 .news-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

 .news-item-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}

 .news-item-sm.last {
  margin-bottom: 0px;
}

 .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  position: relative;
}

 .news-item-sm .news-img-link .news-item-img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

 .news-item-sm .news-item-text {
  -ms-flex-preferred-size: 66.6%;
      flex-basis: 66.6%;
  padding: 15px 20px;
}

 .news-item-sm .news-item-descr {
  height: 52px;
}

 .news-link {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: #FF385C;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

 .news-link:hover {
  color: #121B22;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media screen and (max-width: 1199px) {
   .news-item.news-item-sm.mb,
   .news-item {
    margin-bottom: 0px;
  }

   .news-item.no-mb {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
   .news-item {
    margin-bottom: 2.5rem;
  }

   .news-item.no-mb:last-child {
    margin-bottom: 0px;
  }

   .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 33.5%;
        flex-basis: 33.5%;
  }
}
@media screen and (min-width: 1025px) {
   .news-item.min-last {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 577px) {
   .news-item-sm {
    display: block;
  }

   .news-item-sm .news-img-link .news-item-img {
    position: relative;
    padding-bottom: 69%;
  }

   .news-item-sm {
    border-radius: 0px;
  }
}
@media screen and (max-width: 414px) {
   .news-item-descr p,
   .news-item-descr {
    overflow: hidden;
  }

   ul.action-list {
    padding-left: 0px;
  }

   .news-link {
    font-size: .9rem;
  }
}
@media screen and (max-width: 1024px) {
   .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}





  