.section-auditoria-b2b .frm_page_num_1 .frm_rootline_group {
    display: none;
}

.section-auditoria-b2b .frm_page_num_1 .badge-text > p {
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 20px;
    background: #3A6BA3;
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: 1.125rem;
}

.section-auditoria-b2b .frm_page_num_1 h2 {
    color: #134D8F;
    font-size: 3rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1px;
}

.section-auditoria-b2b .frm_page_num_1 p {
    color: #134D8F;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 130%;
}

.section-auditoria-b2b .frm_pages_complete {
    float: left;
}

.section-auditoria-b2b .frm_percent_complete {
    display: none;
}

.section-auditoria-b2b .frm_current_page, .frm_rootline_single:has(.frm_page_back) {
    background-color: #134D8F !important;
    height: 4px;
}

.section-auditoria-b2b .frm_rootline_single {
    background-color: rgba(19, 77, 143, 0.10);
    height: 4px;
}

.section-auditoria-b2b .frm_form_fields .frm_primary_label {
    color: #134D8F;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1px;
}

.section-auditoria-b2b .frm_opt_container {
    align-items: center;
    width: 50%;
}

.section-auditoria-b2b .frm_form_field {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.section-auditoria-b2b .frm_opt_container .frm_label_button_container {
    border: 1px solid rgba(19, 77, 143, 0.10);
    color: #134D8F !important;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 10px 32px;
    border-radius: 8px;
}

.section-auditoria-b2b .frm_opt_container .frm_label_button_container:hover {
    background-color: rgba(19, 77, 143, 0.04);
    border: 1px solid #134d8f;
}

.section-auditoria-b2b .frm_form_field:not(#frm_field_133_container, #frm_field_150_container) > div:nth-child(1) {
    order: 1;
}

.section-auditoria-b2b .frm_form_field:not(#frm_field_133_container, #frm_field_150_container) > div:nth-child(2) {
    order: 3;
}

.section-auditoria-b2b .frm_form_field:not(#frm_field_133_container, #frm_field_150_container) > div:nth-child(3) {
    order: 2;
    text-align: center;
    margin-bottom: 30px;
    color: #134D8F;
    font-size: 1rem;
    font-weight: 400;
}

.section-auditoria-b2b .frm_form_field input[type=email], .section-auditoria-b2b .frm_form_field input[type=number],.section-auditoria-b2b .frm_form_field input[type=search],.section-auditoria-b2b .frm_form_field input[type=tel],.section-auditoria-b2b .frm_form_field input[type=text],.section-auditoria-b2b .frm_form_field input[type=url],.section-auditoria-b2b .frm_form_field textarea,.section-auditoria-b2b .frm_form_field select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 0;
    height: unset;
    line-height: 1.5;
    padding: 10px 1.5rem 10px 1.5rem;
    font-size: 1rem;
    box-shadow: unset;
    border: 1px solid rgba(19, 77, 143, 0.30);
    color: rgba(19, 77, 143, 1);
    border-radius: 7px;
    background-color: transparent;
    font-weight: 400;
}

.section-auditoria-b2b .frm_form_field input[type=email]::placeholder, .section-auditoria-b2b .frm_form_field input[type=number]::placeholder,.section-auditoria-b2b .frm_form_field input[type=search]::placeholder,.section-auditoria-b2b .frm_form_field input[type=tel]::placeholder,.section-auditoria-b2b .frm_form_field input[type=text]::placeholder,.section-auditoria-b2b .frm_form_field input[type=url]::placeholder,.section-auditoria-b2b .frm_form_field textarea::placeholder,.section-auditoria-b2b .frm_form_field select::placeholder {
    line-height: 1.5;
    font-size: 1rem;
    color: rgba(19, 77, 143, 1);
    font-weight: 400;
}

.section-auditoria-b2b .frm_fields_container .frm_checkbox label, .section-auditoria-b2b .frm_fields_container .frm_radio label {
    position: relative;
    padding-left: 24px;
    font-size: 1rem;
    font-weight: 300;
    color: #134D8F;
    padding-top: 0;
    letter-spacing: -0.15px;
}

.section-auditoria-b2b .frm_fields_container input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #134D8F;
    background: transparent;
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.section-auditoria-b2b .frm_fields_container input[type="radio"]::before {
    content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #134D8F;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    border-radius: 0;
}

.section-auditoria-b2b .frm_submit {
    display: flex;
    justify-content: center;
}

.section-auditoria-b2b .button.secondary.has-icon.to-light:hover {
    color:#134D8F;
}

.section-auditoria-b2b .frm_submit {
    margin-top: 50px;
}

.frm_page_num_1 .frm_submit {
    justify-content: flex-start;
}

.frm_prev_page.button.has-icon span:after {
    background: url(/wp-content/uploads/2026/03/flecha-btn-azul.svg) center center no-repeat, transparent;
    border: 1px solid #134D8F;
}

.frm_prev_page.button.has-icon span {
    background-color: transparent;
    border: 1px solid #134D8F;
    color: #134D8F;
}

.frm_prev_page.button.has-icon span:after {
    content: "";
    width: 56px;
    height: 56px;
    position: absolute;
    left: -42%;
    top: 0;
    border-radius: 99px;
    transition: .2s all linear;
    transform: rotateY(180deg);
}


.button.has-icon.is-outline span {
    background: transparent !important;
}

.button.has-icon.is-outline span::after {
    background: url(/wp-content/uploads/2026/03/flecha-btn.svg) center center no-repeat, transparent !important;
    filter: invert(1);
    border: 1px solid #ffffff;
}





.section-auditoria-b2b form {
    position: relative;
}

.section-auditoria-b2b .frm_form_fields.frm_page_num_5 {
    max-width: 900px;
    margin: 0 auto;
}

.section-auditoria-b2b .frm_rootline_group {
    text-align: center;
    margin: 20px auto 30px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -70px;
}

.section-auditoria-b2b .frm_form_fields.frm_page_num_5 .frm_form_field.vertical_radio {
    align-content:flex-start;
}







@media (max-width: 850px) {

.section-auditoria-b2b .frm_opt_container {
    align-items: center;
    width: 100%;
}

}

@media (max-width: 450px) {

    .frm_prev_page.button.has-icon span:after {
        width: auto;
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    .frm_prev_page.button:not(.is-link).has-icon {
        padding: 0 0 0 0 !important;
    }


}