@charset "utf-8";

/* CSS Document */
.hidden {
  display: none !important;
}

.texto-negro {
  color: #000 !important;
}

.baila {
  position: absolute;
  margin: 4px auto auto;
  left: 0;
  right: 0;
  width: 54px;
  z-index: 9;
  -webkit-animation: 1.2s infinite wobble;
  animation: 1.2s infinite wobble;
}

.baila2 {
  -webkit-animation: 1.2s 4 wobble;
  animation: 1.2s 4 wobble;
}

#whatsappContacto {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 100%;
  max-width: 60px;
  z-index: 1001;
  cursor: pointer;
  transition: all 300ms ease;
}


/*Fuentes*/
@font-face {
  font-family: 'PlusJakartaSans';
  src: url('../_fonts/PlusJakartaSans/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/***************************** Estilos propios *****************************/
.formulario-parte {
  display: none;
}

.formulario-parte.active {
  display: block;
}

body.modal-open {
  padding-right: 0 !important;
}




/* ------------------ Menú superior ------------------ */
/* Notificaciones */
#notificationsMenu {
  color: #757575 !important;
  border: none !important;
}

#notificationsMenu:hover,
#notificationsMenu.show {
  background-color: #7065F0 !important;
  color: #FFFFFF !important;
  border: none !important;
}

.icon-notificacion {
  position: relative;
  display: inline-block;
}

.icon-notificacion .dot-notificaciones {
  position: absolute;
  top: 4px;
  right: -2px;
  width: 7px;
  height: 7px;
  background-color: #4AC36A;
  border-radius: 50%;
}

.menu-notificaciones {
  padding: 15px !important;
  background-color: #F2F7FD !important;
  border-radius: 8px !important;
  width: clamp(230px, 20vw, 350px) !important;
  /* max-height: 500px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; */
}

.submenu-notificaciones {
  padding: 10px !important;
  background-color: #FFFFFF !important;
  border: 1.5px solid rgba(134, 134, 134, 0.2) !important;
  border-radius: 8px !important;
}

.submenu-notificaciones-scroll {
  max-height: 50vh;
  border-radius: 8px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.submenu-notificaciones-scroll::-webkit-scrollbar {
  display: none;
}

.item-notificaciones {
  padding: 10px !important;
  height: auto !important;
  max-width: 100%;
  aspect-ratio: auto !important;
  border: none !important;
  border-radius: 8px !important;
  background-color: #000929 !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: 7px !important;
  white-space: normal;
}

.fecha-notificacion {
  color: #FFFFFF !important;
  font-size: 8px !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.texto-notificacion {
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}



/* Perfil */
.btn-perfil {
  font-size: 20px !important;
  font-weight: 700;
}

#profileMenu:hover .btn-perfil {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background-color: #7065f0 !important;
  color: #FFFFFF !important;
}

.dropdown .show>i.fa-angle-down {
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
}

.dropdown i {
  transform: rotate(0deg);
  transition: transform 0.6s ease-in-out;
}

.menu-perfil {
  padding: 10px !important;
  background-color: #F2F7FD !important;
  border-radius: 8px !important;
  width: clamp(230px, 20vw, 350px) !important;
  word-wrap: break-word;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.menu-perfil::-webkit-scrollbar {
  display: none;
}

.ul-header-actions .item-menu-perfil {
  padding: 10px !important;
  height: auto !important;
  max-width: 100%;
  aspect-ratio: auto !important;
  border: 1px solid #DDDDDD !important;
  border-radius: 8px !important;
  background-color: #FFFFFF !important;
  color: #212529 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: 7px !important;
  white-space: normal;
}

.ul-header-actions .item-menu-perfil:hover {
  border: 1px solid #7065F0 !important;
  background-color: rgba(112, 101, 240, 0.2) !important;
  color: #212529 !important;
  cursor: pointer !important;
}



/* ------------------ Icono cerrar ------------------ */
.ul-project-details-action-close .icon {
  border: 1px solid rgba(220, 222, 226, 0.8) !important;
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px, 0.95vw, 18px);
  color: rgba(220, 222, 226, 0.8) !important;
  transition: 0.4s ease;
}

.ul-project-details-action-close:hover .icon {
  background-color: transparent !important;
  border-color: #7065F0 !important;
  color: #7065F0 !important;
  transform: scale(1.1);
}


/* ------------------ Radio buttons ------------------ */
.radio-wrapper-46 input[type="radio"] {
  display: none;
  visibility: hidden;
}

.radio-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.radio-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  color: #212529 !important;
  font-weight: 400 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
}

