.containerSGR.svelte-zbu7j0{box-sizing:border-box;display:flex;flex-wrap:wrap;width:calc(100% + (var(--paddingSGR) * 2));margin:var(--marginSGR)}.colSGR.svelte-zbu7j0{position:relative;box-sizing:border-box;flex-grow:var(--colFlexSGR);padding:var(--paddingSGR);order:var(--orderSGR)}.colSGR-offset-xs.svelte-zbu7j0{margin-left:var(--xsOffset)}.col-xs.svelte-zbu7j0{flex-basis:var(--xsWidthSGR);max-width:var(--xsWidthSGR)}@media(min-width: 576px){.col-sm.svelte-zbu7j0{flex-basis:var(--smWidthSGR);max-width:var(--smWidthSGR)}.colSGR-offset-sm.svelte-zbu7j0{margin-left:var(--smOffset)}}@media(min-width: 768px){.col-md.svelte-zbu7j0{flex-basis:var(--mdWidthSGR);max-width:var(--mdWidthSGR)}.colSGR-offset-md.svelte-zbu7j0{margin-left:var(--mdOffset)}}@media(min-width: 992px){.col-lg.svelte-zbu7j0{flex-basis:var(--lgWidthSGR);max-width:var(--lgWidthSGR)}.colSGR-offset-lg.svelte-zbu7j0{margin-left:var(--lgOffset)}}@media(min-width: 1200px){.col-xl.svelte-zbu7j0{max-width:var(--xlWidthSGR)}.colSGR-offset-xl.svelte-zbu7j0{margin-left:var(--xlOffset)}}
.msg-error-field.svelte-1dm8t1p{font-size:11px;font-weight:100;position:absolute;bottom:-18px;color:var(--error)}
.error-icon{display:none}.field-input-error input + .error-icon,.field-input-error textarea + .error-icon{display:block;position:absolute;top:35px;right:5px;line-height:1}
.containerSGR.svelte-zbu7j0{box-sizing:border-box;display:flex;flex-wrap:wrap;width:calc(100% + (var(--paddingSGR) * 2));margin:var(--marginSGR)}.colSGR.svelte-zbu7j0{position:relative;box-sizing:border-box;flex-grow:var(--colFlexSGR);padding:var(--paddingSGR);order:var(--orderSGR)}.colSGR-offset-xs.svelte-zbu7j0{margin-left:var(--xsOffset)}.col-xs.svelte-zbu7j0{flex-basis:var(--xsWidthSGR);max-width:var(--xsWidthSGR)}@media(min-width: 576px){.col-sm.svelte-zbu7j0{flex-basis:var(--smWidthSGR);max-width:var(--smWidthSGR)}.colSGR-offset-sm.svelte-zbu7j0{margin-left:var(--smOffset)}}@media(min-width: 768px){.col-md.svelte-zbu7j0{flex-basis:var(--mdWidthSGR);max-width:var(--mdWidthSGR)}.colSGR-offset-md.svelte-zbu7j0{margin-left:var(--mdOffset)}}@media(min-width: 992px){.col-lg.svelte-zbu7j0{flex-basis:var(--lgWidthSGR);max-width:var(--lgWidthSGR)}.colSGR-offset-lg.svelte-zbu7j0{margin-left:var(--lgOffset)}}@media(min-width: 1200px){.col-xl.svelte-zbu7j0{max-width:var(--xlWidthSGR)}.colSGR-offset-xl.svelte-zbu7j0{margin-left:var(--xlOffset)}}
.msg-error-field.svelte-1dm8t1p{font-size:11px;font-weight:100;position:absolute;bottom:-18px;color:var(--error)}
.main-label.svelte-1fnr4jh.svelte-1fnr4jh{font-size:15px}.radio-area.svelte-1fnr4jh.svelte-1fnr4jh{width:100%;display:grid;grid-template-columns:repeat(3, 1fr);padding:0;border-radius:10px;border:1px solid transparent;padding:5px 0}.radio-area.svelte-1fnr4jh label.svelte-1fnr4jh{font-size:13px}.radio-area.svelte-1fnr4jh .field-radio.svelte-1fnr4jh{padding:10px 0;display:block}.radio-area.field-input-error.svelte-1fnr4jh label.svelte-1fnr4jh{color:var(--error)}
.error-icon{display:none}.field-input-error input + .error-icon,.field-input-error textarea + .error-icon{display:block;position:absolute;top:35px;right:5px;line-height:1}
.phone-field .field-input-error .error-icon{top:5px}
.agree-field.svelte-13oj6pr.svelte-13oj6pr{width:100%;padding:0;margin:0;border-radius:10px;border:1px solid transparent}.agree-field.svelte-13oj6pr label.svelte-13oj6pr{cursor:pointer;margin:0}.agree-field.svelte-13oj6pr input.svelte-13oj6pr{margin:0 3px 0 0;top:1px;position:relative}.agree-field.field-input-error.svelte-13oj6pr label.svelte-13oj6pr{color:var(--error)}
.form-loading.svelte-1tfvxt8.svelte-1tfvxt8{opacity:0;pointer-events:none;transition:all 0.5s;background-color:rgba(255, 255, 255, 0.9);position:absolute;top:0;left:0;height:100%;width:100%;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center}.form-loading.active.svelte-1tfvxt8.svelte-1tfvxt8{opacity:1}.form-loading.svelte-1tfvxt8 p.svelte-1tfvxt8{margin:10px auto 0;font-size:16px;font-weight:700}.form-loading.svelte-1tfvxt8 img.svelte-1tfvxt8{width:100px}
/* FONTS */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
} */

