.elementor-7 .elementor-element.elementor-element-a103195{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-a0e42a8{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-7c510fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-34aaf50{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-a0e42a8{margin:42px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-34aaf50 *//* VARIABLES DE MARCA */
:root {
    --bt-fucsia: #e61f55;
    --bt-navy: #1c2d3b;
    --bt-white: #ffffff;
    --bt-font: 'Montserrat', sans-serif;
    --bt-trans: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- HERO SPLIT (ESCRITORIO - SE MANTIENE EL LOOK PREMIUM) --- */
.bt-hero-split {
    height: 90vh;
    width: 100%;
    display: flex;
    background: #fff;
    font-family: var(--bt-font);
}

.hero-split-container {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    width: 100%;
}

.hero-split-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 60px;
}

.content-inner {
    max-width: 520px;
}

.hero-tag {
    color: var(--bt-fucsia);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.hero-split-content h1 {
    color: var(--bt-navy);
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hero-split-content h1 span { color: var(--bt-fucsia); }

.hero-split-content p {
    color: #555;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.hero-split-image {
    background-size: cover;
    background-position: center;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}

/* --- BOTONES --- */
.hero-actions-split { display: flex; gap: 15px; }

.btn-hero-flat-primary {
    background: var(--bt-fucsia) !important;
    color: #fff !important;
    padding: 16px 32px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    transition: var(--bt-trans);
    text-align: center;
}

.btn-hero-outline {
    border: 2px solid var(--bt-navy);
    color: var(--bt-navy);
    padding: 14px 30px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    transition: var(--bt-trans);
    text-align: center;
}

/* --- NUEVA PROPUESTA MÓVIL (STACK MINIMALISTA) --- */
@media (max-width: 768px) {
    .bt-hero-split {
        height: auto; /* El contenido define la altura */
        display: block;
    }

    .hero-split-container {
        display: flex;
        flex-direction: column; /* Imagen arriba, texto abajo */
    }

    /* Imagen Panorámica */
    .hero-split-image {
        height: 45vh; /* Ocupa casi media pantalla */
        width: 100%;
        clip-path: none; /* Sin cortes */
        order: 1;
    }

    /* Contenido sobre Blanco Impecable */
    .hero-split-content {
        order: 2;
        padding: 40px 25px 60px;
        background: #fff;
        justify-content: center;
        text-align: center;
    }

    .content-inner {
        max-width: 100%;
    }

    .hero-split-content h1 {
        font-size: 1.8rem;
        color: var(--bt-navy);
        margin-bottom: 20px;
        letter-spacing: -0.5px;
    }

    .hero-split-content p {
        font-size: 1.05rem;
        color: #666;
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .hero-actions-split {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .btn-hero-flat-primary, 
    .btn-hero-outline {
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-763e5ef */.bt-process {
    padding: 100px 0;
    background-color: var(--bt-white);
    font-family: 'Montserrat', sans-serif;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Encabezado de Sección */
.process-header {
    text-align: center;
    margin-bottom: 70px;
}

.process-subtitle {
    color: var(--bt-fucsia);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.process-title {
    color: var(--bt-navy);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    text-transform: uppercase;
}

.process-line {
    width: 60px;
    height: 4px;
    background-color: var(--bt-fucsia);
    margin: 20px auto 0;
}

/* Grid de Pasos */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.process-item {
    position: relative;
    padding: 40px;
    background: #f9f9f9; /* Un gris muy sutil para dar cuerpo */
    border-radius: 4px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.process-item:hover {
    transform: translateY(-10px);
}

/* Número de fondo (Watermark) */
.process-number {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 100px;
    font-weight: 900;
    color: rgba(26, 37, 48, 0.05); /* Muy suave para que no distraiga */
    line-height: 1;
}

/* Iconos */
.process-icon {
    width: 60px;
    height: 60px;
    color: var(--bt-fucsia);
    margin-bottom: 25px;
}

.process-item h3 {
    color: var(--bt-navy);
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

.process-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Responsivo */
@media (max-width: 768px) {
    .bt-process { padding: 70px 0; }
    .process-header { margin-bottom: 40px; }
    .process-item { text-align: center; }
    .process-icon { margin: 0 auto 25px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7f0984 */.bt-dual-cta {
    display: flex;
    width: 100%;
    min-height: 400px;
    font-family: 'Montserrat', sans-serif;
}

.cta-half {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    text-align: center;
}

/* Lado Comprar - Fondo Navy */
.buy {
    background-color: var(--bt-navy);
    color: var(--bt-white);
}

/* Lado Vender - Fondo Fucsia */
.sell {
    background-color: var(--bt-fucsia);
    color: var(--bt-white);
}

.cta-content {
    max-width: 450px;
}

.cta-content h3 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--bt-white) !important;
}

.cta-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
    opacity: 0.9;
    color: var(--bt-white) !important;
}

/* --- BOTONES SIN CAMBIO DE COLOR (HOVER BLOQUEADO) --- */

/* Botón Outline (Blanco sobre Navy) */
.btn-cta-outline {
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid var(--bt-white) !important;
    color: var(--bt-white) !important;
    background-color: transparent !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: transform 0.3s ease;
}

/* Botón Sólido (Navy sobre Blanco) */
.btn-cta-solid {
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--bt-white) !important;
    color: var(--bt-navy) !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: transform 0.3s ease;
    border: none;
}

/* HOVER: SOLO MOVIMIENTO FÍSICO */
.btn-cta-outline:hover {
    transform: translateY(-5px);
    /* Forzamos que se mantenga igual */
    background-color: transparent !important;
    color: var(--bt-white) !important;
    border: 2px solid var(--bt-white) !important;
}

.btn-cta-solid:hover {
    transform: translateY(-5px);
    /* Forzamos que se mantenga igual */
    background-color: var(--bt-white) !important;
    color: var(--bt-navy) !important;
}

@media (max-width: 991px) {
    .bt-dual-cta {
        flex-direction: column;
    }
    .cta-half {
        padding: 60px 25px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0e42a8 *//* --- SECCIÓN PROPIEDADES --- */
.bt-properties-featured { padding: 100px 0; background: #fff; }
.prop-container { max-width: 1200px; margin: 0 auto; padding: 0 25px; }

.prop-header { text-align: center; margin-bottom: 50px; }
.prop-subtitle { color: var(--bt-fucsia); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.prop-title { color: var(--bt-navy); font-size: 32px; font-weight: 900; margin-top: 10px; text-transform: uppercase; }
.prop-line { width: 60px; height: 4px; background: var(--bt-fucsia); margin: 20px auto; border-radius: 2px; }

/* --- GRID 1x2 --- */
.prop-grid-featured { display: flex; flex-direction: column; gap: 30px; }
.prop-card { 
    background: #fff; border-radius: 4px; overflow: hidden; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); cursor: pointer;
    transition: var(--bt-trans); display: flex; flex-direction: column;
}
.prop-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }

.prop-card-featured { flex-direction: row; min-height: 400px; }
.prop-card-featured .prop-image { flex: 1.4; }
.prop-subgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

.prop-image { height: 280px; background-size: cover; background-position: center; position: relative; }
.prop-tag { position: absolute; top: 20px; left: 20px; background: var(--bt-fucsia); color: #fff; padding: 6px 14px; font-size: 11px; font-weight: 800; text-transform: uppercase; border-radius: 2px; }

.prop-info { padding: 35px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.prop-location { color: #aaa; font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
.prop-info h3 { color: var(--bt-navy); font-size: 22px; font-weight: 800; margin: 12px 0; line-height: 1.3; }
.prop-price { color: var(--bt-navy); font-size: 24px; font-weight: 900; }
.btn-prop-more-sutil { color: var(--bt-fucsia); font-size: 12px; font-weight: 800; text-transform: uppercase; border-bottom: 2px solid transparent; transition: 0.3s; }
.prop-card:hover .btn-prop-more-sutil { border-color: var(--bt-fucsia); }

/* --- MODAL (POP-UP) --- */
.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(26, 37, 48, 0.85); backdrop-filter: blur(8px);
    display: none; justify-content: center; align-items: center; z-index: 99999;
}
.modal-content {
    background: #fff; width: 90%; max-width: 500px; border-radius: 8px;
    overflow: hidden; position: relative; animation: propFadeUp 0.4s ease;
}
.close-modal {
    position: absolute; top: 15px; right: 15px; width: 35px; height: 35px;
    background: rgba(0,0,0,0.4); color: #fff; font-size: 28px;
    border-radius: 50%; cursor: pointer; z-index: 100;
    display: flex; align-items: center; justify-content: center; transition: 0.3s;
}
.close-modal:hover { background: var(--bt-fucsia); transform: rotate(90deg); }

.modal-header-img { height: 250px; background-size: cover; background-position: center; }
.modal-body { padding: 40px; text-align: center; }
.modal-price { color: var(--bt-fucsia); font-size: 30px; font-weight: 900; margin-bottom: 10px; }
.modal-text { color: #555; font-size: 15px; margin-bottom: 25px; line-height: 1.6; }

@keyframes propFadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* RESPONSIVO */
@media (max-width: 991px) {
    .prop-card-featured { flex-direction: column; }
    .prop-subgrid { grid-template-columns: 1fr; }
    .prop-header h2 { font-size: 26px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b347c53 *//* --- BLOQUE: BÚSQUEDA PERSONALIZADA (VERSIÓN SLIM) --- */
.bt-personal-search {
    padding: 60px 25px; /* Reducido de 100px a 60px */
    background-color: #f4f6f8;
    display: flex;
    justify-content: center;
}

.search-container {
    max-width: 800px; /* Más estrecho horizontalmente */
    width: 100%;
}

.search-box {
    background-color: var(--bt-white);
    padding: 40px; /* Padding interno más compacto */
    border-radius: 4px; /* Bordes menos redondeados para verse más técnico */
    box-shadow: 0 10px 30px rgba(26, 37, 48, 0.06);
    text-align: center;
    border-left: 5px solid var(--bt-fucsia); /* Cambio: Borde lateral para un look más moderno */
}

.search-box h2 {
    color: var(--bt-navy);
    font-size: 1.8rem; /* Tamaño fijo más controlado */
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px; /* Menos espacio abajo */
}

.search-box p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 550px;
    margin: 0 auto 25px; /* Reducido el margen antes del botón */
}

.search-box .btn-hero-flat-primary {
    padding: 14px 30px; /* Botón un poco más pequeño */
    font-size: 12px;
}

/* AJUSTES MÓVIL */
@media (max-width: 768px) {
    .bt-personal-search {
        padding: 40px 15px;
    }
    .search-box {
        padding: 30px 20px;
        border-left: none;
        border-top: 4px solid var(--bt-fucsia); /* Regresa arriba en móvil */
    }
}/* End custom CSS */