@media (max-width: 600px) {
  .mb_vista_agrupada {
    margin-bottom: 0px !important;
  }
}

.file-select {          
    position: relative;
    display: inline-block;
  }
   
  .file-select::before {
    background-color: #28d09e;
    color: white;
    font-size: 26px;
    display: flex;            
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    content: 'Seleccionar'; /* testo por defecto */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;                
  }
   
  .file-select input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 80px;
    display: inline-block;            
  }
   
  #src-file1::before {
    content: 'Seleccionar Archivos';
  }

  .contenedor-success{
    border:solid 3px green; 
    border-radius: 15px;
    margin:20px;
    padding: 0px !important;
  }
  .contenedor-errors{
    border:solid 3px red; 
    border-radius: 15px;
    margin:20px;
    padding: 0px !important;
  }
  
  .img-errors{
    width:100%; 
    border-radius:15px 15px 0 0 ;
  }
  
  .img-success{
    width:100%; 
    border-radius:15px 15px 0 0 ;
  }
  
  .img-success-view{
    border:solid 3px green; 
    border-radius: 15px;
    width:100%; 
  }
  .img-errors-view{
    border:solid 3px red; 
    border-radius: 15px;
    width:100%; 
  }
  

.contenedor-img-preview{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.img-preview{
    width: 100% !important;
    height: 250px !important;
    margin-bottom: 30px;
    object-fit: cover;
    filter: brightness(100%);
}

.contenedor-img-galeria-w{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.img-galeria-w{
    width: 100% !important;
    /* height: 250px !important; */
    margin-bottom: 30px;
    object-fit: cover;
    filter: brightness(100%);
}
.contenedor-img-profile{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.img-profile{
    width: 128px !important;
    height: 128px !important;
    /* margin-bottom: 30px; */
    object-fit: cover;
    filter: brightness(100%);
}
.contenedor-img-main{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.img-main{
    width: 35px !important;
    height: 35px !important;
    /* margin-bottom: 30px; */
    object-fit: cover;
    filter: brightness(100%);
}

.h_100{
  height: 100% !important;
}

.w_100{
  width: 100%;
}

.bg_white{
  background: #fff !important;
}

.bg_red_suave{
  background: rgb(255, 224, 224) !important;
}
.bg_green_suave{
  background: rgb(216 255 231) !important;
}
.bg_naranja_suave{
  background: rgb(255 237 211) !important;
}
.bg_azul_suave{
  background: rgb(232 244 255) !important;
}

.logo_menu{
  padding: 10px 0;
  display: block;
  margin: auto;
}

.c_red{
  color: rgb(250, 74, 74) !important;
}

.c_grey{
  color: grey;
}

.br_none{
  border-right: none !important;
}

/* .form.control{
  border-radius: 5px !important;
  height: 30px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
} */

.dataTables_length select{
  height: 30px !important;
}
.dataTables_length label{
  margin-top: 1rem !important;
}

.table {
  border-collapse: collapse !important;
}

.centrar_todo{
  display: block;
  margin: auto;
}

.w_80px{
  width: 80px;
}
.w_100px{
  width: 100px !important;
}
.w_120px{
  width: 120px;
}
.w_140px{
  min-width: 140px;
}
.w_150px{
  min-width: 150px;
}
.w_170px{
  min-width: 170px;
}

.avatar_form{
  width: 60px !important;
  height: 60px !important;
  /* margin-bottom: 30px; */
  object-fit: cover;
  filter: brightness(100%);
  border-radius: 50%;
  margin-top: -13px;
}
.avatar_table{
  width: 40px !important;
  height: 40px !important;
  /* margin-bottom: 30px; */
  object-fit: cover;
  filter: brightness(100%);
  border-radius: 50%;
  /* margin-top: -13px; */
}

table td{
  vertical-align: middle !important;
}

.ml_5{
  margin-left: 5px;
}

.select2_100 .select2-container{
  width: 100% !important;
}

.c_green{
  color: green;
}

.c_white{
  color: #fff !important;
}

.pointer{
  cursor: pointer;
}

.pointer_none{
  pointer-events: none;
}

.italic_sub{
  font-style: italic !important;
  font-size: 12px!important;
}

.padding_0{
  padding: 0px !important;
}

.margin_0{
  margin: 0px !important;
}

.fs-22{
  font-size: 22px;
}
.fs_16{
  font-size: 16px;
}

.mb_vista_agrupada{
  margin-bottom: -55px;
  position: inherit;
  z-index: 3;
}

.scroll_y {
  overflow-y: scroll;
  height: 70vh;
}

.scroll_x{
  overflow-x: auto;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.scroll_y::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scroll_y::-webkit-scrollbar:vertical {
  width:10px;
}

.scroll_y::-webkit-scrollbar-button:increment,.scroll_y::-webkit-scrollbar-button {
  display: none;
} 

.scroll_y::-webkit-scrollbar:horizontal {
  height: 10px;
}

.scroll_y::-webkit-scrollbar-thumb {
  background-color: #282b2f;
  border-radius: 20px;
  border: 2px solid #77797c;
}

.scroll_y::-webkit-scrollbar-track {
  border-radius: 10px;  
}

.mt_10{
  margin-top: 10px;
}

.w_85px{
  width: 85px;
}

.w_40px{
  width: 40px;
}

.content_documento{
  height: 150px;
  border: solid 1px #a0a0a0;
  background-color: #e4e4e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.content_documento img{
  display: block;
  margin: auto;
  max-height: 100px;
  max-width: 100%;
  border-radius: 5px;
}

.content_permiso_principal{
  width: 100% !important;
  padding: 10px;
  background: #F5F8FA;
  border-radius: 8px;
  color: #9DA3AA;
}

.content_pf{
  padding: 10px;
  border: solid 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.green_suave{
  background:#caffef;
}