/* =========================================
   VIVEXA CORREDORA
========================================= */


/* =========================================
   HERO
========================================= */

.broker-hero{

    min-height:90vh;

    display:flex;

    align-items:center;

    padding:150px 0 90px;

    background:#081A38;

    color:#fff;

}

.broker-hero-content{

    max-width:850px;

}

.broker-label,
.broker-section-label{

    display:inline-block;

    color:#F68B1F;

    font-size:10px;

    font-weight:800;

    letter-spacing:2px;

}

.broker-hero h1{

    color:#fff !important;

    font-size:52px;

    line-height:1.1;

    font-weight:800;

    max-width:760px;

    margin:15px 0 22px;

}

.broker-hero p{

    max-width:650px;

    color:#D7E2ED;

    font-size:16px;

    line-height:1.8;

    margin-bottom:30px;

}

.broker-hero-buttons{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

}


/* =========================================
   BOTONES
========================================= */

.btn-broker{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:14px 24px;

    background:#F68B1F;

    color:#fff;

    border:1px solid #F68B1F;

    border-radius:10px;

    text-decoration:none;

    font-size:12px;

    font-weight:700;

    transition:.2s;

}

.btn-broker:hover{

    background:#FF9C32;

    border-color:#FF9C32;

    color:#fff;

    transform:translateY(-2px);

}

.btn-broker-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:14px 24px;

    background:transparent;

    color:#fff;

    border:1px solid rgba(255,255,255,.35);

    border-radius:10px;

    text-decoration:none;

    font-size:12px;

    font-weight:600;

    transition:.2s;

}

.btn-broker-outline:hover{

    background:#fff;

    color:#081A38;

}


/* =========================================
   INTRO
========================================= */

.broker-intro{

    padding:100px 0;

    background:#fff;

}

.broker-intro h2{

    color:#081A38;

    font-size:38px;

    line-height:1.2;

    font-weight:800;

    margin:12px 0 20px;

}

.broker-intro p{

    color:#667085;

    font-size:14px;

    line-height:1.85;

}

.broker-highlight{

    padding:45px;

    background:#F5F7FA;

    border:1px solid #E1E6EC;

    border-radius:22px;

}

.broker-highlight-icon{

    width:58px;

    height:58px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#FFF1E3;

    color:#F68B1F;

    border-radius:15px;

    font-size:23px;

    margin-bottom:18px;

}

.broker-highlight > span{

    color:#F68B1F;

    font-size:9px;

    font-weight:800;

    letter-spacing:2px;

}

.broker-highlight h3{

    color:#081A38;

    font-size:23px;

    font-weight:800;

    margin:7px 0 12px;

}

.broker-highlight p{

    margin:0;

}


/* =========================================
   SERVICIOS
========================================= */

.broker-services{

    padding:100px 0;

    background:#F5F7FA;

}

.broker-heading{

    max-width:800px;

    margin:0 auto 55px;

}

.broker-heading h2{

    color:#081A38;

    font-size:38px;

    line-height:1.2;

    font-weight:800;

    margin:12px 0 15px;

}

.broker-heading p{

    color:#667085;

    font-size:14px;

    line-height:1.8;

}

.broker-service-card{

    height:100%;

    padding:30px;

    background:#fff;

    border:1px solid #E1E6EC;

    border-radius:18px;

    transition:.25s;

}

.broker-service-card:hover{

    transform:translateY(-7px);

    border-color:#F68B1F;

    box-shadow:
        0 15px 40px rgba(8,26,56,.08);

}

.broker-service-card.featured{

    background:#081A38;

    border-color:#081A38;

}

.broker-service-icon{

    width:55px;

    height:55px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:20px;

    background:#FFF1E3;

    color:#F68B1F;

    border-radius:14px;

    font-size:22px;

}

.broker-service-card > span{

    color:#F68B1F;

    font-size:9px;

    font-weight:800;

    letter-spacing:2px;

}

.broker-service-card h3{

    color:#081A38;

    font-size:21px;

    font-weight:800;

    margin:6px 0 10px;

}

.broker-service-card p{

    min-height:65px;

    color:#667085;

    font-size:12px;

    line-height:1.75;

}

.broker-service-card a{

    display:inline-flex;

    align-items:center;

    gap:7px;

    color:#F68B1F;

    font-size:11px;

    font-weight:700;

    text-decoration:none;

}

.broker-service-card.featured h3{

    color:#fff;

}

.broker-service-card.featured p{

    color:#D7E2ED;

}


/* =========================================
   CALCULADORA
========================================= */

