a {
  text-decoration: none !important;
}

.pos-rel {
  position: relative !important;
}

.sem-link {
  cursor: default !important;
}

/*Alertas --------------------------------*/
.alerta-erro {
  color: #ff0000 !important;
  background-color: #ff0000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0;

}

.alerta-atencao {
  color: #efac78 !important;
  font-weight: 300;
}

.alerta-sucesso {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
  font-weight: 600;
  font-size: 1em;
  color: rgb(0, 150, 0) !important;
}


.site-logo>a>img {
  max-height: 100px;
}



.site-blocks-cover .btn:hover {
  background: #17d6ef;
  border-color: #17d6ef;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #17d6ef;
  border-color: #17d6ef;
}

.btn.btn-primary:hover {
  background: #17d6ef;
  color: #fff;
  border-color: #17d6ef;
}


a:hover {
  color: #004E89;
  text-decoration: underline;
}


._imoveis-card__botoa-verdetalhes {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #444;
  color: #ffffff !important;
  font-size: 1em;
  padding: 8px 14px;
  border-radius: 8px;

}

._imoveis-card__botoa-verdetalhes:hover {
  text-decoration: none !important;
}


/**********************
Buttons Whatsapp
*/
._whats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 18px;
  right: 18px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px rgb(126, 126, 126);
}

._whats:hover {
  color: #ffffff;
}

._whats__icon {
  margin-top: 13px;
}

._whats img {
  max-height: 86%;
}

._whats--pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 18px;
  right: 18px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 900 !important;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

._whats--pulse:hover {
  color: #ffffff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

._whats--pulse span {
  font-size: 2.8rem;
}

._whats--pulse-border {
  bottom: 18px;
  right: 18px;
  animation-play-state: paused;
  z-index: 999999 !important;
}

._whats--pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  z-index: 999999 !important;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

._whats--right-center {
  top: 50%;
  transform: translateY(-50%);
}

._whats--right-top {
  top: 18px;
}

._whats--left-top {
  top: 18px;
  left: 18px;
}

._whats--left-center {
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}

._whats--left-bottom {
  left: 18px;
  bottom: 18px;
}

._whats--center-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._whats--center-bottom {
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}

/* 
Buttons Whatsapp
***********************/


.gototop.active {
  bottom: 135px;
}

.first-step:after,
.second-step:after {
  width: 30%;
  content: "";
  background: #000;
  height: 1px;
  top: 50%;
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  display: none !important;
}


.ftco-media-1>.ftco-media-1-inner:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  top: 20px;
  background: #004E89 !important;
  width: 100%;
  z-index: -1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
}


.ftco-media-1:hover p,
.ftco-media-1:hover strong,
.ftco-media-1:focus p,
.ftco-media-1:focus strong {
  color: #fff !important;
}



.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
  background-color: #fff !important;
}


.site-navbar .site-navigation .site-menu>li>a {
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-decoration: none !important;

  color: #000 !important;
}

.ftco-media-1-inner .img-fluid {
  width: 100% !important;
  height: 220px !important;
}

@media(max-width:767.98px) {
  .site-navbar {
    width: 100% !important;
  }
}


.team-member-foto img {
  object-fit: cover;
}


.bg-instagram {
  background-color: #E1306C !important;
  border: none !important;
}

.bg-youtube {
  background-color: #cd201f !important;
  border: none !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  border: none !important;
}

.bg-linkedin {
  background-color: #0077b5 !important;
  border: none !important;
}

.bg-whatsapp {
  background-color: #25d366 !important;
  border: none !important;
}

.bg-x {
  background-color: #000 !important;
  border: none !important;
}




.redes-box {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.redes-item {
  font-size: 1.25rem;
  line-height: 100%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  transition: .2s all ease-out;
}

.redes-item:hover {
  text-decoration: none;
  color: #fff;
  opacity: .9;
}

.section-redes {
  padding: 50px 0;
}

.redes-box-botoes {
  display: flex;
  gap: 8px;
}

.site-footer .redes-box-item {
  gap: 5px !important;
}

.site-footer .redes-item {
  font-size: 1.15em !important;
  width: 32px !important;
  height: 32px !important;
  color: #fff !important;
}

header .redes-box-botoes {
  gap: 6px;
}

header .redes-item {
  font-size: 1.15em !important;
  width: 32px !important;
  height: 32px !important;
  color: #fff !important;
}


nav {
  display: flex;
  gap: 10px;
  justify-content: end;
}




.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  z-index: 999999999;
}


.site-navbar {
  background-color: #fff !important;
}

.navbar {
  background-color: #fff !important;
}


@media(max-width:767.98px) {
  .navbar {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.nav-link,
.dropdown-item {
  text-transform: uppercase;
}


#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 i{
    font-size: 24px;
  }
}


.ftco-media-1 > .ftco-media-1-inner a{
  overflow: hidden;
  height: 220px; 
  width: 100%;
}

.ftco-media-1 > .ftco-media-1-inner a img{
  object-fit: cover;
  height: 220px;
  object-position: center;  
}



.construtoras-lista {
  display: grid;
  gap: 32px;
  /*grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-items: center;
}

.construtoras-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

.construtoras-item img {
  max-width: 86%;
}


.fotoGaleria-box{
  width:100%;
      height:280px;
      overflow:hidden;
  }
  .fotoGaleria-box img{
      width:100%;
  object-fit:cover;
      aspect-ratio: 16/9;
  }
label {
  margin-bottom: 0;
}


.radios-form{
  display: inline-flex;
  width: 100%;
  background-color: #f7f7f7;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

@media(max-width:767.98px){
  .radios-form{
    flex-direction: column;
    gap: 8px;
    padding: 24px 20px;
    align-items: start;
  }
}

form label{margin-bottom: 0;}



















.cc-revoke, .cc-window{ 
  top: 0 !important;
position: sticky !important;
  

}

/**********************************************************************************************
COOKIE CONSENT - FIM
**********************************************************************************************/




.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

















div[role="dialog"][aria-label="cookieconsent"] ~ div[role="dialog"][aria-label="cookieconsent"] {
 display: none !important;
}







