

.etiNuevo{
   width: 20%;
    margin-left: 10px;
    border-radius: 10px;
    padding: 3px 6px 3px 6px;
    color: rgb(231, 20, 76);
    background-color: #DEECF4;
    font-size: 10px;
    font-weight: bold;
}
.borders1{
    border: solid 1px #555555;
    border-radius: 10%;
} 
.borderImputRigth{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.borderImputleft{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.cajamovil{
    position: fixed;
    z-index: 120;
    height: 360px;
    right:3rem;
    top: 17rem
   
}
.tamcaja{
    height: 70px !important;
}
.scrollesp{
    overflow: auto;
    overflow-x: hidden;
    width:100%;
    height:30rem; 
 
}
.scrollesp::-webkit-scrollbar {
    width: 6px;     /* Tamaño del scroll en vertical */
    height: 6px;    /* Tamaño del scroll en horizontal */
   
}
.scrollesp::-webkit-scrollbar-thumb {
    background: ccc;
    border-radius: 3px;
}
.scrollesp::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.scrollesp::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.scrollesp::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.scrollesp::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 3px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.scrollesp::-webkit-scrollbar-track:hover,
.scrollesp::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
.toolOperatin{
    padding: 5px;
    padding-left: 2px;
    padding-right: 2px;
    position: fixed;
    z-index: 120;
    right:1rem;
    top: 5rem;
    background-color: white;
    border: solid  #D7D7D7 1px;
    border-radius: 3px;
    width: 30%;
    height: auto;
    height:auto;
}
.toolOperatin .show{
    display: block;
}
.toolOperatin .hide{
    display: none;
}



@media (max-width: 800px){  
    .cajamovil{
        position: fixed;
        right:2rem;
        left: 2rem;
        z-index: 50;
        bottom:  0rem;
        height: 86%;
    }
    .toolOperatin{
       
        bottom: 0rem;
        right:0rem;
        left: 0rem;
        width: 100%;
        
    }
.foeceTam{
    top:90%;
     height:50px;
 }

}


