.client_area > .content{
    padding: 40px 0;
}

/*HOME*/
.client_home .client_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.client_home article{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    width: 49%;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
}

.client_home .clients_home_contact{
    width: 100%;
}

.client_home .clients_home_contact > div{
    display: flex;
    flex-wrap: wrap;
}

.client_home .clients_home_contact > div h3{
    font-weight: 400;
    color: #555;
    font-size: 1rem;
}

.client_home .clients_home_contact > div a{
    color: #008068;
    font-size: 1.1rem;
}

.client_home .clients_home_contact > div div{
    width: 49%;
    margin-bottom: 10px;
}

.client_home .clients_home_products{
    width: 100%;
}

.client_home .clients_home_products > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.client_home .clients_home_products img{
    max-height: 24px;
    margin: 10px;
}

.client_home > div > article > div{
    flex: 1;
    max-height: 275px;
    overflow: auto;
}

.clients_home_video > div > div, .clients_home_content > div > div{
    display: flex;
    margin-bottom: 10px;
}

.client_home article header{
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9e9e9;
}

.client_home article > header h2{
    color: #363636;
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.client_home article > header p{
    font-size: 1rem;
    color: #555;
}

.client_home article div a{
    text-decoration: none;
    color: #555;
}

.client_home article div a:hover{
    color: #333;
    text-decoration: underline;
}

.client_home article div p{
    margin-bottom: 5px;
    color: #333;
    line-height: 1.3;
}

.clients_home_updates > div p{
    margin-bottom: 20px !important;
    padding: 5px;
}

.clients_home_updates > div a:nth-child(2n+0) p{
    background: #f2f2f2;
}

.clients_home_video img, .clients_home_content img{
    max-height: 48px;
    margin-right: 15px;
    border-radius: 3px;
}

.client_home > div > article > a{
    margin-top: 20px;
    text-decoration: none;
    color: #007FFF;
}

.client_home > div > article > a:hover{
    color: #006dcc;
    text-decoration: underline;
}

.client_home .update_item_info_par span{
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 0.8rem;
}

.client_home .update_item_info_down{
    background: #008068;
    color: #fff;
}
.client_home .update_item_info_new{
    background: #0083B6;
    color: #fff;
}
.client_home .update_item_info_not{
    background: #C63D3A;
    color: #fff;
}

@media(max-width: 50em){
    .client_home > div > article{
        width: 100%;
    }
}

@media(max-width: 33.75em){
    .client_home .clients_home_contact > div{
        flex-direction: column;
    }
}

/*UPDATE*/
.client_update header a{
    padding: 4px 8px;
    background: #ebebeb;
    color: #333;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}

.client_update header a:hover{
    background: #eee;
}

.client_update header{
    margin-bottom: 30px;
}

.client_update header .wc_client_title{
    margin-bottom: 20px;
}

.client_update header p{
    font-weight: 400;
    color: #555;
    font-size: 0.8em;
    margin-bottom: 3px;
}

.client_update_file a{
    background: #0083B6;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
}

.client_update_file a:hover{
    background: #316DA5;
}

.client_update_file a:first-of-type{margin-right: 10px;}


/*CONTA*/
.client_account_table{
    margin-bottom: 30px;
}

.client_account_table p{
    display: inline-block;
    width: 50%;
    padding: 10px;
    border: 1px solid #eee;
}

.client_account_table p b{
    font-weight: 400;
    color: #888;
}

.client_account_content{
    margin-bottom: 30px;
}

.client_account_content p{
    margin-bottom: 10px;
}

.client_account_content p:nth-child(2n+0){
    background: #f2f2f2;
}

/*CONTENTS*/
.client_content_updates{
    display: flex;
    flex-wrap: wrap;
}

.client_content_updates .update_item{
    width: 49%;
    padding: 20px 10px;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-radius: 6px;
}

.client_content_updates .update_item:nth-child(2n+1){margin-right: 2%;}

.client_content_updates .update_item_info{
    margin-bottom: 10px;
}

.client_content_updates .update_item_info_par span{
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 0.875rem;
    display: inline-block;
}

.client_content_updates .update_item_info_down{
    background: #008068;
    color: #fff;
}
.client_content_updates .update_item_info_new{
    background: #0083B6;
    color: #fff;
}
.client_content_updates .update_item_info_not{
    background: #C63D3A;
    color: #fff;
}

.client_content_updates .update_item header{
    margin-bottom: 10px;
}

.client_content_updates .update_item header h2{
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.client_content_updates .update_item header p{
    font-size: 0.875rem;
    font-weight: 300;
    color: #555;
}

.client_content_updates .update_item a{
    color: #007FFF;
    font-size: 1rem;
}

.client_content_updates .update_item a:hover{
    color: #005fb3;
    text-decoration: underline;
}

/*CONTENT*/
.client_content header a{
    padding: 4px 8px;
    background: #ebebeb;
    color: #333;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}

.client_content header a:hover{
    background: #eee;
}

.client_content header{
    margin-bottom: 30px;
}

.client_content header .wc_client_title{
    margin-bottom: 20px;
}

.client_content header p{
    font-weight: 400;
    color: #555;
    font-size: 0.8em;
    margin-bottom: 3px;
}

.client_content_file a{
    background: #0083B6;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
}

.client_content_file a:hover{
    background: #316DA5;
}

.client_content_file a:first-of-type{margin-right: 10px;}

/*CONTEÚDO TEXTO*/
.client_content_text{
    display: flex;
    flex-wrap: wrap;
}

.client_content_text .text_item{
    display: flex;
    flex-direction: column;
    width: 49%;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #f2f2f2;
}

.client_content_text .text_item:nth-child(2n+1){margin-right: 2%;}

.client_content_text .text_item img{
    border-radius: 6px 6px 0 0;
}

.client_content_text .text_item header{
    margin-bottom: 20px;
}

.client_content_text .text_item_info{
    margin-bottom: 10px;
    padding: 15px;
}

.client_content_text .text_item header h2{
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.client_content_text .text_item header p{
    font-size: 0.875rem;
    font-weight: 300;
    color: #555;
}

.client_content_text .text_item a{
    color: #007FFF;
    font-size: 1rem;
    flex: 1;
}

.client_content_text .text_item a:hover{
    color: #005fb3;
    text-decoration: underline;
}

/*VIDEOS*/
.client_content_videos .testimony{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 99;
}

.client_content_videos .testimony_content{
    position: relative;
    margin: 8% auto;
    width: 960px;
    max-width: 90%;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.client_content_videos .testimony_content .testimony_close{
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}

.client_content_videos .testimony_content .content_like{
    padding-bottom: 20px;
}

.client_content_videos .testimony_content .box_like{
    text-align: center;
    padding: 20px 0 0 0;
}

.client_content_videos .testimony_content .box_like p{
    margin-bottom: 15px;
    font-size: 0.8rem;
    color: #555;
}

.client_content_videos .testimony_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.client_content_videos .testimony_items article{
    max-width: 320px;
    margin: 0 5px 30px;
}

.client_content_videos .testimony_items article h1 strong{
    font-weight: 600;
}

.client_content_videos .lead_take .thumb{
    position: relative;
    margin-bottom: 10px;
}

.client_content_videos .lead_take .thumb img{
    border-radius: 6px;
}

.client_content_videos .lead_take .false_bg{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3) url(images/logo_icon.png) left 15px bottom 15px no-repeat;
    background-size: 50px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.client_content_videos .lead_take .false_bg:hover{
    background-color: rgba(0,0,0,0);
}

.client_content_videos .false_bg svg{
    transition: 0.6s;
}

.client_content_videos .false_bg:hover svg{
    transform: scale(1.3);
    transition: 0.6s;
}

.client_content_videos .lead_take h2{
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 10px;
}

.client_content_videos .lead_take span{
    color: var(--color-background-two);
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.875rem;
}

.client_content_videos .lead_take span:hover{
    border-bottom: 1px dotted var(--color-background-two)
}

/*LINKS*/
.client_content_links{
    padding: 20px 0;
}

.client_content_links{
    display: flex;
    flex-direction: column;
}

.client_content_links a{
    color: #007FFF;
    padding: 3px 0;
}

.client_content_links a:hover{
    color: #006dcc;
}

@media(max-width: 48em){
    .client_content_videos .testimony_items{
        justify-content: center;
    }
}


@media(max-width: 40em){
    .client_content_updates .update_item {
        width: 100%;
    }

    .client_content_updates .update_item:nth-child(2n+1){margin-right: 0;}

    .client_content_text .text_item {
        width: 100%;
    }

    .client_content_text .text_item:nth-child(2n+1){margin-right: 0;}
}

/***********************************
###### MENU AP LADO DIREITO ########
***********************************/
.float-nav-ap {
    display: none;
}

@media(max-width: 62em){
    .main-nav-ap{
        background: #fff;
        -webkit-box-shadow: 3px 3px 10px 0px rgba(217,217,217,1);
        -moz-box-shadow: 3px 3px 10px 0px rgba(217,217,217,1);
        box-shadow: 3px 3px 10px 0px rgba(217,217,217,1);
    }

    .main-nav-ap.active {
        display: block;
        opacity: 1;
        transition: opacity 250ms;
        background: #FFF;
    }

    .main-nav-ap > ul {
        width: 100%;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-nav-ap > ul > li > a {
        text-decoration: none;
        display: block;
        font-weight: 400;
        padding: 12px 0 12px 15px;
        color: #444;
        font-weight: 300;
    }

    .main-nav-ap > ul > li > a:hover {
        background: #eee;
    }

    .main-nav-ap > ul > li > a.wc_active{
        background: #69AD93;
        color: #FFF;
    }

    .menu-btn-ap-dots{
        font-size: 2em;
        font-weight: 800;
        color: #fff;
    }

    .main-nav-ap{
        position: fixed;
        bottom: 70px;
        right: 15px;
        display: none;
        opacity: 0;
        transition: opacity 250ms;
        width: 230px;
        z-index: 999;
    }

    .section_options .main-nav-ap{
        top: 0 !important;
        width: 300px;
        overflow-y: scroll;
    }

    .main-nav-ap:after{
        content: '';
        position: absolute;
        top: 100%;
        right: 13px;
        width: 0;
        height: 0;
        margin-left: -12px;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .main-nav-ap > ul {
        box-shadow: 2px 2px 8px #777;
        background: #fff;
    }

    .main-nav-ap > ul > li > a{
        font-size: 0.875em;
        padding: 8px 0 8px 10px;
    }

    .float-nav-ap {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 101;
        display: block;
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        background: #333;
        border-radius: 50px;
    }

    .menu-btn-ap.float-nav-ap.active{
        transition: background-color 250ms linear;
        background-color: #555;
    }
}

.login_box{
    width: 500px;
    background: #fff;
    padding: 40px 25px;
    margin: 0 auto;
    max-width: 90%;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 1px #ccc;
    -moz-box-shadow: 0px 1px 3px 1px #ccc;
    -webkit-box-shadow: 0px 1px 3px 1px #ccc;
}

.login_box header{
    margin-bottom: 20px;
    text-align: center;
}

.login_box header img{
    margin-bottom: 10px;
}

.login_box header h1{
    font-size: 1.8em;
    font-weight: 500;
    color: #888;
    line-height: 1.1;
    margin-bottom: 5px;
}

.login_box header p{
    font-size: 1em;
    font-weight: 300;
}

.login_box .trigger{
    text-align: center;
}

.login_box .trigger a{
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.login_box .trigger a:hover{
    text-decoration: underline;
}

/*FORMS*/
.client_form_fields .legend{
    display: block;
    width: 100%;
    font-size: 1.5em;
    margin: 30px 0 10px 0;
}

.client_form_fields label{
    display: block;
    margin-bottom: 15px;
}

.client_form_fields label span{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1em;
    color: #333;
}

.client_form_fields label input{
    font-size: 1.1em;
}

.client_form_fields label .input{
    padding: 10px;
    border: 1px solid #ccc;
    color: #555;
    border-radius: 6px;
}

.client_form_fields input{
    border: 1px solid #ccc;
    border-radius: 6px;
}

.client_form_fields input:focus {
    outline: 0;
    border-color: transparent !important;
    box-shadow: 0px 0px 1px 1px rgb(0 127 255);
}

.client_form_actions{
    margin-top: 40px;
    text-align: center;
}

.client_form_actions .btn{
    display: inline-block;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 12px 40px;
    border: none;
    min-width: 240px;
    border-radius: 6px;
}

.client_form_actions img{
    height: 26px;
    margin-top: -5px;
    margin-left: 10px;
    display: none;
}

.client_form_actions a{
    display: inline-block;
    font-size: 0.7em;
    font-weight: 300;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
}

.client_form_actions a:hover{
    text-decoration: underline;
}

.client_form_actions .create{
    margin-left: 30px;
    font-weight: 400;
    color: #333;
}

.client_form_forgot{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.client_form_forgot a{
    color: #898989;
    font-weight: 400;
}

.client_form_forgot a:hover{
    color: #555;
    text-decoration: underline;
}

/*Esqueceu a senha ou não tem conta*/
/* MODAL FORGOT PASSWORD */
.client_login_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}

.client_login_box_content{
    width: 500px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    margin: 10% auto 1% auto;
    border-radius: 8px;
    position: relative;
    text-align: center;
    background: #fff;
}

.client_login_box_content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

.client_login_box_content::-webkit-scrollbar {
    width: 16px;
}

.client_login_box_btn_close{
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    padding: 4px 4px 0 4px;
    border-radius: 3px;
}

.client_login_box_btn_close:hover{
    background: #eee;
}

.wc_client_login{
    margin: 0 auto;
}

.client_login_box_content header{
    margin-bottom: 20px;
}

.client_login_box_content header h2{
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
    max-width: 300px;
    margin: 10px auto 0;
}

.client_login_box_content > div{
    display: flex;
    flex-direction: column;
}

.client_login_box_content > div a{
    color: #008068;
    margin-bottom: 10px;
}

.client_login_box_content > div a:hover{
    text-decoration: underline;
}

.client_box{
    display: inline-block;
    width: 70%;
    background: #fff;
    vertical-align: top;

    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(217 217 217);
    -moz-box-shadow: 3px 3px 10px 0px rgba(217,217,217,1);
    box-shadow: 3px 3px 10px 0px rgb(217 217 217);
}

.client_box .trigger{
    font-size: 1em;
}

.client_box .trigger a{
    color: inherit;
    font-weight: bold;
}

.client_box .paginator{
    text-align: center;
    margin: 15px 0 0 0;
}

.client_box .client_box_date{
    padding: 12px;
    border-radius: 6px;
    background: #EFEF0B;
    margin-bottom: 20px;
    text-align: center;
}

.client_box .client_box_date p{
    color: #43430E;
}

.workcontrol_client_sidebar{
    width: calc(30% - 30px);
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 3px 3px 10px 0px rgb(217 217 217);
}

.workcontrol_client_sidebar header{
    padding: 30px 0;
    background: #f9f9f9;
    text-align: center;
}

.workcontrol_client_sidebar header h1{
    font-size: 1.2em;
    font-weight: 400;
    color: #333;
    word-break: break-all;
}

.workcontrol_client_sidebar header p{
    font-size: 0.875em;
    word-break: break-all;
    color: #555;
}

.workcontrol_client_sidebar_nav{
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
}

.workcontrol_client_sidebar_nav li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.workcontrol_client_sidebar_nav li a{
    display: block;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    color: #555;
    font-size: 0.875em;
    font-weight: 500;
    text-decoration: none;
}

.workcontrol_client_sidebar_nav li .logoff{
    color: #C63D3A;
}

.workcontrol_client_sidebar_nav li .active,
.workcontrol_client_sidebar_nav li .active:hover{
    background: #eee;
    border-color: #eee;
    color: #333;
    cursor: default;
}

.workcontrol_client_sidebar_nav li a:hover{
    background: #f4f4f4;
}

.client_user_avatar{
    height: 96px;
    margin-bottom: 10px;
}

.client_user_avatar_person{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.client_box .client_form_callback{
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px;
    width: 500px;
    max-width: 100%;
}

.client_box .client_form_callback .trigger{
    text-align: left;
}

.wc_client_title{
    font-size: 1.2em;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
    display: block;
}

.wc_client_title:after {
    content: "";
    width: 60px;
    height: 5px;
    display: block;
    margin-top: 8px;
    margin-bottom: -8px;
    background: #194F82;
}

.wc_client_title_two{
    font-size: 1.1em;
    color: #777;
    text-transform: none;
}

.wc_spacer{
    padding: 2px;
    margin: 30px 0;
    background: #fbfbfb;
}

.wc_client_order{
    font-size: 0.875em;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.wc_client_order p{
    display: inline-block;
    width: 20%;
    color: #888;
    text-align: center;
}

.wc_client_order p:first-of-type{
    text-align: left;
}

.wc_client_order a{
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.wc_client_order a:hover{
    text-decoration: underline;
}

.wc_order_addr{
    margin: 0 0 20px 0;
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.wc_order_addr b{
    font-weight: 400;
    font-size: 1.2em;
}

.workcontrol_order_completed_card{
    display: block;
    width: 100%;
}

.workcontrol_order_completed_card p{
    display: inline-block;
    width: 20%;
    text-align: center;
    font-weight: bold;
    color: #888;
    font-size: 0.875em;
}

.workcontrol_order_completed_card a{
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.workcontrol_order_completed_card a:hover{
    text-decoration: underline;
}

.workcontrol_order_completed_card.items img{
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}

.workcontrol_order_completed_card.items .product span{
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    padding-left: 5%;
}

.workcontrol_order_completed_card.items {
    border-bottom: 1px solid #eee;
}

.workcontrol_order_completed_card.items p{
    font-weight: 300;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
}

.workcontrol_order_completed_card .product{
    width: 40%;
    text-align: left;
}

.workcontrol_order_completed_card.total{
    display: block;
    text-align: right;
    padding-top: 30px;
    color: #888;
    font-size: 1.3em;
    font-weight: 300;
}

.workcontrol_order_completed_card.total b{
    display: inline-block;
    width: 200px;
    font-weight: 300;
}

.workcontrol_order_completed_card.total .wc_cart_price b,
.workcontrol_order_completed_card.total .wc_cart_price{
    font-weight: 400;
    color: #000;
}

@media (max-width: 62em){
    .client_box{
        width: 100%;
        padding: 15px;
    }

    .workcontrol_client_sidebar{
        width: auto;
        margin-right: 0;
    }

    .workcontrol_client_sidebar header{
        display: none;
    }
}

@media (max-width: 42em){
    .client_area .content{
        max-width: 100%;
        padding: 20px 0;
    }

    .client_box{
        padding: 30px 15px;
        border-radius: 0;
    }

    .client_account p{
        width: 100%;
    }

    .wc_client_order p{
        width: 50%;
        padding: 10px 0 0 0;
    }
    .wc_client_order p:first-of-type{
        width: 100%;
        padding: 10px;
        background: #f2f2f2;
    }
}