@media screen and (min-width:1200px) {
    
    /* Logged & Unsuscribed  */
     
     /* END Logged & Unsuscribed  */



    #main-navbar-menu {
        padding-right: 30px;
    }
    .messages-box header {
        padding: 0;
        border-bottom: 0;
        margin-bottom: -39px
    }
    .terapeuta-asignado span {
        background: #fff;
        position: relative;
        z-index: 3;
        padding: 2px 20px;
        font-size: 14px;
    }
    .terapeuta-asignado::before {
        content: '';
        position: absolute;
        height: 1px;
        background: #BAC3CA;
        display: block;
        left: 0;
        right: 0;
        top: 13px;
        z-index: 1;
    }
    .terapeuta-name {
        font-size: 22px;       
    }
    .therapist-asignado::before {
        content: '';
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        background: #CED5D9;
        top: 13px;
    }
    .therapist-asignado > span {
        background-color: #fff;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;        
        padding-bottom: 4px;
        z-index: 2;
         
    }
    .therapist-avatar {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }
    .therapist-overlay {
        background: #FFFFFF;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        border-radius: 0 0 10px 10px;
        z-index: 2;
        position: relative;
    }

    /* Sidebar */
    .main-sidebar-column {
        padding-top: 90px;
        border-left: 1px solid #ddd;         
    }
     
     
    #section-filter > li > a {       
        padding-left: 35px;
        margin-left: -1px
    }


    /* Articles */
    .article-view.uk-card .uk-card-media-top {
        /* max-height: 350px; */
        overflow: hidden;
    }

    .article-resume {
        margin-right: -60px;
    }


     
    #chat-floating-banner {
        position: fixed;
        left: auto;
        top: auto;
        right: 30px;
        bottom: 30px;
        width: 310px;
        border-radius: 4px
    }
    #chat-floating-banner .close-chat-banner {        
        right: -12px;
        top: -12px; 
        box-shadow: 0 0 5px;
        border-radius: 50%
    }
}