.elementor-30142 .elementor-element.elementor-element-6670695{--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:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-30142 .elementor-element.elementor-element-83c3cef .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:2.5em;font-weight:600;color:#0741AD;}.elementor-30142 .elementor-element.elementor-element-0974303{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-30142 .elementor-element.elementor-element-b3d2be7{--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-30142 .elementor-element.elementor-element-83c3cef .elementor-heading-title{font-size:1.5em;}}/* Start custom CSS */.geolocation-status-unified{
        display: none;
    }
    .form-section-title {
        text-align: center;
        color: #0741AD;
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 1.5em;
        font-family: Roboto;
    }
    /* Estilos del Switcher */
    .account-type-switch {
        display: flex;
        justify-content: center;
        background-color: #eaf0ff;
        border-radius: 100px;
        padding: 5px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .account-type-switch .switch-btn {
        flex: 1;
        padding: 10px 15px;
        border: none;
        background-color: transparent;
        color: #0741AD;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 100px;
        transition: all 0.3s ease;
    }
    .account-type-switch .switch-btn.active {
        background-color: #2465F6;
        color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }
    
    /* Estilos de los Formularios */
    .formularios{
        background-color: #F8F8F8;
        color: #0741AD;
        max-width: 70%;
        padding: 15px;
        border-radius: 15px;
        border: solid 3px #0741AD;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
        margin: 0 auto;
    }
    .crmWebToEntityForm.zcwf_lblLeft { width:100%; margin: 0 auto; box-sizing: border-box; }
    .crmWebToEntityForm.zcwf_lblLeft * { box-sizing: border-box; }
    .crmWebToEntityForm{ text-align: left; }
    .crmWebToEntityForm * { direction: ltr; }
    .zcwf_lblLeft .zcwf_col_fld input[type=text],
    .zcwf_lblLeft .zcwf_col_fld textarea,
    .zcwf_lblLeft .zcwf_col_fld select {
        width: 100%; border: 1px solid #c0c6cc !important; resize: vertical; border-radius: 10px; color:black; background: white; padding: 8px; font-size: 14px; line-height: 1.5;
    }
    .zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld select { height: 40px; }
    .zcwf_lblLeft .zcwf_col_fld textarea { height: auto; min-height: 80px; }
    .zcwf_lblLeft .zcwf_col_lab {
        width:100%; word-break: break-word; margin-bottom: 5px; margin-top: 0; float: left; min-height: 1px; font-size: 14px; font-family: Roboto, sans-serif; padding-left: 2px;
    }
    .zcwf_lblLeft .zcwf_col_fld { width: 100%; position: relative; margin-top: 0; float: left; }
    .zcwf_input_with_help { width: 100%; float: left; position: relative; }
    .zcwf_lblLeft .zcwf_col_help {
        display: none; width: 100%; font-size: 12px; min-height: 16px; padding-top: 4px; color: #ff4d4d; font-weight: normal; clear: both; float: left;
    }
    .zcwf_lblLeft .zcwf_col_help .error-message {
        display: block; background-color: rgba(255, 255, 255, 0.9); color: #D8000C; padding: 5px 10px; border-radius: 10px; text-align: left; border-left: 3px solid #D8000C;
    }
    .zcwf_lblLeft .wfrm_fld_dpNn{ display: none; }
    .zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after { content: ''; display: table; clear: both; }
    .zcwf_lblLeft .zcwf_row { margin: 12px 0px; } 
    .zcwf_lblLeft .zcwf_button_wrapper { width: 100%; text-align: left; padding-left: 0; clear: both; margin-top: 20px; }
   .zcwf_lblLeft .zcwf_button {
     font-size: 14px; 
     color: white; 
     border: solid 2px #2465F6; 
     border-radius: 100px;
     cursor: pointer; 
     width: 100%; 
     overflow: hidden; 
     text-overflow: ellipsis; 
     white-space: nowrap; 
     box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25) !important;
     background: #2465F6; 
     font-family: "Poppins", sans-serif; 
     padding: 8px 10px; 
     margin: 0; 
     margin-bottom: 20px;
     display: inline-block;
     transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    }
   .zcwf_lblLeft .zcwf_button:hover:not(:disabled){
     background-color: #0741AD; 
     color: white; 
     border-color: #0741AD; 
     transform: scale(1.05);
     box-shadow: 3px 6px 15px 0px rgba(0, 0, 0, 0.3) !important;
    }
   .zcwf_lblLeft .zcwf_button:disabled {
     cursor: not-allowed; 
     opacity: 0.5; 
     transform: none !important;
     box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15) !important; 
     background-color: #85A9FA !important; 
     color: white !important; 
     border-color: #85A9FA !important;
    }
    .zcwf_lblLeft .zcwf_ckbox{ 
        float: left; margin-right:8px; width: 18px;
        height: 18px; margin-top: 2px; appearance: none; -webkit-appearance: none;
        background-color: #fff; border: 1px solid #c0c6cc; border-radius: 3px; cursor: pointer; position: relative;
        vertical-align: middle; 
    }
    .zcwf_lblLeft .zcwf_ckbox:checked { background-color: #0741AD; border-color: #0741AD;
    }
    .zcwf_lblLeft .zcwf_ckbox:checked::after { 
        content: ''; position: absolute;
        left: 6px; top: 2px; width: 4px; height: 9px;
        border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg);
    }
    .zcwf_lblLeft .zcwf_col_fld > .zcwf_input_with_help > label[for^='Privacy_Policy_Check'] { margin-left: 0; padding-top: 0; color:#0741AD !important;
    }
    .zcwf_lblLeft .zcwf_col_fld a{ color:#0741AD !important; }
    .row-telefono, .row-cuit { display: flex !important;
        flex-direction: row; gap: 10px; width: 100%; }
    .cod-pais, .caracteristica, .telefonos, .cuit-1, .cuit-dni, .cuit-final { display: flex;
        flex-direction: column; flex-grow: 1; }
    .cod-pais { width: 30% !important;
    } 
    .caracteristica { width: 20% !important; } 
    .telefonos { width:47% !important;
    }
    .cuit-1 { width: 20% !important; } 
    .cuit-dni { width: 65% !important;
    } 
    .cuit-final { width:10% !important; }
    .row-telefono .zcwf_col_lab, .row-cuit .zcwf_col_lab { margin-bottom: 5px;
        width: 100%; float:none; } 
    .row-telefono .zcwf_col_fld, .row-cuit .zcwf_col_fld { width: 100%; float: none;
    } 
    .geolocation-status-unified{ font-size: 0px; padding: 5px 0; text-align: center; height: 0px; display: none; 
        color: transparent !important;
    }
    p.form-subtitle { margin-bottom:5px; margin-top:15px; padding-left:2px; font-family: Roboto; font-size:.9em;
    }
    
    .container-selection{
        background-image: url("https://staging.inversionesandinas.com/wp-content/uploads/2025/10/1.png");
        background-repeat: no-repeat;
        background-position: top left !important;
        padding: 20px 0px !important;
        width: 100%;
    }
    #forms-container{
        background-image: url("https://staging.inversionesandinas.com/wp-content/uploads/2025/10/3.png");
        background-repeat: no-repeat;
        background-position: top left;
        width: 100%;
    }
   
    .mensaje-final {
       color: #85A9FA;
       font-size: .8em;
       margin-left: 15px;
   }
    .cerebro-hr{
        width: 100%;
        background-color: #D9D9D9 !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        height: 5px;
        border-color: #D9D9D9 !important;
        color: #D9D9D9 !important;
    }

    /* ESTILOS AVISO INVIU Y OTRO BROKER */
    .inviu-warning-container {
        text-align: center;
        padding: 20px 5px;
        display: none; /* Oculto por defecto */
    }
    .inviu-warning-text {
        color: #0741AD;
        font-family: Roboto, sans-serif;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .inviu-warning-text p {
        margin-bottom: 15px;
    }
    .inviu-btn-new-account {
        display: inline-block;
        background-color: #2465F6;
        color: white !important;
        font-family: "Poppins", sans-serif;
        padding: 10px 25px;
        border-radius: 100px;
        text-decoration: none;
        font-weight: 600;
        transition: transform 0.2s, background-color 0.2s;
        box-shadow: 0 4px 6px rgba(36, 101, 246, 0.3);
    }
    .inviu-btn-new-account:hover {
        background-color: #0741AD;
        transform: scale(1.05);
    }

    .inviu-warning-text{
        font-size: 1.3em;
        line-height: 1.1em;
        padding: 0px 40px;
    }

   @media all and (max-width: 768px) { 
        .row-telefono, .row-cuit { flex-direction: row;
        gap: 5px; align-items: stretch; }
        .cod-pais{ width:28% !important;
        }
        .caracteristica { width: 28% !important;
        } 
        .cuit-1 { width:20% !important;
        }
        .cuit-dni { width: 60% !important;
        } 
        .cuit-final { width: 20% !important;}
        .telefonos, .cuit-final { margin-bottom:0;
        }
        .inviu-warning-text{font-size:1.1em}
    }
    @media all and (max-width: 600px) { 
        .formularios{
            max-width: 100%;
            margin-top: 30px;
        }
        .form-section-title {
        font-size: 1em;
        }
        .container-selection{
             padding: 10px 0px;
             background-size: 5%;
            }
        .container-broker-body.elementor-page-30142{
            background-size: 8%;
            }
     
        #forms-container{
            background-size: 8%;
            padding: 5px 0px;
            }
        .row-telefono, .row-cuit { flex-wrap: nowrap; gap: 5px;
        }
        .cod-pais { flex-basis: 28%; max-width: 28%;
        } 
        .caracteristica { flex-basis: 28%;
        max-width: 28%;} 
        .telefonos { flex-basis: calc(44% - 10px); max-width: calc(44% - 10px);
        }
        .cuit-1 { flex-basis: 20%; max-width: 20%;
        } 
        .cuit-dni { flex-basis: 60%;
        max-width: 60%;} 
        .cuit-final { flex-basis: calc(20% - 10px); max-width: calc(20% - 10px);
        } 
        .container-selection {
        background-repeat: no-repeat;
        background-position: top left !important;
        padding: 5px 0px !important;
        width: 100%;
        }
        .inviu-warning-text{
            font-size: 1em;
            padding: 0px;
        }
    }/* End custom CSS */