.radio-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 4px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #DCDEE2;
  transition: all 0.2s ease;
}

.radio-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 6px;
  left: 5px;
  fill: none;
  stroke: #7065F0;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.radio-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506eec;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.radio-wrapper-46 .cbx span:last-child {
  padding-left: 5px;
  color: #b0b0b0;
  font-size: 16px;
}

.radio-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
  background: #FFFFFF;
  border-color: #DCDEE2;
  animation: wave-46 0.4s ease;
}

.radio-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.radio-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.radio-filtro input[type="radio"] {
  display: none;
}

.radio-filtro label {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}

.radio-filtro .input-radio {
  width: 21px;
  height: 21px;
  background-color: #FFFFFF;
  border: 1px solid #DCDEE2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.3s,
    background-color 0.3s;
}

.radio-filtro .input-radio::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #b0b0b0;
  border-radius: 50%;
  display: none;
  transition: background-color 0.3s;
}

.radio-filtro input[type="radio"]:checked+label .input-radio {
  border-color: #DCDEE2;
}

.radio-filtro input[type="radio"]:checked+label .input-radio::after {
  display: block;
  background-color: #7065F0;
}

.radio-filtro label span {
  margin-left: 5px;
  color: #212529;
  transition: color 0.3s;
}

.radio-filtro input[type="radio"]:checked+label span {
  color: #7065F0;
}


/* ------------------ Checkbox ------------------ */
.checkbox-wrapper-46 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  color: #212529 !important;
  font-weight: 400 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
}

.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 4px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #DCDEE2;
  transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 6px;
  left: 5px;
  fill: none;
  stroke: #7065F0;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506eec;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 5px;
  color: #b0b0b0;
  font-size: 16px;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
  background: #FFFFFF;
  border-color: #DCDEE2;
  animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.checkbox-filtro input[type="checkbox"] {
  display: none;
}

.checkbox-filtro label {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}

.checkbox-filtro .input-checkbox {
  width: 21px;
  height: 21px;
  background-color: #FFFFFF;
  border: 1px solid #DCDEE2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.3s,
    background-color 0.3s;
}

.checkbox-filtro .input-checkbox::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #b0b0b0;
  border-radius: 50%;
  display: none;
  transition: background-color 0.3s;
}

.checkbox-filtro input[type="checkbox"]:checked+label .input-checkbox {
  border-color: #DCDEE2;
}

.checkbox-filtro input[type="checkbox"]:checked+label .input-checkbox::after {
  display: block;
  background-color: #7065F0;
}

.checkbox-filtro label span {
  margin-left: 5px;
  color: #212529;
  transition: color 0.3s;
}

.checkbox-filtro input[type="checkbox"]:checked+label span {
  color: #7065F0;
}




/* ------------------ Botones ------------------ */
.btn-blanco-morado {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  border-radius: 30px;
  color: #7065F0 !important;
  transition: 0.8s ease !important;
}

.btn-blanco-morado:hover {
  background-color: #7065F0 !important;
  border-color: #7065F0 !important;
  color: #FFFFFF !important;
}

.btn-morado-claro {
  border-radius: 10px;
  border: 2px solid #7065F0;
  border-color: #A19AF7 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.05vw, 20px);
  height: clamp(45px, 2.84vw, 54px);
  padding: 0 clamp(15px, 1.26vw, 24px);
  font-weight: 400;
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  background-color: transparent !important;
  color: #4D4D4D;
  transition: 0.4s ease !important;

}

.btn-morado-claro:hover {
  background-color: #A19AF7 !important;
  border-color: #A19AF7 !important;
  color: #FFFFFF !important;
}

.btn-buscar {
  font-size: clamp(13px, 0.84vw, 16px);
}

