main{
    min-height: 100vh;
}

/*para el menu*/
#dropdownPrecios{
    width: 134.188px!important;
}
/* sidenav mobile-menu */
#mobile-menu li>a>i.material-icons{
    margin: 0px !important;
}
.menu-sidenav li{
    border-bottom: 1px solid #e4e0e0;
}
.wrapper-logo-sidenav{
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 176px;
    line-height: 24px !important;
    padding: 10px 32px;
    color: white;
    background: #607d8b;
    text-align: center;
}
.wrapper-logo-sidenav img{
    margin-top: 11px;
    height: 88px;
}
.collapsible-header{
    padding: 0 30px !important;
}
.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}
.user {
    background: #757575e6;
}

@media (max-width: 990px) {
    h1 {
        font-size: 19px;
    }

    .center {
        width: 95% !important;
    }
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}