.b2br-webform {
    /* --opensans: 'Open Sans', sans-serif; */

    --error: #cc002c;

    --gray-100: #e0e0e0;
    --gray-300: #A0AEC0;
    --gray-400: #4D7293;
    --gray-500: #2A3E50;

    --green-200: #79a453;
    
    position: relative;
    min-height: 150px;
}

.b2br-webform .lazyshow {
    display: none;
}

.b2br-webform .mx-10 {margin: 10px 0 !important;}
.b2br-webform .mb-10 {margin-bottom: 10px !important;}
.b2br-webform .mb-20 {margin-bottom: 20px !important;}
.b2br-webform .mt-10 {margin-top: 10px !important;}
.b2br-webform .mt-20 {margin-top: 20px !important;}
.b2br-webform .m-0 {margin: 0 !important;}

.b2br-webform .pt-0 {padding-top: 0 !important;}
.b2br-webform .pt-10 {padding-top: 10px !important;}
.b2br-webform .pb-0 {padding-bottom: 0 !important;}
.b2br-webform .pb-10 {padding-bottom: 10px !important;}


.b2br-webform .lead-form-home-header p {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
    display: none;
}

.b2br-webform .lead-form-home-header h2 {
    font-size: 21px;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
}


/* @media (min-width: 991px) {} */

