.section-formulario {
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100vh;
  /*height:100vw*/
  justify-content: center;
  align-content: center;
  z-index: 9999 !important;
  display: flex;

}

.header-formulario {
  background-color: var(--bg-header);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

}

.formulario {
  background-color: white;
  height: auto;
  box-shadow: 0 0 1px 0px #ccc,
    0 0 1px 0px #ccc;
  border-radius: 5px;
  position: relative;
}

.formulario section {
  border-radius: 3px;
}


.formulario-container {
  align-content: center;
  position: fixed;
  justify-content: center;
  top: 10vh;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;

}


.imagen-formulario {
  font-size: 60px;
  color: var(--bg-header);

}


.contenedor-imagen {
  align-content: center;
}

.title-formulario {
  font-size: 16px;
  color: rgb(33, 33, 33);
  padding: 5px;
  background-color: var(--bg-header);
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: left;
  color: white;
  background-color: #797979;
}

.titulo-imagen span {
  justify-content: center;
  color: #9e9d9d;
}

.imagen {
  width: 150px;
}


.input-formulario {
  appearance: none;
  outline: none;
  border: none;
  background-color: #efefefb7;
  background: transparent;
  padding: 7px;
  margin-left: 10px;
  height: 36px;
}

.input-container {
  border-radius: 2px;
  border-bottom: 2px #efefefb7 solid;
  box-shadow: 0 0 1px 1px #ccc;
  background-color: #efefefb7;
  align-content: center;
  position: relative;
}

.input-container .obligatorio, #obligatorio {
  color: red;
  top: 0;
  font-size: 18px;
  position: absolute;
  text-align: right;
  justify-content: right;
  margin-top: -3px;
  width: 5px;
  right: 0;
  margin-right: -5px;

}


#obligatorio {
  color: red;
  top: 0;
  font-size: 18px;
  position: absolute;
  text-align: right;
  justify-content: right;
  margin-top: -3px;
  width: 5px;
  right: 10px;
 
}

.campos-obligatorios {
  font-size: 12px;
  text-align: right;
  justify-content: right;
  align-items: center;
  align-content: center;
}

.campos-obligatorios span {
  color: red;
  width: auto;
  display: flex;
  font-size: 16px;
  margin-top: 7px;
  margin-right: 5px;
  
}




.input-container span {
  display: flex;
}

.input-container span i {
  align-content: center;
  color: #979595d2;
}

span.input-formulario {
  align-content: center;
  color: white;
  border: none;
  background-color: var(--color-verde-oliva);
}

textarea.input-formulario,
select.input-formulario {
  height: auto;
}

.btn-formulario {
  padding: 5px;
  color: white;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px #ccc;
  cursor: pointer;
  text-align: center;
  margin: 3px;
}

.btn-registrar {
  background-color: var(--bg-header);
}

.btn-cancelar {
  background-color: var(--bg-navegacion);
}

.btn-limpiar {
  background-color: var(--color-verde-oliva);
}


.botonera-formulario {
  justify-content: right;
}

.imagen-cargar {
  font-size: 14px;
  outline: none;
  border: 1px dashed #9d9b9b;
  border-radius: 3px;
  margin-left: 10px;
  height: 150px;
  position: relative;
  justify-content: center;
  align-content: center;
  text-align: center;

}

.barra-progreso-container {
  position: absolute;
  bottom: 5px;
  color: white;
  font-size: 12px;
  left: 0;
  right: 0;
  width: 95%;
  margin: auto;
  box-shadow: 0 0 2px 0px #d65008;
}

.section-barrar-progreso span {
  font-size: 14px;
  color: #000;
  text-align: center;
  justify-content: center;
}

.barra-progreso {
  background-color: #e75507;
  text-align: center;
  box-shadow: 0 0 1px 0px #ccc;
}


.container-rotulo-imagen {
  display: flex;
  justify-content: center;

}

.rotulo-imagen {
  width: 100px;
  filter: opacity(0.5)
}

.campo-add {
  color: var(--color-verde-oliva);
  align-content: center;
}

