/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.texto-infos {
  text-align: justify;
  text-justify: inter-word;
}

.button-whatsapp {
  background-color: #25d366;
}

/* BOTÃO WHATSAPP */
.btn_zap {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 100px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 38px;
  /* box-shadow: 1px 1px 2px #888; */
  z-index: 1000;
}
.btn_zap svg {
  margin-top: 15px;
}

/* ANIMAÇÃO */
.blob {
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.blob.white {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blob.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.blob.orange {
  background: rgba(255, 121, 63, 1);
  box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}

.blob.yellow {
  background: rgba(255, 177, 66, 1);
  box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

.blob.blue {
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

.blob.green {
  box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.blob.purple {
  background: rgba(142, 68, 173, 1);
  box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}

/* EDIÇÕES DO BRUNO */
/* :root {
			--cnvs-themecolor: <?= $dadosConfig['config']['cor1'] ?>;
			--cnvs-secondary-color: <?= $dadosConfig['config']['cor2'] ?>;
			--cor-botao: <?= $dadosConfig['config']['cor3'] ?>;
			--cor-texto: <?= $dadosConfig['config']['cor3'] ?>;
		} */

.real-estate-item-image .swiper {
  width: 100%;
  height: 300px;
  position: relative;
}

.real-estate-item-image .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.real-estate-item-image .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}

.real-estate-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.real-estate-item-desc {
  flex-grow: 1;
}

.real-estate-item-image {
  position: relative;
}

.real-estate-item-image .label.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 0.875rem;
}

.real-estate-item-desc h3 {
  font-size: 17px !important;
  margin-bottom: 22px !important;
}

.nomeCidade {
  font-size: 14px;
  font-weight: 500;
}

.btnDetalhes {
  position: absolute !important;
  top: 2px !important;
  right: 20px !important;
  text-align: center !important;
  color: #555 !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.real-estate-item-features {
  font-size: 14px;
  font-weight: 500;
}

.real-estate-item-price {
  bottom: 50px !important;
}

.real-estate-item-price span {
  font-size: 13px !important;
}

.swiper {
  z-index: 0;
}

.ultsFooterEnd ul li i {
  font-size: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
}

.top-links-container > .top-links-item > a {
  text-transform: none !important;
}

.whatsapp-float {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 100px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: blink 1.5s infinite;
}

.whatsapp-icon {
  width: 40px;
  height: 40px;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