.b2br-lead-entry-form {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.b2br-lead-entry-form ::placeholder {
    color: var(--gray-300);
    opacity: 1;
}

.b2br-lead-entry-form :-ms-input-placeholder { 
    color: var(--gray-300);
}

.b2br-webform .finish-form {
    opacity: 0.1;
}

.b2br-webform .field-input {
        display: flex;
        flex-direction: column;
        position: relative;
}

.b2br-webform .field-checkbox {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.b2br-webform .field-checkbox:first-child {
    margin-top: 0;
}

.b2br-webform .field-checkbox:last-child {
    margin-bottom: 0;
}

.b2br-webform .field-checkbox label,
.b2br-webform .field-input label,
.b2br-webform .phone-country-container-field label {
    color: var(--gray-500);
    font-size: 15px;
    margin-bottom: 5px;
}

.b2br-webform .field-checkbox input {
    cursor: pointer;
    margin: 0 5px 0 0;
}

.b2br-webform .field-checkbox label {
    cursor: pointer;
    margin: 0;
}

.b2br-webform input[type=email],
.b2br-webform input[type=text],
.b2br-webform input[type=number],
.b2br-webform input[type=password],
.b2br-webform textarea {
    font-size: 13px;
    max-width: 100%;
    min-height: 38px;
    padding: 4px 13px;
    border: 0;
    border-bottom: 1px solid var(--gray-100);
}
 
.b2br-webform textarea {
    padding: 13px;
}

.b2br-webform input[type=email]:focus,
.b2br-webform input[type=text]:focus,
.b2br-webform input[type=number]:focus,
.b2br-webform input[type=password]:focus,
.b2br-webform textarea:focus {
    border-bottom: 1px solid var(--gray-100);
    background: #f9f9f9;
    border-radius: 8px;
}

.b2br-webform input[type=email]:focus-visible,
.b2br-webform input[type=text]:focus-visible,
.b2br-webform input[type=number]:focus-visible,
.b2br-webform input[type=password]:focus-visible,
.b2br-webform textarea:focus-visible {
    outline: none;
}

.b2br-webform button.btn,
.b2br-webform input,
.b2br-webform optgroup,
.b2br-webform select,
.b2br-webform textarea {
    line-height: inherit;
    box-sizing: border-box;
}

.b2br-webform butto.btnn {
    overflow: visible;
    text-transform: none;
}

.b2br-webform button.btn {
    -webkit-appearance: button;
    padding: 1px 6px;
    min-height: 50px;
    border: none;
    width: 100%;
    background-color: var(--green-200);
    color: #ffffff;
    font-weight: 500;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: filter 0.3s;
}

.b2br-webform button.btn:hover {
    filter: brightness(0.85);
}

.b2br-webform input {
    overflow: visible;
}

.b2br-webform.submitted .field-input-error textarea:focus.invalid,
.b2br-webform.submitted .field-input-error textarea.invalid,
.b2br-webform.submitted .field-input-error input:focus.invalid,
.b2br-webform.submitted .field-input-error input.invalid,
.b2br-webform.submitted .field-input-error textarea:focus:invalid,
.b2br-webform.submitted .field-input-error textarea:invalid,
.b2br-webform.submitted .field-input-error input:focus:invalid,
.b2br-webform.submitted .field-input-error input:invalid {
    border-bottom: 1px solid var(--error);
}

.b2br-webform .msg-error {
    display: none;
    font-size: 12px;
    font-weight: 100;
    position: relative;
    top: 5px;
    color: var(--error);
}

.b2br-webform.submitted .field-input-error .msg-error {
    display: block;
}

.b2br-webform.submitted .msg-error.active {
    display: block;
}

.b2br-webform el-svelecte:not(.loaded) + img.loading-icon {
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.b2br-webform el-svelecte:not(.loaded) *,
.b2br-webform el-svelecte.loaded + img.loading-icon {
    display: none;
}
.b2br-webform el-svelecte input[type=text] {
    border: 0;
    padding: 0;
    min-width: initial;
}
.b2br-webform el-svelecte .svelecte-control > .sv-control {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    border-color: var(--gray-100);
    padding: 0;
}
.b2br-webform el-svelecte .sv-dropdown {
    min-width: 200px;
}
.b2br-webform el-svelecte .svelecte-control .sv-item-content {
    font-size: 12px;
}

.b2br-webform el-svelecte .inputBox,
.b2br-webform el-svelecte .inputBox:focus {
    background: none transparent;
    border: 0;
    border-radius: 0;
}

.b2br-webform el-svelecte .sv-control > .icon-slot {
    display: none;
}


/** Phone Field **/
.b2br-webform .phone-country-field {
    width: 100px;
    display: inline-block;
    cursor: pointer;
}
.b2br-webform .phone-country-field + .phone-field {
    width: calc(100% - 100px);
    display: inline-block;
}
.b2br-webform .phone-country-container-field {
    white-space: nowrap;
}
.b2br-webform .phone-country-container-field > label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.b2br-webform .phone-country-container-field .msg-error-field {
    left: -102px;
}

/** Distribute Field **/
.b2br-webform .distribute-field {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border: 1px solid transparent;
}

.b2br-webform .distribute-field label {
    cursor: pointer;
    margin: 0;
}

.b2br-webform .distribute-field input {
    margin: 0 3px 0 0;
    top: 1px;
    position: relative;
}

/** Business Types Field **/

.b2br-webform .main-label {
    font-size: 15px;
}

.b2br-webform .import-export-field .radio-area {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 5px 0;
}

.b2br-webform .import-export-field .radio-area label {
    font-size: 13px;
}

.b2br-webform .import-export-field .radio-area .field-radio {
    padding: 10px 0;
    display: block;
}

.b2br-webform .business-types-field-container {
    position: relative;
}
.b2br-webform .business-types-field-container .checkbox-area {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    border-radius: 10px;
    border: 1px solid transparent;
}

.b2br-webform .business-types-field-container .checkbox-area label {
    font-size: 13px;
}

.b2br-webform .business-types-field-container .checkbox-area .field-checkbox {
    margin: 6px 0;
}


.b2br-webform .b2br-lead-entry-form * {
    --paddingSGR:10px!important;
}
.b2br-webform .b2br-lead-entry-form {
    position: relative;
}

.b2br-webform .b2br-lead-entry-form #terms-of-use {
    font-size: 12px;
    margin-top: 10px;
}

.b2br-webform .lead-form-validate-email-step {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;

    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 100%;
    z-index: 100;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b2br-webform .lead-form-validate-email-step.active {
    opacity: 1;
    left: 0;
    pointer-events: initial;
}

.b2br-webform .lead-form-validate-email-step .form-response-header {
    width: 360px;
    max-width: 100%;
}

.b2br-webform .lead-form-validate-email-step .form-response-header h3 {
    margin: 15px auto 5px;
}

.b2br-webform .lead-form-validate-email-step .form-response-header p {
    font-size: 15px;
    margin: 20px auto 0;
    text-align: left;
}
.b2br-webform .error-step {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b2br-webform .error-step h3 {
    text-align: center;
    color: #cf3a3a;
}

.b2br-webform .lead-form-finish-step {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;

    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 100%;
    z-index: 100;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b2br-webform .lead-form-finish-step.active {
    opacity: 1;
    left: 0;
    pointer-events: initial;
}

.b2br-webform .lead-form-finish-step h3 {
    margin: 15px auto 10px;
}

.b2br-webform .lead-form-finish-step p {
    margin: 0 auto;
    font-size: 16px;
}

.b2br-webform .lead-form-auth-step {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;

    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 100%;
    z-index: 100;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b2br-webform .lead-form-auth-step {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;

    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 100%;
    z-index: 100;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b2br-webform .lead-form-auth-step.active {
    opacity: 1;
    left: 0;
    pointer-events: initial;
}

.b2br-webform .lead-form-auth-step .form-response-header {
    width: 360px;
    max-width: 100%;
}

.b2br-webform .lead-form-auth-step .form-response-header h3 {
    margin: 15px auto 5px;
}

.b2br-webform .lead-form-auth-step .form-response-header p {
    font-size: 15px;
    margin: 20px auto 0;
    text-align: left;
}

.b2br-webform .lead-form-auth-step .btn {
    width: fit-content;
    min-width: 200px;
    width: 360px;
}

.b2br-webform .lead-form-auth-step form {
    width: 360px;
    max-width: 100%;
    margin: 30px 0;
}

.b2br-webform .b2br-payment-container {
    padding-top: 10px;
}

.b2br-webform .b2br-payment-container .s-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.b2br-webform .b2br-payment-container .s-header .title {
    font-size: 20px;
}

.b2br-webform .b2br-payment-container .s-header .promo {
    display: flex;
    align-items: center;
    font-size: 11px;
    position: relative;
    background: #fff;
    padding: 3px 3px 3px 10px;
    border-radius: 7px;
    border: 1px solid #d5d5d5;
}

.b2br-webform .b2br-payment-container .s-header .promo > strong {
    padding: 6px 15px;
    line-height: 1;
}

.b2br-webform .b2br-payment-container .s-header .promo input {
    border: 0;
    max-width: 120px;
}

.b2br-webform .b2br-payment-container .s-header .promo button {
    background: #5f5f5f;
    padding: 7px 12px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.b2br-webform .b2br-payment-container .s-methods {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e5e5e5;
}
.b2br-webform .b2br-payment-container .s-methods .header {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 12px;
    align-items: center;
    line-height: 1;
}

.b2br-webform .b2br-payment-container .s-methods .header .right {
    font-size: 13px;
}
.b2br-webform .b2br-payment-container .s-methods ul {
    padding: 0;
    margin: 0 0 12px 0px;
    list-style: none;
    display: flex;
    gap: 5px;
}

.b2br-webform .b2br-payment-container .s-methods ul button {
    display: block;
    width: 18vw;
    max-width: 105px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    background: none no-repeat center center/46%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 10px;
    box-sizing: content-box;
    background-size: auto 75%;
    cursor: pointer;
}

.b2br-webform .b2br-payment-container .s-methods ul button:hover {
    background-color: #f8f8f8;
}

.b2br-webform .b2br-payment-container .s-methods button.pagseguro {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/pagseguro.png');
    background-size: 75%;
}

.b2br-webform .b2br-payment-container .s-methods button.mercadopago {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/mercadopago.png');
}

.b2br-webform .b2br-payment-container .s-methods button.paypal {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/paypal.png');
}

.b2br-webform .b2br-payment-container .s-methods button.unionpay {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/unionpay.png');
}

.b2br-webform .b2br-payment-container .s-methods button.webpay {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/webpay.png');
}

.b2br-webform .b2br-payment-container .s-methods button.pse {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/pse.png');
}

.b2br-webform .b2br-payment-container .s-methods button.rapipago {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/rapipago.png');
}

.b2br-webform .b2br-payment-container .s-methods button.santanderrio {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/santanderrio.png');
}

.b2br-webform .b2br-payment-container .s-methods button.pagofacil {
    background-image: url('https://cdn.b2brazil.com/sites/all/themes/bsb2brfront/images/payments/pagofacil.svg');
}

.b2br-webform .b2br-payment-container .s-methods .terms-of-use {
    font-size: 13px;
}

.b2br-webform .b2br-payment-container .s-content .price {
    margin-top: 15px;
}

.b2br-webform .b2br-payment-container .s-redirect {
    font-size: 22px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 75px 20px;
    box-sizing: border-box;
}


.b2br-webform .b2br-payment-container.credits .s-content ul {
    margin: 0 0 12px 0px;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 0;
}

.b2br-webform .b2br-payment-container.credits .s-content ul > li {
    flex: 1 0 49%;
}

.b2br-webform .b2br-payment-container.credits .s-content ul button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background: none no-repeat center center/46%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 25px 20px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
}

.b2br-webform .b2br-payment-container.credits .s-content ul button:hover,
.b2br-webform .b2br-payment-container.credits .s-content ul button.active {
    background: #f1f0f0;
}

.b2br-webform .b2br-payment-container.credits .s-content ul button span {
    font-size: 12px;
    font-style: italic;
}

.b2br-webform .b2br-registration-form-container .validation-step {
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: #ffffffe3;
    padding: 45px;
    box-sizing: border-box;
}

.b2br-webform .signup-button,
.b2br-webform .signin-button {
    margin-top: 10px;
    text-align: center;
}

.b2br-webform .signup-button > button,
.b2br-webform .signin-button > button {
    background: none;
    border: 0;
    color: rgb(89 108 173);
    cursor: pointer;
}

@media (min-width: 370px) {
    .b2br-webform .b2br-lead-entry-form .colSGR {
        margin-bottom: 5px;
    }
}

@media (min-width: 600px) {
    .b2br-webform .lead-form-home-header p {
        display: block;
    }
    
    .b2br-webform .lead-form-home-header h2 {
        font-size: 21px;
    }
}
