@view-transition{
    navigation: auto;
}

.btn-transparent {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid transparent;
    border-radius: 25px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}
.trix-button-group--file-tools{
    display: none !important;
}

.nav-main-horizontal{
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;        /* oculta scrollbar en Firefox */
    -ms-overflow-style: none;     /* oculta scrollbar en IE y Edge antiguos */
}
.nav-main-horizontal li{
    width: max-content;
    flex-shrink: 0;
}