body,html{    
    font-family: Myriad Pro, Semibold, Arial, sans-serif !important;
}
.obc_wrapper .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.obc_content_page p {
    font-weight: 500;
}

.obc_column_padding {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.obc_wrapper div.wpb_single_image {
   margin-bottom: 0; 
}

.obc_wrapper div.wpb_single_image figure.vc_figure {
    padding: 0 !important;
    margin: 0 !important;
}

.obc_column_boxed_50 {
   /*max-width: 600px;*/
    width: 100%;
    display: inline-block;
}

.obc_column_boxed_left {
    float: right;
}

.obc_column_boxed_right {
    float: left;
}

.obc_logo {
    width: 240px;
    display: block;
    padding: 20px;
    margin: auto;
}

.obc_logo_img {
    width: 100%;
}

.obc_wrapper h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
}

.obc_wrapper h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin: auto;
}

.obc_wrapper h3::after {
    content: '';
    width: 80px;
    height: 3px;
    display: block;
    background: #F28B00;
    margin: 20px 0 0;
}

.obc_wrapper h3 b {
    font-weight: 700;
}

.obc_wrapper h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 24px;
    margin-top: 16px;
}

.obc_wrapper h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin: auto;
}

.obc_wrapper p {
    text-align: left;
}

.obc_img_title,
.obc_img_title figure {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 99;
}

.obc_column {
    box-sizing: border-box;
    color: #666;
    margin-bottom: 20px;
}