.btn-compartir {
  border-radius: 10px;
  border: 1px solid #212529;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.05vw, 18px);
  padding: clamp(3px, 1.26vw, 7px) clamp(7px, 1.26vw, 15px);
  font-weight: 400 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
  color: #212529 !important;
  background-color: transparent;
  transition: 0.4s ease !important;
}

.btn-compartir:hover {
  background-color: #212529 !important;
  color: #FFFFFF !important;
}

.btn-publicacion {
  border-radius: 10px;
  border: 1px solid #7065F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.05vw, 18px);
  padding: clamp(3px, 1.26vw, 7px) clamp(7px, 1.26vw, 15px);
  font-weight: 400 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
  color: #212529 !important;
  background-color: transparent;
  transition: 0.4s ease !important;
}

.btn-publicacion:hover {
  background-color: #7065F0 !important;
  background-color: #7065F0 !important;
  color: #FFFFFF !important;
}

.btn-morado-azul {
  border-radius: 10px;
  border: 2px solid #7065F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(45px, 2.84vw, 54px);
  padding: 0 clamp(15px, 1.26vw, 24px);
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  background-color: #7065F0;
  color: #fff;
  transition: 0.4s ease !important;
}

.btn-morado-azul:hover {
  border: 2px solid #000929;
  background-color: #000929;
}

.btn-negro-morado {
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(9px, 0.63vw, 12px);
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  background-color: #212529;
  color: #fff;
  transition: 0.4s ease !important;
}

.btn-negro-morado:hover {
  background-color: #7065F0;
}



/* ------------------ Label ------------------ */
.lbl-principal {
  display: block !important;
  color: #212529 !important;
  font-weight: 600 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
  margin-bottom: clamp(7px, 0.53vw, 10px) !important;
}


/* ------------------ Input ------------------ */
.input-principal {
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(9px, 0.63vw, 12px);
  border-radius: 8px;
  font-size: clamp(11px, 0.74vw, 14px);
  border: 1px solid #DCDEE2;
  background-color: #FFFFFF;
  color: #4D4D4D;
  width: 100%;
}


/* ------------------ Textarea ------------------ */
.textarea-principal {
  padding: 0 clamp(9px, 0.63vw, 12px);
  border-radius: 8px;
  font-size: clamp(11px, 0.74vw, 14px);
  border: 1px solid #DCDEE2;
  background-color: #FFFFFF;
  color: #4D4D4D;
  width: 100%;
}


/* ------------------ Links ------------------ */
.btn-link {
  cursor: pointer;
  font-weight: 400;
  font-size: clamp(11px, 0.74vw, 14px) !important;
  color: #212529 !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}

.btn-link:hover {
  color: #5056B0 !important;
  text-decoration: none !important;
}

.btn-link-decoration {
  font-weight: 400;
  color: #212529 !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}

.btn-link-decoration:hover {
  color: #5056B0 !important;
  text-decoration: underline !important;
}

.btn-link-flecha {
  /* font-size: clamp(13px, 0.84vw, 16px); */
  font-size: 12px !important;
  font-weight: 400;
  color: rgba(0, 9, 41, 0.5) !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}

.btn-link-flecha:hover {
  color: #7065F0 !important;
}

.btn-link-flecha .icon i {
  display: inline-block;
  transition: all 0.4s ease;
}

.btn-link-flecha:hover .icon i {
  transform: rotate(45deg);
  color: #7065F0;
}


/* ------------------ Contadores ------------------ */
.qty-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #F2F7FD;
  padding: 4px;
  width: 105px;
  height: 36px;
}

.qty-controls.redondo {
  border-radius: 30px;
}

.qty-controls.cuadrado {
  border-radius: 10px;
}

.btnMasMenos {
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  color: #757575;
}

.btnMasMenos.redondo {
  border-radius: 50%;
}

.btnMasMenos.cuadrado {
  border-radius: 8px;
}

.qtyControl {
  min-width: 25px;
  text-align: center;
  color: #757575;
  transition: transform 0.15s ease;
}

.qtyControl.animar {
  transform: scale(1.2);
  /* transform: translateY(-5px);
  transition: transform 0.2s ease; */
}


/* ------------------ Menú horizontal ------------------ */
.menu-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f7fd;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  height: clamp(35px, 2.1vw, 40px);
}

