.elementor-1445 .elementor-element.elementor-element-bc34199{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-bc34199 */.nuba-form-wrapper {
        font-family: 'Poppins', sans-serif;
        background-color: #f5f7fa;
        color: #333;
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .nuba-form-wrapper *, .nuba-form-wrapper *::before, .nuba-form-wrapper *::after {
        box-sizing: border-box;
    }
    .nuba-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* --- Fila Superior de Beneficios (4 columnas) --- */
    .nuba-top-badges {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        background: #fff;
        padding: 20px;
        border-radius: 16px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.02);
        margin-bottom: 30px;
        text-align: center;
    }
    .top-badge-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .top-badge-item i {
        font-size: 1.5rem;
        color: #055aa1;
    }
    .top-badge-item span {
        font-size: 0.78rem;
        font-weight: 500;
        color: #555;
        line-height: 1.3;
    }

    /* --- Estructura de Dos Columnas --- */
    .nuba-main-layout {
        display: grid;
        grid-template-columns: 1.1fr 2fr;
        gap: 40px;
        align-items: start;
    }

    /* --- COLUMNA IZQUIERDA: Textos e Info --- */
    .nuba-left-col {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .nuba-brand-tag {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .nuba-brand-tag img {
        height: 45px;
        width: auto;
    }
    .nuba-main-title h1 {
        font-size: 2rem;
        font-weight: 800;
        color: #055aa1;
        margin: 0 0 10px 0;
        line-height: 1.2;
    }
    .nuba-main-title h1 span {
        color: #01d28e;
        display: block;
    }
    .nuba-main-title p {
        font-size: 0.92rem;
        color: #666;
        line-height: 1.5;
        margin: 0;
    }
    
    /* Bloques de información lateral */
    .info-card-box {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    }
    .info-card-box h4 {
        margin: 0 0 16px 0;
        font-size: 0.95rem;
        color: #055aa1;
        font-weight: 700;
    }
    .info-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .info-item {
        display: flex;
        gap: 14px;
        align-items: flex-start;
    }
    .info-item .icon-wrap {
        width: 36px;
        height: 36px;
        background: rgba(126,215,193,0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .info-item .icon-wrap i {
        color: #01d28e;
        font-size: 0.95rem;
    }
    .info-text-wrap h5 {
        margin: 0 0 4px 0;
        font-size: 0.88rem;
        font-weight: 600;
        color: #333;
    }
    .info-text-wrap p {
        margin: 0;
        font-size: 0.8rem;
        color: #777;
        line-height: 1.4;
    }
    
    .simple-info-card {
        background: #fff;
        border-radius: 16px;
        padding: 20px;
        display: flex;
        gap: 14px;
        align-items: center;
        box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    }
    .simple-info-card i {
        font-size: 1.2rem;
        color: #01d28e;
    }

    /* --- COLUMNA DERECHA: El Formulario --- */
    .fwrap {
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 8px 40px rgba(0,0,0,0.05);
        padding: 35px;
    }
    .fwrap form {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    /* Bloques de sección */
    .fblk {
        background: #fff;
        border: 1px solid #eef2f5;
        border-radius: 16px;
        padding: 24px;
    }
    .fhd {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }
    .fhd-num {
        width: 28px;
        height: 28px;
        background: #055aa1;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 700;
        font-size: 0.8rem;
    }
    .fhd h3 {
        font-size: 1rem;
        font-weight: 700;
        color: #055aa1;
        margin: 0;
    }
    .fhd-desc {
        font-size: 0.78rem;
        color: #777;
        margin: -15px 0 20px 40px;
    }
    
    /* Inputs Tradicionales */
    .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .f {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .f.full {
        grid-column: 1 / -1;
    }
    .f input, .f select, .f textarea {
        padding: 12px 14px;
        border: 1.5px solid #e4e8ec;
        border-radius: 10px;
        font-size: 0.88rem;
        font-family: inherit;
        outline: none;
        background: #fff;
        color: #333;
        transition: all 0.25s;
    }
    .f input::placeholder, .f textarea::placeholder {
        color: #aaa;
    }
    .f input:focus, .f select:focus, .f textarea:focus {
        border-color: #01d28e;
        box-shadow: 0 0 0 3px rgba(1,210,142,0.1);
    }
    .f textarea {
        min-height: 90px;
        resize: vertical;
    }
    .field-label-inline {
        font-size: 0.84rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 12px;
        display: block;
    }
    .req {
        color: #e74c3c;
        margin-left: 2px;
    }

    /* Grilla de Opciones Visuales (Botones de Radio) */
    .og {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 10px;
    }
    .o {
        position: relative;
    }
    .o input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    .o label {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 14px;
        border: 1.5px solid #e8ecef;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.2s;
        font-size: 0.82rem;
        font-weight: 500;
        color: #555;
        background: #fff;
    }
    .o label i {
        font-size: 0.95rem;
        color: #055aa1;
        width: 18px;
        text-align: center;
    }
    .o input:checked + label {
        border-color: #01d28e;
        background: rgba(1,210,142,0.03);
        color: #055aa1;
        font-weight: 600;
    }

    /* Bloque Nivel de Dolor (Emoji/Cajas) */
    .ps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    .ps .o label {
        flex-direction: column;
        padding: 12px 8px;
        text-align: center;
        gap: 4px;
    }
    .ps .o label i {
        font-size: 1.2rem;
        color: #aaa;
    }
    .ps .o label .pl {
        font-size: 0.75rem;
        color: #666;
    }
    .ps .o:nth-child(1) input:checked + label { border-color: #2ecc71; background: rgba(46,204,113,0.05); }
    .ps .o:nth-child(1) input:checked + label i { color: #2ecc71; }
    .ps .o:nth-child(2) input:checked + label { border-color: #f1c40f; background: rgba(241,196,15,0.05); }
    .ps .o:nth-child(2) input:checked + label i { color: #f1c40f; }
    .ps .o:nth-child(3) input:checked + label { border-color: #e67e22; background: rgba(230,126,34,0.05); }
    .ps .o:nth-child(3) input:checked + label i { color: #e67e22; }
    .ps .o:nth-child(4) input:checked + label { border-color: #e74c3c; background: rgba(231,76,60,0.05); }
    .ps .o:nth-child(4) input:checked + label i { color: #e74c3c; }

    /* Bloque Informativo Interno (Sección 4 en Diseño) */
    .fblk-info-box {
        background: #f8fafc;
        border: 1px dashed #ced7de;
        border-radius: 12px;
        padding: 20px;
    }
    .info-grid-inline {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        text-align: center;
        margin-top: 15px;
    }
    .inline-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .inline-badge i {
        font-size: 1.2rem;
        color: #01d28e;
    }
    .inline-badge span {
        font-size: 0.72rem;
        color: #555;
        line-height: 1.2;
    }
    .fblk-footer-note {
        font-size: 0.7rem;
        color: #888;
        margin-top: 12px;
        display: block;
    }

    /* Botón de Envío y Footer de Validación */
    .sb {
        text-align: center;
    }
    .sb-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 16px 30px;
        background: #01d28e;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 4px 15px rgba(1,210,142,0.2);
        font-family: inherit;
    }
    .sb-btn:hover {
        background: #01b378;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(1,210,142,0.3);
    }
    .dc {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 0.78rem;
        color: #777;
        margin: 16px 0 0;
    }
    .dc i {
        color: #055aa1;
    }

    /* --- Fila Inferior de WhatsApp --- */
    .nuba-wp-bar {
        background: #eef5f9;
        border-radius: 16px;
        padding: 16px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    .wp-bar-text {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .wp-bar-text i {
        font-size: 1.6rem;
        color: #25d366;
    }
    .wp-bar-text div h5 {
        margin: 0;
        font-size: 0.88rem;
        font-weight: 700;
        color: #055aa1;
    }
    .wp-bar-text div p {
        margin: 0;
        font-size: 0.8rem;
        color: #666;
    }
    .wp-bar-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #fff;
        border: 1.5px solid #25d366;
        color: #25d366;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 0.82rem;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.25s;
    }
    .wp-bar-btn:hover {
        background: #25d366;
        color: #fff;
    }

    /* --- Footer Institucional de Tres Elementos --- */
    .nuba-mini-footer {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #e1e6eb;
    }
    .mini-ftr-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.78rem;
        color: #888;
    }
    .mini-ftr-item i {
        color: #055aa1;
    }

    /* --- RESPONSIVIDAD --- */
    @media (max-width: 991px) {
        .nuba-main-layout {
            grid-template-columns: 1fr;
            gap: 30px;
        }
        .nuba-top-badges {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 600px) {
        .nuba-top-badges {
            grid-template-columns: 1fr;
            text-align: left;
        }
        .top-badge-item {
            flex-direction: row;
        }
        .fwrap {
            padding: 20px;
        }
        .row {
            grid-template-columns: 1fr;
        }
        .og {
            grid-template-columns: 1fr;
        }
        .ps {
            grid-template-columns: repeat(2, 1fr);
        }
        .info-grid-inline {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        .nuba-wp-bar {
            flex-direction: column;
            gap: 14px;
            align-items: flex-start;
        }
        .wp-bar-btn {
            width: 100%;
            justify-content: center;
        }
        .nuba-mini-footer {
            flex-direction: column;
            gap: 12px;
            align-items: center;
        }
    }/* End custom CSS */