.elementor-kit-5{--e-global-color-primary:#2C2D84;--e-global-color-secondary:#0165C5;--e-global-color-text:#2C2D84;--e-global-color-accent:#FFD034;--e-global-typography-primary-font-family:"BlauerNue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"BlauerNue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"BlauerNue";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"BlauerNue";--e-global-typography-accent-font-weight:500;--e-preloader-animation-duration:800ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-5 e-page-transition{background-color:#315C576B;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
.popup-overlay.active { display: flex; }
.popup-box {
  position: relative;
  width: 90%;
  max-width: 1100px;
  height: 80vh;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.popup-box iframe { width: 100%; height: 100%; border: none; }
.popup-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 10;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
}
.btn-casas, .btn-deptos {
  cursor: pointer !important;
}

/* ===== LIVERTE FORM ===== */
.liverte-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

.liverte-form p {
  margin: 0 !important;
  padding: 0 !important;
}

.liverte-form br {
  display: none !important;
}

.lf-field,
.lf-field span,
.wpcf7-form-control-wrap {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

/* Campos generales */
.lf-field input[type="text"],
.lf-field input[type="tel"],
.lf-field input[type="email"],
.lf-field textarea,
.lf-field select {
  width: 100%;
  padding: 11px 18px;
  border: 1.5px solid #d6e4f0;
  border-radius: 12px;
  background: #ffffff;
  font-size: 15px;
  color: #333;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

/* Placeholder */
.lf-field input::placeholder,
.lf-field textarea::placeholder {
  color: #a0b4c3;
}

/* Focus */
.lf-field input:focus,
.lf-field textarea:focus,
.lf-field select:focus {
  border-color: #1abc9c;
  box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.12);
}

/* Textarea */
.lf-field textarea {
  min-height: 52px;
  height: 52px;
  resize: vertical;
}

/* Select con flecha personalizada */
.lf-select {
  position: relative;
}
.lf-select::after {
  content: '▾';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #2a7fc1;
  font-size: 18px;
  pointer-events: none;
}
.lf-field select {
  color: #a0b4c3;
  cursor: pointer;
  padding-right: 42px;
}
.lf-field select option {
  color: #333;
}

/* Botón */
.lf-submit input[type="submit"] {
  width: 100%;
  padding: 16px;
  background: #f5c518;
  color: #2C2D84;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  text-transform: uppercase;
}
.lf-submit input[type="submit"]:hover {
  background: #e0b000;
  transform: translateY(-1px);
}
.lf-submit input[type="submit"]:active {
  transform: translateY(0);
}

/* Mensajes de error CF7 */
.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 4px;
}
.wpcf7-response-output {
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  margin-top: 8px;
}/* End custom CSS */