.obc_column_30 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.obc_column_40 {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.obc_column_50 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.obc_column_60 {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.obc_column_70 {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.obc_form div input.obc_textfield {
    padding: 10px;
    border: solid 1px #ccc !important;
    border-radius: 10px !important;
    width: 100%;
    background: #fff;
}

.obc_form label {
    font-size: 14px;
}

.obc_steps {
    padding: 0;
    display: flow-root;
    text-align: center;
    margin-bottom: 30px;
}

.obc_steps .obc_step {
    display: inline-block;
    opacity: 0.6;
}

.obc_steps .obc_step::before {
    font-family: 'Myriad Pro, Semibold, Arial, sans-serif';
    font-style: normal;
    content: '';
    display: inline-block;
    padding: 5px;
    background: #fff;
    color: #F28B00;
    border: solid 2px #F28B00;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 24px;
    margin: 0 8px 0 0;
}

.obc_steps .obc_step.obc_step_1::before {
    content: '1';
}

.obc_steps .obc_step.obc_step_2::before {
    content: '2';
}

.obc_steps .obc_step.obc_step_3::before {
    content: '3';
}

.obc_steps .obc_step.obc_step_4::before {
    content: '4';
}

.obc_steps .obc_step.obc_step_after::after {
    content: '';
    display: inline-block;
    border-bottom: solid 1px #F28B00;
    width: 100px;
    vertical-align: middle;
    margin: 0 5px;
}

.label_top {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.obc_button {
    color: #F28B00;    
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border: solid 1px #F28B00;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    line-height: inherit;
    position: relative;
}

.obc_button_orange {
    color: #fff;
    background: #F28B00;
}

.obc_loading_button {
    padding: 10px 30px 10px 60px;
    cursor: inherit;
    opacity: 0.6;
    
}

.obc_loading_button::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../images/obc_spinner.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 2px;
    left: 8px;
}

.obc_loading_button::after {
    display: none !important;
}

.obc_align_left {
    float: left;
}

.obc_align_right {
    float: right;
}

.obc_icon_intro {
    width: 380px;
    height: auto;
    display: block;
    margin: 0 auto 40px !important;
}

.obc_legal_text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 10px 60px 10px 100px;
    margin: 0;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
}

.obc_legal_text label {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.obc_terms {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 12px 0 0;
}

.obc_column_topshadow {
    padding: 20px 0;
    box-shadow: 0 -2px 30px rgba(0,0,0,0.12);
    margin: 20px 0 0;
}

.obc_title_orange {
    color: #F28B00;
}

.obc_title_orange span {
    font-weight: 400;
}

.obc_center {
    text-align: center !important;
}

.obc_devices {
    padding: 0;
    margin: 20px 0;
}

.obc_devices_3 {
    padding: 0;
}

.obc_devices_3 div {
    display: inline-block;
    width: 98%;
    margin: 0 1%;
    text-align: center;
    font-size: 18px;
}

.obc_devices_3 div img.obc_ico_device {
    width: 120px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.obc_devices_3 div span {
    width: 90%;
    margin: auto;
    display: block;
    white-space: pre-line;
}

.obc_devices_2 li {
    display: inline-block;
    width: 47%;
    margin: 0 1%;
    text-align: center;
    font-size: 18px;
}

.obc_devices_2 li img.obc_ico_device {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.obc_row_separator {
    margin-bottom: 50px;
}

.obc_more_txt_link {
    color: #F28B00;
    font-weight: 600;
}

.obc_more_txt_link_center {
    text-align: center;
    display: block;
    margin: 20px auto;
}

.obc_center_small {
    max-width: 400px;
    margin: 80px auto 30px auto;
    display: block;
}

.obc_yellow_box {
    padding: 20px;
    background: #fff4e5;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 720px;
    width: 90%;
}

.obc_yellow_box .obc_column_70 {
    padding: 0;
    margin-bottom: 0;
}

.obc_yellow_box .obc_column_30 {
    margin-bottom: 0;
    padding-top: 20px;
}

.obc_yellow_box p {
    font-size: 15px;
    text-align: left;
}

.obc_yellow_box a {
    color: #F28B00;
}

.obc_select {
    width: 100%;
    border: solid 1px #ccc !important;
    border-radius: 10px !important;
    padding: 8px !important;
    min-height: 44px;
}

.obc_input_label_top {
    display: block;
    font-weight: 600;
}

.obc_textarea {
    padding: 14px;
    border-radius: 10px !important;
}

.obc_column p a {
    color: #F28B00;
    font-weight: 600;
}

.obc_column_nopadding {
    width: 50% !important;
    padding: 0;
}

.obc_column_rightpadding {
    width: 50% !important;
    padding: 0 20px 0 0;
}

.obc_ico_ok {
    width: 140px;
    display: block;
    float: left;
    margin: 0 30px 0 0;
    vertical-align: middle
}

.obc_title_float {
    float: left;
    clear: right;
    margin-top: 10px;
}

.obc_clear {
    clear: both;
}

.obc_content_page {
    width: 80%;
    margin: auto;
}

.obc_center_obj {
    margin: 20px auto;
    display: block;
    width: fit-content;
}

.obc_button_back::before {
    content: '';
    display: inline-block;
    background-image: url("../images/arrow_left.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
}

.obc_button_next::after{
    content: '';
    display: inline-block;
    background-image: url("../images/arrow_right.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 0 0 6px;
}

.obc_button_next:hover::after{
    background-image: url("../images/arrow_right_hover.png");
}

.obc_ico::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

.obc_ico_facturacion::before {
    background-image: url("../images/ico_dollar.png");
    width: 40px;
    height: 40px;
    margin-right: 6;
}

.obc_ico_activos::before {
    background-image: url("../images/ico_dollar_move.png");
    width: 40px;
    height: 40px;
    margin-right: 6px;
}

.obc_ico_afiliate::before {
    width: 60px;
    height: 60px;
    background-image: url("../images/ico_pencil.png");
    margin: 0 12px 0 0;
}

.obc_ico_more_services::before {
    width: 60px;
    height: 60px;
    background-image: url("../images/ico_plus.png");
    margin: 0 12px 0 0;
}

.obc_step_done {
    
}

.obc_step_done::before {
    content: '' !important;
    background-color: #F28B00 !important;
    background-image: url("../images/ico_white_check.png") !important;
    background-position: center !important;
    background-size: 60% auto!important;
    background-repeat: no-repeat !important;
}

.obc_step_current,
.obc_step_done {
    opacity: 1 !important;
}

.obc_step_current::before {
    color: #fff !important;
    background-color: #F28B00 !important;
}

.obc_back_wrapper {
    padding: 40px;
    background: #F9F6F2;
    max-width: 50%;
    margin: auto;
    display: block;
    float: inherit;
    border-radius: 10px;
}

.obc_back_wrapper_step_4 {
    max-width: 720px !important;
    width: 90%;
}

.obc_form_white {
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.5s;
    background: #fff;
    padding-bottom: 16px;
}

.obc_form_white_active {
    background: #fff;
    border: solid 1px #ffcc8a;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.12);
}

.obc_popup_wrapper {
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    display: none;
    opacity: 1;
}

.obc_popup_white {
    display: flow-root;
    padding: 18px 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    width: 70%;
    height: 94%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.obc_terms_resume {
    margin: 30px auto 20px;
}

.obc_terms_item {
    display: inline-block;
    padding: 40px 24px 10px;
    border-radius: 12px;
    border: solid 1px #DEDEDE;
    margin: 30px 1% 10px;
    width: 235px !important;
    vertical-align: top;
    min-height: 228px;
    position: relative;
    background: #FAFAFA;
}

.obc_terms_icon {
    width: 60px;
    height: auto;
    position: absolute;
    top: -38px;
    left: 14px;
}

.obc_term_info {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 20px;
}

.obc_download_terms {
    margin: 20px 0;
    text-align: center;
}

.obc_txt_light {
    font-weight: 500 !important;
}

.obc_button_gray {
    background: #EAEAEA;
    border-color: #EAEAEA;
    color: #717171;
    font-weight: 500;
}

.obc_button_center {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.obc_star_row {
    width: 100%;
}

.obc_close_button {
    background: #E6E6E6;
    font-size: 20px;
    padding: 3px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 31px;
    color: #939393;
    cursor: pointer;
}

.obc_button_right {
    /*float: right;
    margin-right: 14px;*/
    position: absolute;
    right: 12px;
    top: 12px;
}

.obc_activity_search {
    width: 70%;
    padding: 10px !important;
    border-radius: 12px !important;
    margin: 20px 0 0px;
    box-sizing: border-box;
}

.obc_icon_ini {
    max-width: 80px;
    height: auto;
    padding: 20px 8px 0 0;
}

.obc_list_bullet li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 20px;
}

.obc_list_bullet li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    left: 0;
    top: 8px;
}

.obc_activities_off li {
    padding-left: 20px;
}

.obc_alert_icon {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 72px;
    height: auto;
}

.obc_activities_off li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    left: 0;
    top: 8px;
}

.obc_button_gray:hover {
    background-color: #F28B00;
    border-color: #F28B00;
    color: #fff;
}

#obc_popup_activity .obc_close_popup {
    background: #F6F4F4;
}

#obc_popup_activity h2 {
    background: #F6F4F4;
    margin-bottom: 0;
}

#obc_popup_activity .obc_legal_text {
    background: #F6F4F4;
    border-top: none;
}

.obc_column_padding_bottom {
    padding-bottom: 18px;
}

.obc_wrapper p a {
    color: #F28B00;
    font-weight: 600;
}

.obc_height_100 {
    height: 100vh;
}

.obc_logo_ini {
    width: 200px;
    margin: 30px 0 !important;
}

.obc_gray_title {
    color: #555;
    font-weight: 600 !important;
    margin: 6px 0 30px;
}

.obc_ini_column_right {
    padding-top: 40px;
}

.obc_ini_column_left {
    background: #FAFAFA;
}

.obc_begin_form {
    padding: 0 30px;
}

#obc_popup_questions .obc_popup_white {
    width: 42%;
    height: fit-content;
    padding-top: 50px;
    max-width: 600px;
}

.obc_right {
    text-align: right;
}

.obc_button_no_border {
    border: none;
    background: #fff;
}

.obc_questions li {
    display: flow-root;
    margin-bottom: 30px;
}

.obc_answer {
    padding: 14px 20px;
    border: solid 1px #d1d1d1;
    border-radius: 10px;
    text-align: left;
    background: #fff;
    font-size: 18px;
    float: left;
    width: 20%;
    vertical-align: top;
    margin: 0 2% 0 0;
    position: relative;
}

.obc_questions {
    padding: 0;
    margin: 30px 0 60px;
}

.obc_question {
    display: block;
    clear: both;
    font-weight: 600;
    margin-bottom: 14px;
}

.obc_answer input {
    margin-right: 14px;
}

.obc_close_popup {
    display: flow-root;
}

.obc_popup_white h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.obc_cod_dactilar_help {
    position: relative;
}

.obc_cod_dactilar_help_icon {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../images/icon_help.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 12px;
}

.obc_cod_dactilar_help_info {
    position: absolute;
    display: none;
    width: 140%;
}

#obc_form_step_1 {
    margin-top: -5px;
}

#obc_form_step_2 {
    margin-top: -6px;
}