.menu-horizontal button {
  flex: 1;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
  color: #212529;
  position: relative;
  transition: color 0.3s ease;
  font-size: clamp(11px, 0.74vw, 14px);
  height: 100%;
  transition: 0.8s ease;
}

.menu-horizontal button:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background-color: #DDDDDD;
}

.menu-horizontal button:hover {
  background-color: #FFFFFF;
  color: #212529;
}

.menu-horizontal button.active {
  background-color: #F2F7FD;
  color: #212529;
}


/* ------------------ Stepper ------------------ */
.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 30px auto; */
  max-width: 100%;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #F2F7FD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7065F0;
  z-index: 2;
  transition: 0.8s ease;
}

.step.active .circle {
  background: #7065F0;
  color: #FFFFFF;
}

.line {
  flex: 1;
  height: 4px;
  background: #F2F7FD;
  z-index: 1;
  transition: 0.8s ease;
}

.line.active {
  background: #7065F0;
}


/* ------------------ Elementos circulares ------------------ */
.ul-stats-item.compra::before {
  background-image: url(../../__data/_img/img-comprar-casa.webp);
}

.ul-stats-item.renta::before {
  background-image: url(../../__data/_img/img-rentar-casa.webp);
}

.ul-stats-item.vende::before {
  background-image: url(../../__data/_img/img-vender-casa.webp);
}

.ul-stats-item.compra:hover img {
  content: url(../../__data/_img/iconos/icono-comprar-casa-blanco.webp);
}

.ul-stats-item.renta:hover img {
  content: url(../../__data/_img/iconos/icono-rentar-casa-blanco.webp);
}

.ul-stats-item.vende:hover img {
  content: url(../../__data/_img/iconos/icono-vender-casa-blanco.webp);
}


/* ------------------ Check mis favoritos ------------------ */
.container-heart input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-heart {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  transition: 0.4s ease;
  padding: 12px !important;
  width: clamp(45px, 2.63vw, 50px) !important;
  height: clamp(45px, 2.63vw, 50px) !important;
  aspect-ratio: 1/1 !important;
  align-items: center !important;
  justify-content: center !important;
}

.checkmark {
  top: 0;
  left: 0;
  height: 2em;
  width: 2em;
  display: flex;
  align-items: center;
  transition: 100ms;
  animation: dislike_effect 400ms ease;
}

.container-heart input:checked~.checkmark path {
  fill: #7065F0;
  stroke: #FFFFFF;
}

.container-heart input:checked~.checkmark {
  animation: like_effect 400ms ease;
}

.container-heart:hover {
  transform: scale(1.1);
}

.container-heart:hover .checkmark path {
  stroke: #FFFFFF;
}

.ul-project-details-action:hover .container-heart .checkmark path {
  fill: #7065F0;
  stroke: #FFFFFF;
}

.ul-project-details-action:hover .ul-project-add-to-favorites-btn {
  background-color: #7065F0;
  color: #FFFFFF;
  border-color: #7065F0;
}

@keyframes like_effect {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes dislike_effect {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}


/* ------------------ Card ------------------ */
.card-logo-circle {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(0, 9, 41, 0.2);
}


/* ------------------ Estilos inicio ------------------ */
.ul-property-filter-search-container.titulo {
  background-color: transparent;
}

.ul-property-filter-search-container.titulo::before {
  background: none;
}

.modal-registro-login .btn-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
  padding: 8px;
}

.modal-registro-login-titulo {
  font-weight: 700;
  color: #7065F0 !important;
}

.modal-registro-login-texto {
  color: #212529 !important;
  font-size: clamp(11px, 0.84vw, 12px);
}

.modal-registro-login .col-imagen {
  background: #212529;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 !important;
  overflow: hidden;
}

.modal-registro-login .col-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 300px;
  display: block;
}

.modal-registro-login .col-texto {
  background: #F2F7FD;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  overflow: hidden;
}

.form-registro-login {
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 0px !important;
}

.modal-cerrar-sesion {
  background-color: #F2F7FD !important;
  overflow: hidden;
}

.modal-cerrar-sesion .btn-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
  padding: 8px;
}

