.elementor-54 .elementor-element.elementor-element-e47e9a7{--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;}.elementor-54 .elementor-element.elementor-element-2fc38b3{--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;}.elementor-54 .elementor-element.elementor-element-d4e6193{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-54 .elementor-element.elementor-element-182f6ac{--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;}.elementor-54 .elementor-element.elementor-element-d33e05f{--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(min-width:768px){.elementor-54 .elementor-element.elementor-element-182f6ac{--width:50%;}.elementor-54 .elementor-element.elementor-element-d33e05f{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-3ca3c97 *//* RESET */
.remax-shell *{
    box-sizing:border-box;
}

/* GRADIENTE */
:root{
    --remax-gradient:
    linear-gradient(
        135deg,
        #DA291C 0%,
        #ED1C24 25%,
        #0054A6 70%,
        #003DA5 100%
    );
}

/* SHELL */
.remax-shell{
    width:100%;
    min-height:100vh;
    display:flex;
    overflow:hidden;
    background:#FFFFFF;
}

/* LEFT */
.remax-left{
    width:50%;
    background:#FFFFFF;
    padding:48px;
    display:flex;
    flex-direction:column;
    justify-content:uppercase;
    position:relative;
    z-index:10;
}

/* LOGO */
.remax-logo-wrap{
    margin-bottom:34px;
}

.remax-logo{
    width:230px;
    height:auto;
    display:block;
}

/* WRAPPER */
.remax-left-wrapper{
    max-width:560px;
}

/* EYEBROW */
.remax-eyebrow{
    display:inline-block;
    font-family:'Roboto',sans-serif;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#DA291C;
    margin-bottom:16px;
}

/* TITLE */
.remax-title{
    font-family:'Roboto',sans-serif;
    font-size:clamp(42px,5vw,76px);
    line-height:0.92;
    font-weight:900;
    letter-spacing:-3px;
    margin-bottom:24px;
}

.remax-title .line{
    display:block;
}

.remax-title .black{
    color:#111111;
}

.remax-title .gradient{
    background:var(--remax-gradient);
    background-size:300% 300%;
    animation:gradientMove 7s ease infinite;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ANIMATION */
@keyframes gradientMove{
    0%{
        background-position:0% 50%;
    }
    50%{
        background-position:100% 50%;
    }
    100%{
        background-position:0% 50%;
    }
}

/* DIVIDER */
.remax-divider{
    width:90px;
    height:5px;
    border-radius:999px;
    background:var(--remax-gradient);
    background-size:300% 300%;
    animation:gradientMove 7s ease infinite;
    margin-bottom:24px;
}

/* SUBTEXT */
.remax-subtext{
    font-family:'Roboto',sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#4B5563;
    margin-bottom:30px;
}

/* PILLS */
.remax-trust-pills{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:34px;
}

/* PILL */
.remax-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:12px 16px;

    border-radius:999px;

    background:var(--remax-gradient);
    background-size:300% 300%;
    animation:gradientMove 7s ease infinite;

    font-family:'Roboto',sans-serif;
    font-size:12px;
    font-weight:600;

    color:#FFFFFF;
}

/* DOT */
.remax-pill-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#FFFFFF;
}

/* CTA SECTION */
.remax-form-section{
    width:100%;
}

.remax-form-label{
    display:block;
    font-family:'Roboto',sans-serif;
    font-size:13px;
    font-weight:700;
    color:#111111;
    margin-bottom:16px;
}

/* BUTTON */
.remax-cta-btn{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:20px 24px;

    border-radius:22px;

    background:var(--remax-gradient);
    background-size:300% 300%;
    animation:gradientMove 7s ease infinite;

    color:#FFFFFF;
    text-decoration:none;

    font-family:'Roboto',sans-serif;
    font-size:15px;
    font-weight:800;
    letter-spacing:0.5px;

    transition:all .3s ease;

    box-shadow:
    0 18px 40px rgba(0,0,0,0.14);
}

.remax-cta-btn:hover{
    transform:translateY(-3px) scale(1.01);
}

/* TRUST */
.remax-trust{
    margin-top:14px;

    display:flex;
    align-items:center;
    gap:8px;

    font-family:'Roboto',sans-serif;
    font-size:11px;

    color:#6B7280;
}

/* RIGHT */
.remax-right{
    width:50%;
    background:#050505;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}

/* VIDEO */
.remax-video-wrap{
    position:relative;
    width:100%;
    height:100vh;
    min-height:420px;
    overflow:hidden;
    flex-shrink:0;
}

.remax-video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    filter:
    brightness(0.78)
    saturate(1.02);
}

/* OVERLAY */
.remax-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to bottom,
        rgba(0,0,0,0.02) 0%,
        rgba(0,0,0,0.08) 45%,
        rgba(0,0,0,0.35) 75%,
        rgba(0,0,0,0.82) 100%
    );
}

/* VIDEO FADE */
.remax-video-fade{
    position:absolute;
    left:0;
    bottom:0;

    width:100%;
    height:140px;

    background:
    linear-gradient(
        to bottom,
        rgba(5,5,5,0) 0%,
        rgba(5,5,5,0.55) 72%,
        #050505 100%
    );

    z-index:2;
}

/* CONTENT */
.remax-right-content{
    flex:1;
    background:#050505;
    padding:42px 50px 50px;
}

/* TITLE */
.remax-right-title{
    font-family:'Roboto',sans-serif;
    font-size:clamp(42px,4vw,62px);
    line-height:0.94;
    font-weight:900;
    letter-spacing:-2px;
    color:#FFFFFF;
    margin-bottom:38px;
}

.remax-right-title span{
    display:block;

    background:var(--remax-gradient);
    background-size:300% 300%;
    animation:gradientMove 7s ease infinite;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* BENEFITS */
.remax-benefits{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-bottom:40px;
}

/* CARD */
.remax-benefit-card{
    display:flex;
    align-items:center;
    gap:16px;

    padding:18px;

    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        rgba(218,41,28,0.18),
        rgba(0,84,166,0.18)
    );

    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);

    transition:all 0.28s ease;
}