#obc_form_step_3 {
    margin-top: -12px;
}

.obc_activity_icon {
    position: relative;
    width: 60%;
}

.obc_activity_icon input {
    background: none !important;
    position: relative;
    z-index: 20;
}

.obc_activity_icon::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../images/icon_select.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 10;
    cursor: pointer;
}

.obtc_info {
    position: relative;
    padding-left: 30px;
}

.obtc_info::before {
    content: '';
    width: 20px;
    height: 20px;
    text-align: center;
    background-image: url("../images/icon_info.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    position: absolute;
    left: 0;
    top: 0px;
}

.obc_separator {
    height: 20px;
    width: 100%;
}

.obc_popup_activity .obc_popup_white {
    width: 50%;
    padding: 0;
    min-height: 70%;
    max-width: 700px;
}

.obc_popup_activity .obc_close_popup {
    padding: 50px 40px 0;
}

.obc_popup_activity h2 {
    padding: 0 40px 5px;
}

.obc_popup_activity .obc_legal_text {
    padding: 0 40px 10px;
    border-bottom: solid 2px #dfdfdf;
}

.obc_activity_search {
    background-image: url("../images/icon_lupa.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 25px auto;
    padding-left: 44px !important;
}

.obc_textarea_counter {
    float: right;
    font-size: 14px;
}

.obc_input_label_top_left {
    float: left;
}

.obc_column_referencia {
    width: 100%;
}

.obc_activities {
    margin: 10px 30px;
    overflow-y: auto;
    max-height: 420px;
}

.obc_activity {
    border: solid 1px #DEDEDE;
    border-radius: 12px;
    padding: 14px 160px 14px 20px;
    position: relative;
}

.obc_activity h3 {
    color: #6D6E71;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 24px;
}

.obc_activity h3::after {
    display: none;
}

.obc_activity p {
    font-size: 14px;
    margin: 0 0 12px 0;
    font-weight: 400;
    line-height: 20px;
}

.obc_view_more {
    color: #F28B00;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.obc_activity_select {
    position: absolute;
    font-size: 14px;
    padding: 6px 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    height: 38px;
}

.obc_filter_count {
    font-size: 14px;
    padding: 4px 0 0 20px;
    color: #777777;
    min-height: 30px;
}

.obc_popup_title {
    margin: 30px 30% 0 45px;
}

#obc_activity {
    padding-right: 40px;
    font-size: 14px;
    cursor: pointer;
}

 
.obc_form div input.obc_error_input,
.obc_form div select.obc_error_input,
.obc_form div textarea.obc_error_input {
    border: solid 2px #f10b17 !important;
    background: #ffdddd !important;
}

.obc_error_input_check {
    padding: 0 0 0 34px;
}

label.obc_error_input::before {
    border: solid 2px #f10b17 !important;
    background: #ffdddd !important;
}

.obc_error_message {
    color: #f10b17;
    font-size: 14px;
    font-weight: 500;
}

.obc_lock_icon {
    width: 90px;
    height: auto;
    position: absolute;
    right: 5%;
    top: 6%;
}

.obc_popup_questions {
    padding-left: 8%;
}

.obc_popup_questions .obc_answer {
    width: 26%;
}

.obc_title_ico_ok {
    margin-top: 38px;
}

.obc_feature_ini {
    background: #fff !important;
    padding: 12px 40px 12px 30px !important;
    margin: 0 10% 16px 8% !important;
    width: 82%;
}

#obc_popup_activities .obc_popup_white {
    width: 44%;
    height: fit-content;
    max-width: 600px;
    padding-top: 40px;
}

