@media (min-width: 992px) {
    .botonera-login{
        display: flex;
        justify-content: flex-end;
    }
    .botonera-login .btn{
        width:250px;
        margin-left: 12px !important;
    }
    .pd12{
        padding: 24px;
    }
    .menu-dashboard{
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%;
    }
    .menu-dashboard nav{
        width: 100%;
    }

    a{
        text-decoration: none;
    }

    .modal{
        display:none; 
        position: absolute; 
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%);
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 9999;

    }

    .modal .btn{
        width: 80%;
        margin: 0 auto;
    }

    small{
        color: #7a7a7a;
    }

    a:hover, 
    a:focus, 
    a:active{
        text-decoration: none;
        color: black !important;
        background: linear-gradient(145deg, #e6e6e6, #ffffff);
        font-weight: 600;
        box-shadow: var(--shadow-light), var(--shadow-dark);
    }

    a.btn-danger{
        color:red !important;
    }

    .btn:hover,
    .btn:focus,  
    .btn:active,
    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle,
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle,
    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
        color: black !important;
        background: linear-gradient(145deg, #e6e6e6, #ffffff);
        font-weight: 600;
        box-shadow: var(--shadow-light), var(--shadow-dark);
        border: none !important;
    }

    .modal{
        overflow-y: auto !important;
    }

    .w100{
        width: 100% !important;
    }

    .disabled{
        background-color: #f5f5f5;
        color: #7a7a7a;
        border: 1px solid #eee;
        pointer-events: none;
    }

    .ml0{
        margin-left: 0 !important;
    }

    h1{
        color: #7EA83D !important;
    }

    .ico-menu{
        margin-bottom: 15px !important;
    }

    .titulo-div{
        color:#7EA83D;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    .lbl-error{
        color: red;
        font-size: 0.9em;
        font-weight: 600;
    }

    .btn-dash{
        min-height: 74px;
        height: 74px;
    }

    .card-body-dash{
        min-height: 150px;
        text-align: justify;
    }

    table tbody tr td.td-actions{
        display: flex;
        justify-content: center;
    }

    .btn-transparent{
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .botonera{
        display: flex;
        justify-content: flex-end;
    }

    .pd12{
        padding: 12px !important;
    }

    .badge.badge-light{
        background-color: red;
        color: white;
        font-weight: 600;
        margin-left: 8px;
        padding: 7px 7px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    
    @media screen and (min-width: 1200px) {
        .modal{
            min-height: 700px;
            min-width: 800px;
        }

        .modal .modal-content{
            min-width: 600px;
            opacity: 1;
        }

        .modal .modal-dialog{
            max-width: 700px;
        }
        
    }
}