    ::-webkit-scrollbar-track {
        background-color: #000;
    }

    ::-webkit-scrollbar {
        width: 10px;
        background-color: #000;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #99cffe;
    }

    ::selection {
        background-color: #99cffe !important;
        color: #173c5c !important;
    }


    @media screen and (max-width:768px) {
        .menus-dentro>a{
            margin-top: 15px !important;
            font-size: 9px;
        }
    }