.broker-calculator{

    padding:100px 0;

    background:#12385F;

}

.broker-calculator
.broker-heading h2{

    color:#fff;

}

.broker-calculator
.broker-heading p{

    color:#D7E2ED;

}

.broker-calculator-card{

    padding:35px;

    background:#fff;

    border-radius:22px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.15);

}

.broker-form-label{

    display:block;

    color:#081A38;

    font-size:10px;

    font-weight:700;

    margin-bottom:7px;

}

.broker-input-unit{

    display:flex;

    align-items:center;

    min-height:48px;

    background:#F8FAFC;

    border:1px solid #DDE3EA;

    border-radius:10px;

    padding:0 14px;

    transition:.2s;

}

.broker-input-unit:focus-within{

    border-color:#F68B1F;

    box-shadow:
        0 0 0 3px rgba(246,139,31,.10);

}

.broker-input-unit span{

    color:#7A8491;

    font-size:11px;

    font-weight:700;

}

.broker-input-unit input{

    width:100%;

    height:46px;

    padding:0 7px;

    border:0;

    outline:0;

    background:transparent;

    color:#081A38;

    font-family:inherit;

    font-size:13px;

    font-weight:600;

}

.broker-input-unit input::-webkit-inner-spin-button,
.broker-input-unit input::-webkit-outer-spin-button{

    -webkit-appearance:none;

    margin:0;

}

.broker-input-unit input[type=number]{

    -moz-appearance:textfield;

}


/* =========================================
   RESULTADO CALCULADORA
========================================= */

.broker-calculation-result{

    margin-top:30px;

    padding:25px;

    background:#F5F7FA;

    border-radius:15px;

}

.broker-calculation-result > div{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    padding:12px 0;

    border-bottom:1px solid #E1E6EC;

}

.broker-calculation-result > div:last-child{

    border-bottom:0;

}

.broker-calculation-result span{

    color:#667085;

    font-size:11px;

}

.broker-calculation-result strong{

    color:#081A38;

    font-size:13px;

}

.broker-result-main{

    margin-top:8px;

    padding-top:20px !important;

}

.broker-result-main span{

    color:#081A38;

    font-size:12px;

    font-weight:700;

}

.broker-result-main strong{

    color:#F68B1F;

    font-size:22px;

    font-weight:800;

}

.broker-calculator-note{

    display:flex;

    align-items:flex-start;

    gap:10px;

    margin-top:20px;

    padding:14px;

    background:#FFF8F0;

    border:1px solid #F8DFC4;

    border-radius:10px;

}

.broker-calculator-note i{

    color:#F68B1F;

    margin-top:2px;

}

.broker-calculator-note span{

    color:#79562F;

    font-size:10px;

    line-height:1.6;

}

.btn-broker-calculator{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    width:100%;

    margin-top:22px;

    padding:14px 20px;

    background:#F68B1F;

    color:#fff;

    border:1px solid #F68B1F;

    border-radius:10px;

    text-decoration:none;

    font-size:11px;

    font-weight:700;

    transition:.2s;

}

.btn-broker-calculator:hover{

    background:#FF9C32;

    color:#fff;

    transform:translateY(-2px);

}


/* =========================================
   PROCESO
========================================= */

.broker-process{

    padding:100px 0;

    background:#081A38;

}

.broker-process
.broker-heading h2{

    color:#fff;

}

.broker-process
.broker-heading p{

    color:#D7E2ED;

}

.broker-process-grid{

    display:grid;

    grid-template-columns:
        repeat(4,1fr);

    gap:20px;

}

.broker-step{

    padding:30px;

    background:rgba(255,255,255,.07);

    border:1px solid rgba(255,255,255,.10);

    border-radius:18px;

}

.broker-step-number{

    color:#F68B1F;

    font-size:12px;

    font-weight:800;

    margin-bottom:25px;

}

.broker-step h3{

    color:#fff;

    font-size:18px;

    font-weight:800;

    margin-bottom:10px;

}

.broker-step p{

    color:#CBD5E1;

    font-size:11px;

    line-height:1.7;

    margin:0;

}


/* =========================================
   VALORIZACIÓN
========================================= */

.broker-valuation{

    padding:100px 0;

    background:#12385F;

}

.broker-valuation h2{

    color:#fff;

    font-size:38px;

    line-height:1.2;

    font-weight:800;

    margin:12px 0 18px;

}

.broker-valuation > .container p{

    color:#CBD5E1;

    font-size:14px;

    line-height:1.8;

}