.img-cerrar-sesion {
  width: 100%;
  height: auto;
  max-height: 15vh;
  object-fit: cover;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

@media(min-width: 992px) {
  .modal-registro-login .modal-body {
    padding: 0 !important;
  }
}

@media(max-width: 991px) {
  .modal-registro-login .col-imagen {
    display: none !important;
  }

  .modal-registro-login .col-texto {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .modal-registro-login .col-texto .btn-close-modal {
    display: block !important;
  }

  .modal-content.modal-registro-login {
    background-color: #F2F7FD;
  }
}


/* ------------------ Estilos explorar ------------------ */
.ul-breadcrumb.explorar {
  background: url(../../__data/_img/banner-explorar.webp) no-repeat center center;
  background-size: cover;
  padding: clamp(50px, 6.31vw, 120px) 15px;
  padding-top: clamp(128px, 10.4vw, 198px);
  text-align: center;
  position: relative;
  z-index: 1;
}

.container-explorar {
  padding: clamp(40px, 3.15vw, 60px) clamp(15px, 4.31vw, 82px);
  margin: 0 clamp(15px, 14.19vw, 270px);
}

.container-explorar form {
  background-color: #F2F7FD !important;
}

#iconServicios {
  font-size: 14px;
  color: #4D4D4D;
  transition: transform 0.4s ease;
  display: inline-block;
}

#iconServicios.rotate-up {
  /* transform: rotate(180deg); */
  transform: scaleY(-1);
}

#iconServicios.rotate-down {
  /* transform: rotate(0deg); */
  transform: scaleY(1);
}

#divServiciosAmenidades {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 1.05vw, 20px);
}

@media (max-width: 991px) {
  .container-explorar {
    margin: 0 clamp(15px, 6.19vw, 270px);
  }
}


/* ------------------ Estilos contacto ------------------ */
.ul-breadcrumb.contacto {
  background: url(../../__data/_img/banner-contacto.webp) no-repeat center center;
  background-size: cover;
  padding: clamp(50px, 6.31vw, 120px) 15px;
  padding-top: clamp(128px, 10.4vw, 198px);
  text-align: center;
  position: relative;
  z-index: 1;
}


/* ------------------ Estilos detalles de la propiedad ------------------ */
.ul-breadcrumb.detalles {
  background: url(../../__data/_img/banner-detalles-propiedad.webp) no-repeat center center;
  background-size: cover;
  padding: clamp(50px, 6.31vw, 120px) 15px;
  padding-top: clamp(128px, 10.4vw, 198px);
  text-align: center;
  position: relative;
  z-index: 1;
}

.info-span-propiedad {
  color: #6C6E76;
  font-size: clamp(13px, 0.84vw, 16px);
}

.lbl-precio-propiedad {
  font-weight: 600 !important;
  font-size: clamp(18px, 1.58vw, 24px) !important;
  color: #212529 !important;
}

.lbl-contrato-propiedad {
  font-weight: 600 !important;
  font-size: clamp(13px, 0.84vw, 16px) !important;
  color: #7065F0 !important;
}

.lbl-planos {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(12px, 1.26vw, 24px);
  border: 1px solid #7065F0;
  border-radius: 10px;
  background-color: transparent;
  color: #7065F0;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
}

.ul-project-details-floor-plan-img {
  border: 1px solid #DDD;
  border-radius: 20px;
}

.ul-project-details-floor-plan-img img {
  width: 450px;
  /* height: 450px; */
  /* width: clamp(250px, 30vw, 450px);
  height: clamp(250px, 30vw, 450px); */
  object-fit: contain;
}

.carousel-control-prev.btn-carousel-plano,
.carousel-control-next.btn-carousel-plano {
  top: auto !important;
  opacity: 1;
}

.btn-carousel-plano {
  width: clamp(25px, 2.94vw, 30px) !important;
  aspect-ratio: 1/1;
  background-color: #000929 !important;
  border-radius: 999px;
  color: #fff !important;
  font-size: clamp(17px, 1.05vw, 20px);
  visibility: visible;
  transition: 0.4s ease !important;
}

.btn-carousel-plano:hover {
  background-color: #7065F0 !important;
}

.btn-enviar {
  border-radius: 10px;
  border: 2px solid #7065F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.05vw, 20px);
  height: clamp(45px, 2.84vw, 54px);
  padding: 0 clamp(15px, 1.26vw, 24px);
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  background-color: #7065F0;
  color: #fff;
  transition: 0.4s ease !important;
}

