.efecto_cristal
{    
    background: rgba(0,0,0,0.5);    
    backdrop-filter:blur(20px);
}
.efecto_blanco
{    
    color: white;
    /*background: rgba(0,0,0,0.5)!important;*/        
    /*backdrop-filter:blur(20px)!important;*/
    background: rgba(255,255,255,0.5)!important;    
    backdrop-filter:blur(5px)!important;
}
.centrar_objeto
{
    position: absolute;        
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.opacidad_oscura
{    border-top-left-radius: 10px;
     border-top-right-radius: 10px; 
}
.efecto_eliminar:hover
{
    background:#DC3545;
    color: #0B3049;
}
.efecto_limpiar:hover{
    background:#E97B23;    
}
.efecto_modificar:hover{
    background:#169DB2;    
}
.efecto_guardar:hover{
    background:#28A745;    
}
.efector_barra:hover
{
    /*border-bottom: 1px solid white;*/
    /*border-color: linear-gradient(0deg, rgba(235,181,117,1) 0%, rgba(226,101,145,1) 24%, rgba(255,223,120,1) 50%, rgba(87,203,174,1) 70%, rgba(154,91,206,1) 100%);*/
    background: rgba(255,255,255,0.1); 
}
.txt_administracion::placeholder { color: #9FB3A1; }

.txt_administracion
{
    width: 100%;border: 1px solid white;  border-radius: 5px;background: #133145; color: white; padding: 5px;
}

.barra-colores::-webkit-scrollbar {
    width: 7px;     
    margin-right: 50px;

}

.barra-colores::-webkit-scrollbar-track {
    height: 20px; 
    background: none;
    
}

.barra-colores::-webkit-scrollbar-thumb {

    background: #A8A8A8;   
    border-radius: 20px;
  
     
}
.sombra
{
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
    
}