.title_secton{
    text-align: center;
    color: #004AAD;
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 10px;
}
/* PARA SUBIR ARCHIVOS */
.custom-file-upload-form {
  display: flex;
  align-items: center;
}
.custom-file-upload input[type="file"] {
  display: none;
}
.custom-file-label {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  width: 200px; /* Ajusta el ancho según tus necesidades */
  text-align: left;
  margin-right: 10px; /* Espacio entre el label y el botón */
  border-radius: 5px;
  background: #fff;
}
.custom-file-button {
  background-color: #ff9900;
  border: none;
  color: white;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 5px;
}
.file_frm{
  background: #E8E9ED;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.wrap_files {
  list-style: none;
  padding: 5px !important;
}
.wrap_files .li_files {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: #e4e1e1;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.wrap_files .li_files .detail_evidence {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.wrap_files .li_files .wrap_svg {
  padding-right: 10px;
}
.wrap_files .li_files .detail_evidence .wrap_svg img {
  width: 25px;
  height: 25px;
}
.wrap_files .li_files .actions_files {
  display: flex;
  justify-content: center;
}
.wrap_files .li_files .actions_files a {
  color: var(--info) !important;
}
.wrap_files .li_files .actions_files a {
  color: #2ca8ff;
  padding: 2px 4px;
}
/* FIN SUBIR ARCHIVO */

label{
  /* color: #485973 !important; */
}
/****/
.custom-file-upload {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ced4da;
  }

  .custom-file-upload input[type="file"] {
    display: none; /* Ocultamos el input de archivo */
  }

  .custom-file-upload label {
    flex: 1;
    margin: 0;
  }

  .btn-adjuntar {
    background-color: #ff9800;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
  }

  .btn-adjuntar:hover {
    background-color: #e68900;
  }

.txt_file{
    color: #485973; 
    background: #fff; 
    padding: 6px;
    font-size: 13px;
}

/*==============================================================*/
.st_text{
    text-align: justify;
    /* line-break: anywhere; */
}

.btn_sgt_s:hover{
  background: #2a74b5 !important;
}

.btn_atras_s:hover{
  background: #2a74b5 !important;
  color: #fff !important;
}