.btn-enviar:hover {
  border: 2px solid #000929;
  background-color: #000929;
}

.btn-enviar img {
  display: inline-block;
  transition: all 0.4s ease;
}

.btn-enviar:hover img {
  transform: rotate(45deg);
  color: #7065F0;
}

.btn-preguntas-sugeridas {
  border-radius: 10px;
  border: 1px solid #7065F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.05vw, 20px);
  height: clamp(45px, 2.84vw, 54px);
  padding: 0 clamp(8px, 1.26vw, 10px);
  font-weight: 500;
  font-size: clamp(12px, 0.84vw, 14px);
  position: relative;
  background-color: transparent;
  color: #212529;
  transition: all 0.4ms ease;
}

.btn-preguntas-sugeridas:hover {
  background-color: #7065F0;
  color: #FFFFFF;
}

.info-representante {
  border: 0 !important;
  padding-bottom: clamp(14px, 2.1vw, 20px) !important;
  padding-top: clamp(15px, 2.1vw, 20px) !important;
}

.div-publicacion {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.txt-publicacion {
  font-weight: 400 !important;
  font-size: clamp(12px, 0.84vw, 14px) !important;
  color: #212529 !important;
}

.link-calificacion:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Modal calificacion */
.modal-calificacion-titulo {
  color: #212529 !important;
  font-weight: 600 !important;
  font-size: clamp(15px, 1.05vw, 24px) !important;
}

.modal-calificacion-text {
  color: #212529 !important;
  font-weight: 400 !important;
  font-size: clamp(11px, 0.84vw, 14px) !important;
}

progress {
  background-color: #DDDDDD !important;
}

.progress-bar {
  background-color: #7065F0 !important;
  border-radius: 0.375rem !important;
}

@media screen and (max-width: 479px) {
  .info-representante {
    flex-direction: row !important;
  }
}


/* ------------------ Estilos publicar una propiedad ------------------ */
.ul-breadcrumb.publicar-propiedad {
  background: url(../../__data/_img/banner-publicar-propiedad.webp) no-repeat center center;
  background-size: cover;
  padding: clamp(50px, 6.31vw, 120px) 15px;
  padding-top: clamp(128px, 10.4vw, 198px);
  text-align: center;
  position: relative;
  z-index: 1;
}

.titulo-publicar-propiedad {
  font-weight: 600 !important;
  font-size: clamp(14px, 1.58vw, 24px) !important;
  color: #212529 !important;
}

.formulario-publicar-propiedad {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: clamp(14px, 3vw, 50px) clamp(14px, 7vw, 120px);
}

.subtitulo-publicar-propiedad {
  font-weight: 400 !important;
  font-size: clamp(14px, 1.58vw, 16px) !important;
  color: #212529 !important;
}

.btn-continuar-formulario {
  border-radius: 10px;
  border: 2px solid #7065F0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(45px, 2.84vw, 54px);
  padding: 0 clamp(15px, 1.26vw, 24px);
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  background-color: #7065F0;
  color: #fff;
  transition: 0.4s ease !important;
}

.btn-continuar-formulario:hover {
  border: 2px solid #000929;
  background-color: #000929;
}

.btn-regresar-formulario {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: clamp(45px, 2.84vw, 54px);
  padding: 0 clamp(15px, 1.26vw, 24px);
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  background-color: transparent !important;
  color: #757575;
  transition: 0.4s ease !important;
}

.btn-regresar-formulario:hover {
  color: #212529;
}

.div-servicios-amenidades {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.05vw, 20px);
}

.div-input-servicios {
  width: 100%;
  height: clamp(35px, 2.1vw, 40px);
  border: 1px solid #DCDEE2;
  border-radius: 8px;
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
}

.input-servicios {
  flex: 1;
  height: 100%;
  border: none;
  font-size: clamp(11px, 0.74vw, 14px);
  background-color: #FFFFFF;
  color: #4D4D4D;
  padding-right: 8px;
  outline: none;
}