.mensaje-areas,
.tabla-areas-header {
  font-weight: bold;
}

.tabla-areas-header {
  border-bottom: 1px solid #ccc;
}

.tabla-areas {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 1px 0px #ccc;
  height: 100%;
}

.section-ayuda {
  color: #0e4ac2;
  position: absolute;
  left: 5px;
  bottom: 5px;
}


.bloquear-formulario {
  z-index: 100;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #ccc,
    0 0px 1px 1px #ccc;
  height: 210px;
}

.container-bloqueo {
  justify-content: center;
  font-family: "Poppins", sans-serif;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}

.section-loader {
  justify-content: center;
  color: #e75507;
}

.section-loader span {
  display: flex;
  justify-content: center;
  align-content: center;
}


.logo-bloqueo {
  width: 150px;
}

.mensaje-peticion {
  font-weight: bold;
  font-size: 20px;
  color: var(--bg-header)
}

.loader {
  width: 30px;
  height: 30px;
  border: 4px solid #e75507;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  z-index: 10000;
  margin-right: 10px;
}

.loader+span {
  color: #e75507;
  font-size: 14px;
  margin-left: 5px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.section-error {
  color: #e74c3c;
}

.section-success {
  color: var(--color-verde-oliva);
}

.select-formulario section:nth-child(2) {
  align-content: center;
}



/*.loader-formulario{
    width: 30px;
    height: 30px;
    background:#e75507;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 5px;
    animation: animloader 1s ease-in infinite;
  }
  
  @keyframes animloader {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  } */

.title-validando {
  font-size: 12px;
  margin-top: 10px;
}

.span-error {
  font-size: 12px;
  color: #e74c3c;
  font-weight: bold;
  opacity: 1;
}

.opacity {
  opacity: 0;
}

.input-success,
.input-error {
  border: none;
  box-shadow: 0 0 1px 0px #05974c !important;
  border: 1px solid #05974c;
}

.input-error {
  box-shadow: 0 0 4px 0px #e74c3c !important;
  border: 1px solid #e74c3c;
}

.icon-formulario {
  color: #05974c;
  margin-top: 10px;
  justify-content: right;
}

.icon-error {
  color: #e74c3c;
}

.loader-formulario {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  border-top: 2px solid #e75507;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-top: 5px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





/*selccion de lineas prioritarias*/
.formulario .header-seleccion {
  background-color: #797979;
  color: white;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
}

.resultados-busqueda {
  position: absolute;
  left: 0;
  right: 0;
}

.seleccion-formulario {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000000;
  height: 100%;
  top: 10vh;
  justify-content: start;
  align-items: start;
  align-content: start;
}

.contenido-seleccion .input-formulario,
.seleccion .input-formulario {
  height: 25px;
}

.title-seleccion {
  font-family: "Poppins";
  font-size: 17px;
  color: var(--bg-header);
}

.listado-seleccion {
  font-size: 15px;
  text-align: left;
}

.listado-seleccion {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: left;
}

.listado-seleccion:first-child {
  font-weight: bold;
}

.listado-seleccion input {
  height: 15px;
  background-color: var(--bg-header);
  margin-right: 5px;

}

.seleccion ol li {
  list-style-type: none;
  list-style: none;
  text-align: left;
}

.seleccion ol li span {
  display: none;
}

.listado-lineas {
  overflow-y: auto;
  height: 330px;
}


.contenido-seleccion .section-items {
  color: #9d9b9b;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.contenido-seleccion .item-activo {
  color: var(--bg-header);

}



.seleccion ol li input {
  border: 1px solid #ccc;
  height: 15px;
  width: 15px;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
  background-color: var(--bg-header);
}


.input-periodo {
  color: #797979;
}

.input-periodo .limite input {
  margin-left: 5px;
}


/*PROYECTO DE INVESTIGACION*/
.tabla-proyectos .proyecto-titulo{
  text-align: justify;
  width: 40%;
}

.tabla-proyectos .investigador-ppal{
  text-align: justify;
  width: 28%;
}

.tabla-proyectos .codigo{
  width: 17%;
}




.section-categorias-proyecto {
  /*border-radius: 2px;
    background-color:#f0f0f0;
    box-shadow: 0 0 1px 0px #ccc;
    border:1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  padding: 3px;
  border-radius: 0;
}

.section-categorias-proyecto .active-categoria {
  color: var(--bg-header);
}



/*para el formulario de publicaciones cientificas*/
.input-container .nombre-autor {
  height: 20px;
}

.listado-autores .btn-ok {
  background-color: var(--color-verde-oliva);
  color: white;
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 2px;
  width: auto;
  margin-left: 10px;
}

.listado-educacion .btn-ok {
  background-color: var(--color-verde-oliva);
  color: white;
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 2px;
  width: auto;
  margin-left: 10px;
  height: 25px;
  font-size: 14px !important;
}

.listado-educacion .item-educacion:first-child {
  font-weight: bold;
}

.listado-educacion .item-educacion:first-child::before {
  content: "*";
}


.listado-educacion .btn-ok i {
  color: white;
}


.listado-autores .btn-ok i {
  font-size: 12px;
  color: white;
}


.listado-educacion .section-container {
  display: flex;
  align-items: center;
  align-content: center;
}





.seccion-seleccionado {
  display: flex;
  align-content: center;
  align-items: center;
}

.seccion-seleccionado>i:first-child {
  color: white;
  background-color: #05974c;
  padding: 10px;
  width: auto;
  border-radius: 2px;
}

.seccion-seleccionado>i:last-child {
  color: red;
}



/*
  |
  ----------------------------------------------------------------------------------------.-|
                              MODULO DE CONVOCATORIAS
  ------------------------------------------------------------------------------------------
  */

.container-radio {}

/*.container-radio::after{
    display: inline-block;
    content: " ";
    width: 20px;
    height: 20px;
    background-color: #05974c;
    padding: 10px;
    border:1px solid #ccc;
    border-radius: 50%;
  }*/


.imagen-cargar.archivos-cargados {
  align-content: flex-start;
}

.archivos-cargados .section-agregar-archivo a {
  text-align: right;
  text-decoration: none;
}

.container-calendario .calendario {
  border-radius: 5px;
  border: 1px solid #ccc;
  height: auto;
  box-shadow: 0 0 1px 0px #ccc;


}

.calendario .title-dia {
  display: flex;
  border-bottom: 1px solid #ccc;
  border-radius: 0;

}

.calendario .title-dia span,
.calendario .semana span {
  font-size: 12px;
  font-weight: bold;
  width: 14.2857%;
  padding: 5px;
  text-align: center;
  /*background-color: #d65008;
  color:white*/
}

.calendario .semana {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.calendario .semana span {
  border-right: 1px solid #ccc;
  font-weight: normal;
  font-size: 12px;
  height: 52px;
  padding: 0;
  text-align: right;
  padding-right: 10px;
}


.calendario .semana span:last-child {
  border-right: 0;
}

.calendario .semana .inactivo {
  background-color: #eeeaea;
  border-right: 0;
}


.calendario .semana span {
  display: flex;
  flex-direction: column;
}

.calendario .semana span .evento {
  display: inline-block;
  color: white;
  border-radius: 12px;
  text-align: center;
  font-size: 10px;
  width: 70%;
  height: 16px;
  margin: auto;
  padding: 0;
  box-shadow: 0 0 1px 0px #ccc;
}

.evento.pocos {
  background-color: #05974c;
}

.evento.regular {
  background-color: #b2b51a;
}

.evento.muchos {
  background-color: #e74c3c;
}

.calendario .semana span.dia-activo {
  font-weight: bold;

}

.ql-container {
  height: 250px !important;
}

.mi-editor-container {
  padding: 0;
}



/*Publicaciones cientificas*/
.seccion-agregar-autor .input-container{
 
}

.seccion-agregar-autor .fa-xmark{
  color:red;
}