.broker-valuation-points{

    display:flex;

    flex-direction:column;

    gap:12px;

    margin-top:28px;

}

.broker-valuation-points div{

    display:flex;

    align-items:center;

    gap:10px;

    color:#fff;

    font-size:11px;

}

.broker-valuation-points i{

    color:#F68B1F;

}


/* =========================================
   FORMULARIO VALORIZACIÓN
========================================= */

.broker-form-card{

    padding:35px;

    background:#fff;

    border-radius:22px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.15);

}

.broker-form-card h3{

    color:#081A38;

    font-size:23px;

    font-weight:800;

    margin:0 0 7px;

}

.broker-form-card > p{

    color:#667085 !important;

    font-size:12px !important;

    margin-bottom:25px;

}

.broker-form-control{

    width:100%;

    min-height:48px;

    padding:12px 14px;

    background:#F8FAFC;

    border:1px solid #DDE3EA;

    border-radius:10px;

    outline:none;

    color:#081A38;

    font-family:inherit;

    font-size:12px;

}

textarea.broker-form-control{

    min-height:130px;

    resize:vertical;

}

.broker-form-control:focus{

    border-color:#F68B1F;

    box-shadow:
        0 0 0 3px rgba(246,139,31,.10);

}

.btn-broker-submit{

    width:100%;

    min-height:50px;

    border:0;

    border-radius:10px;

    background:#F68B1F;

    color:#fff;

    font-family:inherit;

    font-size:11px;

    font-weight:700;

    cursor:pointer;

    transition:.2s;

}

.btn-broker-submit:hover{

    background:#FF9C32;

    transform:translateY(-2px);

}


/* =========================================
   PROPIEDADES
========================================= */

.broker-properties{

    padding:90px 0;

    background:#fff;

}

.broker-properties h2{

    color:#081A38;

    font-size:38px;

    line-height:1.2;

    font-weight:800;

    margin:12px 0 15px;

}

.broker-properties p{

    max-width:650px;

    color:#667085;

    font-size:14px;

    line-height:1.8;

    margin:0;

}


/* =========================================
   CTA
========================================= */

.broker-cta{

    padding:100px 20px;

    background:
        linear-gradient(
            135deg,
            #F68B1F 0%,
            #D96F0B 45%,
            #081A38 100%
        );

    text-align:center;

}

.broker-cta h2{

    max-width:750px;

    margin:12px auto 15px;

    color:#fff;

    font-size:42px;

    line-height:1.15;

    font-weight:800;

}

.broker-cta p{

    max-width:620px;

    margin:0 auto 30px;

    color:rgba(255,255,255,.9);

    font-size:14px;

    line-height:1.8;

}

.btn-broker-dark{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:14px 25px;

    background:#081A38;

    color:#fff;

    border:1px solid #081A38;

    border-radius:10px;

    text-decoration:none;

    font-size:12px;

    font-weight:700;

    transition:.2s;

}

.btn-broker-dark:hover{

    background:#fff;

    border-color:#fff;

    color:#081A38;

    transform:translateY(-2px);

}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .broker-hero{

        min-height:auto;

        padding:140px 0 80px;

    }

    .broker-hero h1{

        font-size:44px;

    }

    .broker-process-grid{

        grid-template-columns:
            repeat(2,1fr);

    }

}


@media(max-width:767px){

    .broker-hero{

        padding:125px 20px 70px;

    }

    .broker-hero h1{

        font-size:34px;

    }

    .broker-hero-buttons{

        flex-direction:column;

    }

    .btn-broker,
    .btn-broker-outline{

        width:100%;

    }

    .broker-intro,
    .broker-services,
    .broker-calculator,
    .broker-process,
    .broker-valuation{

        padding:70px 0;

    }

    .broker-heading h2,
    .broker-intro h2,
    .broker-valuation h2,
    .broker-properties h2{

        font-size:30px;

    }

    .broker-highlight{

        padding:30px;

    }

    .broker-calculator-card,
    .broker-form-card{

        padding:25px 20px;

    }

    .broker-process-grid{

        grid-template-columns:1fr;

    }

    .broker-calculation-result > div{

        align-items:flex-start;

        flex-direction:column;

        gap:5px;

    }

    .broker-result-main{

        align-items:flex-start !important;

    }

    .broker-properties{

        padding:70px 0;

    }

    .broker-properties
    .text-lg-end{

        margin-top:30px;

        text-align:left !important;

    }

    .broker-cta{

        padding:75px 20px;

    }

    .broker-cta h2{

        font-size:32px;

    }

}