    
    .list-group-item {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }
    
    .ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .help-dlg {
      padding: 5px;
    }
    
    .help-dlg h5 {
      margin-top: 5px;
      margin-bottom: 15px;
      font-size: 20px;
      filter: none;
    }
    .help-dlg h5:not(:first-child) {
      margin-top: 25px;
    }

.cover-img-site .container {
    height: 190px;
    width: 100%;
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;      
}

.tolowercase {
    text-transform: lowercase !important;
}
.touppercase {
    text-transform: uppercase !important;
}
.tocapitalize:first-letter {
    text-transform: capitalize !important;
}

@media (min-width: 360px) {
    .cover-img-site .container {
        height: 200px;
    }
}

@media (min-width: 414px) {
    .cover-img-site .container {
        height: 252px;
    }
}

@media (min-width: 768px) {
    .cover-img-site .container {
        height: 333px;
    }
}

@media (min-width: 960px) {
    .cover-img-site .container {
        height: 444px;
    }
}

.content {
    min-height: 90vh;
    margin: auto;
}

.svg-social-icon svg {
    fill: inherit; 
    width: 24px; 
    height: 24px;
}         

.svg-from-icon svg {
    fill: #666; 
    width: 15px; 
    height: 16px;
}

.btn-light {
    color: #666 !important;
}

.btn {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.navbar-brand {
    margin-right: 12px;
}          

.navbar-brand-name {
    margin-top: -1px;
    font-size: 18px;
}        
@media (max-width: 767px) {
    .navbar-brand-name {
/*         margin-top: 1px; */
        font-size: 15px;
    }
}

.container { max-width: 1024px; } 
.container-small {
    max-width: 600px;
}

.list-group-item {
    background-color: #fff;
    color: #333;
}

.site-social-btn .btn {
    font-size: 22px;
    line-height: 1.1em !important;
    padding: 4px 6px !important;
    background-color: transparent;
    color: inherit !important;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
    margin-left: 4px;
}

.site-social-btn-footer .btn {
    font-size: 26px;
    line-height: 1.1em !important;
    padding: 4px 6px !important;
    background-color: transparent;
    color: inherit !important;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
}

.edit-btn-wrapper {
    position: absolute !important; 
    margin-top: -12px !important;
    margin-left: -12px !important;
    z-index: 100 !important;
}

.edit-btn, .edit-btn:hover {
    line-height: 1.5 !important;
    font-size: 22px !important; 
    padding: 0px 7px !important; 
    background-color: rgba(200, 200, 200, 0.8) !important;
    color: #000 !important;
    border: none !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
}

.edit-btn:hover {
    box-shadow: none !important;
}        

.edit-btn-wrapper-cover {
    margin-top: 16px !important;
    margin-left: 18px !important;
}

.edit-btn-wrapper-theme {
    position: absolute !important; 
    margin-top: 16px !important;
    right: 18px !important;
}

.edit-btn-wrapper-options {
    position: absolute !important; 
    margin-top: 16px !important;
    right: 5px !important;
}

.content .edit-btn-wrapper {
    margin-top: -20px !important;
    margin-left: 5px !important;
}         

.embed-menu > .edit-btn-wrapper {
    position: relative !important; 
    margin-top: -42px !important;
    margin-left: 10px !important;            
    float: right;
}

@media (max-width: 460px) {
    .modal-body {
        padding: 5px; 
    }
}

.lead {
    font-weight: normal !important;
}

.navbar-nav .nav-item {
    margin-left: 8px;
}

.nav-item {
    margin-right: 0px;
}

.nav-link {
    padding: 0.5rem 1rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.0rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.4rem;
}    

h5 {
    font-size: 1.2rem;
}  

h6 {
    font-size: 1.1rem;
}  

@media (max-width: 767px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.3rem;
    }    
    
    h5 {
        font-size: 1.2rem;
    }  
    
    h6 {
        font-size: 1.1rem;
    }  
}        

.box-menu-user {
    width: 260px;
    height: 100%;
    text-align: center;
    padding: 0px;
    margin: 10px;
}        