.btn-agregrar-servicio {
  border: none;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 clamp(15px, 1.26vw, 24px);
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  background-color: #7065F0;
  color: #fff;
  transition: 0.4s !important;
  white-space: nowrap;
}

.btn-agregrar-servicio:hover {
  background-color: #000929;
  /* transform: scale(0.9); */
}

.span-descripcion {
  display: block !important;
  color: #757575 !important;
  font-weight: 400 !important;
  font-size: clamp(10px, 0.74vw, 12px) !important;
  margin-bottom: clamp(7px, 0.53vw, 10px) !important;
}

/* Dropzone para cargar multimedia*/
.dropzone {
  border: none !important;
  border-radius: 8px !important;
  min-height: 120px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
  gap: 10px !important;
}

.dropzone .dz-preview {
  width: 120px !important;
  height: 120px !important;
  position: relative !important;
}

.dropzone .dz-preview img {
  width: 100% !important;
}

.dz-progress,
.dz-total-progress {
  display: none !important;
}

.dropzone .dz-message {
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 14px !important;
  color: #7065F0 !important;
  cursor: pointer !important;
  border: 2px dashed #7065F0 !important;
  border-radius: 10px !important;
  margin: 0 !important;
}

.message-small {
  width: 140px !important;
  height: auto !important;
}

.message-small p {
  font-size: 10px !important;
}

/* END dropzone */

.div-plan-gratuito {
  border: 1px solid #DCDEE2;
  border-radius: 8px;
  border-left: 12px solid #DCDEE2;
}

.lbl-plan-gratuito {
  display: block !important;
  color: #757575 !important;
  font-weight: 600 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
  margin-bottom: clamp(7px, 0.53vw, 10px) !important;
}

.formulario-publicar-propiedad-pago {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
}

.div-pago-exitoso-header {
  background-color: #4AC36A !important;
  border-radius: 10px 10px 0 0;
  padding: clamp(30px, 3vw, 50px) clamp(14px, 7vw, 120px);
}

.div-pago-erroneo-header {
  background-color: #F26A6A !important;
  border-radius: 10px 10px 0 0;
  padding: clamp(30px, 3vw, 50px) clamp(14px, 7vw, 120px);
}

.subtitulo-pago-exitoso {
  font-weight: 600 !important;
  font-size: clamp(16px, 1.58vw, 20px) !important;
  color: #FFFFFF !important;
}

.btn-azul {
  border-radius: 10px;
  border: 1px solid #000929;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.05vw, 18px);
  padding: clamp(3px, 1.26vw, 7px) clamp(7px, 1.26vw, 15px);
  font-weight: 400 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
  color: #000929 !important;
  background-color: transparent;
  transition: 0.4s ease !important;
}

.btn-azul:hover {
  background-color: #000929 !important;
  color: #FFFFFF !important;
}

.div-pago-exitoso-body {
  background-color: transparent;
  border-radius: 10px;
  padding: clamp(30px, 3vw, 50px) clamp(14px, 7vw, 120px);
}

.subtitulo-pago-existoso-body {
  font-weight: 600 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
  color: #7065F0 !important;
}

.text-pago {
  font-weight: 400 !important;
  font-size: clamp(11px, 0.74vw, 13px) !important;
  color: #212529 !important;
}

.formulario-publicar-propiedad-pagar {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: clamp(14px, 7vw, 40px) 20px;
}

.div-detalle-compra {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  border-top: 20px solid #DDDDDD;
  height: fit-content;
}

.span-plan {
  font-weight: 500 !important;
  font-size: 9px !important;
  color: #4D4D4D !important;
}

@media (max-width: 767px) {
  .divSidebar {
    display: none;
  }
}


/* ------------------ Estilos perfil del anunciante ------------------ */
.ul-breadcrumb.perdil-anunciante {
  background: url(../../__data/_img/banner-perfil-anunciante.webp) no-repeat center center;
  background-size: cover;
  padding: clamp(50px, 6.31vw, 120px) 15px;
  padding-top: clamp(128px, 10.4vw, 198px);
  text-align: center;
  position: relative;
  z-index: 1;
}

.container-anunciante form {
  background-color: #F2F7FD !important;
}

.titulo-anunciante {
  font-weight: 600 !important;
  font-size: clamp(13px, 1vw, 16px) !important;
  color: #212529 !important;
}