.remax-benefit-card:hover{
    transform:translateY(-2px);
}

/* ICON */
.remax-benefit-icon{
    width:48px;
    height:48px;

    border-radius:16px;

    background:var(--remax-gradient);
    background-size:300% 300%;
    animation:gradientMove 7s ease infinite;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.remax-benefit-icon svg{
    width:20px;
    height:20px;
    color:#FFFFFF;
}

/* BENEFIT */
.remax-benefit-title{
    font-family:'Roboto',sans-serif;
    font-size:14px;
    font-weight:700;
    color:#FFFFFF;
    margin:0;
}

.remax-benefit-desc{
    font-family:'Roboto',sans-serif;
    font-size:12px;
    color:rgba(255,255,255,0.72);
}

/* STATS */
.remax-stats{
    display:flex;
    gap:0;
}

.remax-stat{
    flex:1;
    padding:0 24px;
    border-right:1px solid rgba(255,255,255,0.10);
}

.remax-stat:first-child{
    padding-left:0;
}

.remax-stat:last-child{
    border-right:none;
}

.remax-stat strong{
    display:block;
    font-family:'Roboto',sans-serif;
    font-size:clamp(28px,3vw,42px);
    line-height:1;
    font-weight:900;
    color:#FFFFFF;
    margin-bottom:8px;
}

.remax-stat span{
    font-family:'Roboto',sans-serif;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:rgba(255,255,255,0.68);
}

/* TABLET */
@media(max-width:1024px){

    .remax-shell{
        flex-direction:column;
    }

    .remax-left,
    .remax-right{
        width:100%;
    }

    .remax-left{
        padding:36px 28px;
    }

}

/* MOBILE */
@media(max-width:768px){

    .remax-left{
        padding:28px 20px 34px;
    }

    .remax-right-content{
        padding:30px 20px 36px;
    }

    .remax-logo{
        width:180px;
    }

    .remax-title{
        font-size:clamp(42px,13vw,58px);
        line-height:0.92;
        letter-spacing:-2px;
    }

    .remax-subtext{
        font-size:15px;
        line-height:1.7;
    }

    .remax-cta-btn{
        font-size:14px;
        padding:18px 18px;
    }

    .remax-right-title{
        font-size:clamp(34px,10vw,46px);
        margin-bottom:28px;
    }

    .remax-benefit-card{
        padding:16px;
    }

    .remax-stats{
        flex-direction:column;
        gap:20px;
    }

    .remax-stat{
        padding:0;
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.10);
        padding-bottom:20px;
    }

    .remax-stat:last-child{
        border-bottom:none;
        padding-bottom:0;
    }

    .remax-video-wrap{
        height:320px;
        min-height:320px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e47e9a7 */.elementor-54 .elementor-element.elementor-element-e47e9a7{
    width:100vw;
    max-width:100vw;
    margin:1px;
    padding:0;
}

body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed250fb *//* RESET */
.remax-smart-bar *{
    box-sizing:border-box;
}

/* GRADIENTE */
:root{
    --remax-gradient:
    linear-gradient(
        135deg,
        #DA291C 0%,
        #ED1C24 25%,
        #0054A6 70%,
        #003DA5 100%
    );
}

/* ANIMACION */
@keyframes gradientMove{
    0%{
        background-position:0% 50%;
    }
    50%{
        background-position:100% 50%;
    }
    100%{
        background-position:0% 50%;
    }
}

/* SECTION */
.remax-smart-bar{
    width:100%;

    padding:24px 34px;

    background:var(--remax-gradient);
    background-size:300% 300%;

    animation:gradientMove 8s ease infinite;

    overflow:hidden;

    position:relative;
}

/* WRAPPER */
.remax-smart-wrapper{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:28px;
}

/* ITEM */
.remax-smart-item{
    flex:1;

    display:flex;
    align-items:center;

    gap:16px;
}

/* ICON */
.remax-smart-icon{
    width:50px;
    height:50px;

    border-radius:16px;

    background:rgba(255,255,255,0.14);

    border:1px solid rgba(255,255,255,0.16);

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    backdrop-filter:blur(12px);

    transition:all .3s ease;
}

/* HOVER ICON */
.remax-smart-item:hover .remax-smart-icon{
    transform:translateY(-2px) scale(1.04);

    background:rgba(255,255,255,0.18);
}

/* SVG */
.remax-smart-icon svg{
    width:22px;
    height:22px;

    color:#FFFFFF;
}

/* CONTENT */
.remax-smart-content{
    display:flex;
    flex-direction:column;

    gap:4px;
}

/* TITLE */
.remax-smart-title{
    font-family:'Roboto',sans-serif;
    font-size:15px;
    font-weight:700;

    letter-spacing:-0.2px;

    color:#FFFFFF;

    margin:0;
}

/* SUB */
.remax-smart-sub{
    font-family:'Roboto',sans-serif;
    font-size:12px;

    color:rgba(255,255,255,0.82);
}

/* DIVIDER */
.remax-smart-divider{
    width:1px;
    height:48px;

    background:rgba(255,255,255,0.18);

    flex-shrink:0;
}

/* TABLET */
@media(max-width:1024px){

    .remax-smart-wrapper{
        gap:20px;
    }

}

/* MOBILE */
@media(max-width:768px){

    .remax-smart-bar{
        padding:22px 18px;
    }

    .remax-smart-wrapper{
        flex-direction:column;
        align-items:stretch;

        gap:18px;
    }

    .remax-smart-divider{
        width:100%;
        height:1px;
    }

    .remax-smart-item{
        width:100%;
    }

    .remax-smart-icon{
        width:46px;
        height:46px;
    }

    .remax-smart-title{
        font-size:14px;
    }

    .remax-smart-sub{
        font-size:11px;
    }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2fc38b3 */.elementor-54 .elementor-element.elementor-element-2fc38b3{
    width:100vw;
    max-width:100vw;
    margin:1px;
    padding:0;
}

body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d4e6193 */.elementor-54 .elementor-element.elementor-element-d4e6193{
    width:100vw;
    max-width:100vw;
    margin:1px;
    padding:0;
}

body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}/* End custom CSS */