.obc_popup_wrapper .obc_popup_white {
    width: 58%;
    height: fit-content;
    padding: 18px 0 0;
    max-width: 650px;
}

.obc_activities_off ul li {
    margin: 12px auto;
}

.obc_popup_title h2 {
    margin-bottom: 0;
}

.obc_not_approved {
    padding: 10px 50px 12px;
    background: #fec708;
    color: #704e11;
    border-radius: 12px;
    margin: 20px auto;
    position: relative;
    display: none;
}

.obc_not_approved h4 {
    margin-bottom: 4px;
    float: left;
    width: calc(100% - 32px);
    vertical-align: middle;
    clear: left;
    margin-top: 0;
}

.obc_not_approved p {
    color: #704e11;
    margin: 0;
    clear: both;
    margin-bottom: 12px;
}

.obc_not_approved .obc_close_button {
    background: #fec708;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: -8px;
    margin-right: 0px !important;
}

.obc_not_approved .obc_button_right {
    margin-right: -38px;
}

.obc_button_agencia {
    display: block;
    text-align: right;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.obc_not_approved::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/ico_warning.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 10px;
    left: 18px;
}

.obc_input_label_margin_bottom {
    margin-bottom: 20px;
}

.obc_margin_50_left {
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.obc_margin_50_right {
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.obc_padding_50_left {
    padding-right: 10px;
}

.obc_padding_50_right {
    padding-left: 10px;
    padding-right: 0;
    
}

.obc_row_white {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.obc_devices_2 {
    margin: auto;
    padding: 0;
}

.obc_terms_resume_mobile {
    display: none;
}

#obc_button_star.obc_button_center {
    margin: inherit;
}

.obc_download {
    font-size: 14px;
    margin: 20px auto;
}

.obc_popup_white_padding {
    background: #fff;
    /*padding: 0 0 0 20px;*/
}

.obc_legal_actions_gray {
    background: #f4f4f4;
    padding-bottom: 24px;
}

.obc_legal_gray_one {
    background: #f5f5f5;
}

.obc_legal_gray_two {
    background: #fafafa;
    margin-bottom: 20px;
}

.obc_column_right_title h2 {
    margin-top: 14px;
}

.obc_column_right_title h4 {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 18px;
}

.obc_back_wrapper.obc_back_wrapper_step_4 {
    background: #fafafa;
}

.obc_view_more::after {
    content: '';
    display: inline-block;
    background-image: url("../images/obc_arrow_bottom_orange.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    margin: 0 0 0 6px;
}

.obc_activity_off {
    display: none;
}

.obc_contact_mobile {
    display: none;
}

.obc_option_off {
    display: none;
}

.obc_action_disabled {
    pointer-events: none;
    opacity: 0.4;
}