.site-card-1 {
    margin-bottom: 25px;
}

.theme-bt4litera .site-card-1 {
    border: none;
}

.site-card-1 .card-body {
    height: 100%; 
    padding: 25px;
    padding-bottom: 5px;
}

.site-card-1 .card-body-top {
    margin-bottom: 15px;
}
    
.site-card-1 .card-body-top a {
    color: inherit;
    text-decoration: none !important;
}

.site-card-1 .card-body-top .card-text {
    padding-top: 15px;
    padding-bottom: 15px;
}    

.site-card-1 .card-text-time {
    float: right;
    padding: 0px;
    margin: 0px;
}

.site-social-btn-card {
    text-align: right;
    padding: 6px 15px;
}

.site-social-btn-card .btn {
    font-size: 24px;
    line-height: 1.1em !important;
    padding: 8px !important;
    background-color: transparent;
    color: inherit !important;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
}
    
@media (max-width: 768px) {
    .site-card-1 {
        border-right: none;
        border-left: none;
    }
    
    .site-card-1 .card-img {
        object-fit: cover; 
        max-height: 500px; 
        min-height: 200px;              
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
}    

@media (min-width: 767px) {

    .site-social-btn-card {
        padding-top: 10px;
        padding-right: 11px;
    }
    
    .site-card-1 .card-img {
        object-fit: cover; 
        max-height: 375px; 
        min-height: 222px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;            
    }
    
    .site-card-1 .card-body {
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }        
    
    .site-card-1 .card-body-top {
        height: calc(100% - 35px); 
    }
    
    .site-card-1 .card-body-top {
        margin-bottom: 0px;
    }
    
    .site-card-1 .card-body-top h4 {
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px; 
        min-height: 45px; 
        max-height: 51px; 
        overflow: hidden;
    }
    
    .site-card-1 .card-body-top .card-text {
        padding-top: 5px;
        padding-bottom: 5px;            
        height: 75px;
        overflow: hidden;
    }
    
    .site-card-1 .card-body-bottom {
        height: 35px;
    }
    
    .site-card-1 .card-text-time {
        float: right;
        padding-top: 8px;
    }
}        
        

        @media (min-width: 767px) {
            .page-element-intro .video-player {
                padding: 0px 10%;
            }
            .page-element-xalaneo .video-player {
                padding: 0px 10%;
            }
            .page-element-end .video-player {
                padding: 0px 10%;
            }
        }
        
        .edit-page-space {
            height: 25px;
        }
        
/*        
        .blog-text {
            width: 100%;
        }
*/

        .blog-text h1,.blog-text h2,.blog-text h3,.blog-text h4,.blog-text h5,.blog-text h6 {
            margin: 0px;
            padding: 6px 12px;
            margin-top: 8px;
        }
    
        .blog-text p, .blog-text .command-parse, .blog-text .video-player {
            margin: 0px;
            padding: 6px 12px;             
        }
        
        .blog-text img {
            width: 100%;
            margin: 0px;
            padding: 6px 12px;            
        }

        @media (max-width: 767px) {
            .blog-text img, .blog-text .video-player {
                border: none;
                margin: 0px;
                padding: 6px 0px;  
            }
        } 
        

.hide-less-360 {
    
}
@media (max-width: 359px) {
    .hide-less-360 {
        display: none;
    }
}        

        .page-post-productos .carousel-img-container  {
            height: 360px;
            width: 100%;
            display: table;
        }

        .page-post-productos .carousel-img-cell {
            display: table-cell;
            vertical-align: middle;
        }

        .page-post-productos .carousel-img-img {
            display: block;
            max-height: 360px;
            max-width: 100%;
            margin: auto;
        }
        
    .selectable {
        user-select: all;
    }        
        
@media (min-width: 767px) {      
    .blog-text .col-blog-text-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }  
}




/*@media (min-width: 768px) {
    .page-post-productos-lead {
        min-height: 171px;
        padding-top: 15px !important;
    }
}     */ 
        