.text-anunciante {
  font-weight: 400 !important;
  font-size: clamp(11px, 0.74vw, 14px) !important;
  color: #212529 !important;
}

.div-redes-anunciante {
  background-color: #F2F7FD !important;
  border-radius: 10px;
}

.text-redes-anunciante {
  font-weight: 400 !important;
  font-size: clamp(11px, 0.74vw, 13px) !important;
  color: #7065F0 !important;
}

@media (max-width: 991px) {
  /* .container-anunciante {
    margin: 0 clamp(15px, 6.19vw, 270px);
  } */
}


/* ------------------ Estilos perfil de usuario ------------------ */
.ul-breadcrumb.perfil-usuario {
  background: url(../../__data/_img/banner-perfil-usuario.webp) no-repeat center center;
  background-size: cover;
  padding: clamp(50px, 6.31vw, 120px) 15px;
  padding-top: clamp(128px, 10.4vw, 198px);
  text-align: center;
  position: relative;
  z-index: 1;
}

.formulario-perfil-usuario {
  padding: clamp(14px, 3vw, 50px) clamp(14px, 7vw, 120px);
  border: none;
  border-radius: 10px;
  background-color: #F2F7FD;
}

.titulo-perfil-usuario {
  font-weight: 700 !important;
  font-size: clamp(18px, 1.58vw, 26px) !important;
  color: #7065F0 !important;
}

.sidebar-perfil-usuario:hover {
  cursor: pointer;
}

.card-mis-inmuebles {
  background-color: #F2F7FD;
  border: 1.5px solid #E6EBF8;
  border-radius: 10px;
}

.precio-card-mis-inmuebles {
  font-weight: 800 !important;
  font-size: clamp(16px, 1vw, 18px) !important;
  color: #7065F0 !important;
}

.moneda-card-mis-inmuebles {
  font-weight: 800 !important;
  font-size: clamp(16px, 1vw, 18px) !important;
  color: rgba(0, 9, 41, 0.5) !important;
}

.titulo-card-mis-inmuebles {
  font-weight: 700 !important;
  font-size: clamp(12px, 1vw, 14px) !important;
  color: #000000 !important;
}

.ul-project-location {
  font-weight: 500 !important;
  font-size: 12px !important;
  color: rgba(0, 9, 41, 0.5) !important;
}

.img-mis-inmuebles {
  border-radius: 10px;
}

.borrador-mis-inmuebles {
  border-left: 2px solid #E6EBF8;
}

.dot-borrador {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7065F0;
}

.btn-borrar-anuncio {
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(9px, 0.63vw, 12px);
  font-weight: 400;
  font-size: 13px;
  background-color: #212529;
  color: #fff;
  transition: 0.4s ease !important;
}

.btn-borrar-anuncio:hover {
  background-color: #7065F0;
}

.btn-editar-anuncio {
  border-radius: 10px;
  border: 1px solid #7065F0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(9px, 0.63vw, 12px);
  font-weight: 400;
  font-size: 13px;
  color: #212529 !important;
  background-color: transparent;
  transition: 0.4s ease !important;
}

.btn-editar-anuncio:hover {
  background-color: #7065F0 !important;
  background-color: #7065F0 !important;
  color: #FFFFFF !important;
}

.btn-publicar-anuncio {
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(9px, 0.63vw, 12px);
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF !important;
  background-color: #7065F0;
  transition: 0.4s ease !important;
}

.btn-publicar-anuncio:hover {
  background-color: #000929 !important;
}

.btn-publicar-anuncio.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.donut-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.donut-value {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #000929;
}

.donut-center small {
  font-size: 11px;
  color: #6c757d;
}


@media (max-width: 1200px) {
  .borrador-mis-inmuebles {
    border: none;
  }
}


/* ------------------ Footer ------------------ */
.ul-footer-top {
  padding: clamp(20px, 3.15vw, 60px) 0 clamp(20px, 3.15vw, 60px) !important;
}

.ul-footer-widget {
  margin-bottom: clamp(10px, 1vw, 16px) !important;
}

.text-footer {
  display: inline-block;
  color: #6C6E76;
  font-size: clamp(13px, 0.84vw, 16px);
}