@charset "UTF-8";
/*------------------------------Gobierno-----------------------------*/
.acordion_resaltado {
  width: 100%;
  margin: 2rem auto;
}
.acordion_resaltado > :first-child {
  background-color: #1B396A;
  color: #fff;
  border-radius: 0.5rem;
  border: 1px none;
}
.acordion_resaltado > :first-child > :first-child {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
.acordion_resaltado > :first-child > :first-child > :first-child {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
.acordion_resaltado > :first-child > :first-child > :last-child {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
.acordion_resaltado > :first-child > :first-child::after {
  content: "▾";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.2s ease-in-out;
}
.acordion_resaltado > :first-child > :last-child {
  display: none;
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 2px solid;
}
.acordion_resaltado.active-true > :first-child > :first-child::after {
  /*Animacion de la flecha*/
  transform: rotate(180deg);
}
.acordion_resaltado.active-true > :first-child > :last-child {
  display: block;
}
.acordion_claro {
  width: 100%;
  margin: 2rem auto;
}
.acordion_claro > :first-child {
  background-color: #807E82;
  color: #fff;
  border-radius: 0.5rem;
  border: 1px none;
}
.acordion_claro > :first-child > :first-child {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
.acordion_claro > :first-child > :first-child > :first-child {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
.acordion_claro > :first-child > :first-child > :last-child {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
.acordion_claro > :first-child > :first-child::after {
  content: "▾";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.2s ease-in-out;
}
.acordion_claro > :first-child > :last-child {
  display: none;
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 2px solid;
}
.acordion_claro.active-true > :first-child > :first-child::after {
  transform: rotate(180deg);
}
.acordion_claro.active-true > :first-child > :last-child {
  display: block;
}
.acordion_blanco {
  width: 100%;
  margin: 2rem auto;
}
.acordion_blanco > :first-child {
  background-color: #fff;
  color: #000;
  border-radius: 0.5rem;
  border: 1px solid;
}
.acordion_blanco > :first-child > :first-child {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
.acordion_blanco > :first-child > :first-child > :first-child {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
.acordion_blanco > :first-child > :first-child > :last-child {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
.acordion_blanco > :first-child > :first-child::after {
  content: "▾";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.2s ease-in-out;
}
.acordion_blanco > :first-child > :last-child {
  display: none;
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 2px solid;
}
.acordion_blanco.active-true > :first-child > :first-child::after {
  transform: rotate(180deg);
}
.acordion_blanco.active-true > :first-child > :last-child {
  display: flex;
}
.acordion_negro {
  width: 100%;
  margin: 2rem auto;
}
.acordion_negro > :first-child {
  background-color: #000;
  color: #fff;
  border-radius: 0.5rem;
  border: 1px none;
}
.acordion_negro > :first-child > :first-child {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
.acordion_negro > :first-child > :first-child > :first-child {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
.acordion_negro > :first-child > :first-child > :last-child {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
.acordion_negro > :first-child > :first-child::after {
  content: "▾";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  transition: transform 0.2s ease-in-out;
}
.acordion_negro > :first-child > :last-child {
  display: none;
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 2px solid;
}
.acordion_negro.active-true > :first-child > :first-child::after {
  transform: rotate(180deg);
}
.acordion_negro.active-true > :first-child > :last-child {
  display: block;
}
.boton--solicitud {
  width: 40%;
  justify-self: center;
  padding: 0.9rem 1rem;
}
@media screen and (max-width: 591px) {
  .boton--solicitud {
    width: 100%;
  }
}
.renglon__semiAcordion {
  width: 100%;
  margin: 2rem auto;
}
.renglon__semiAcordion > :first-child {
  background-color: #1B396A;
  color: #fff;
  border-radius: 0.5rem;
}
.renglon__semiAcordion > :first-child > :first-child {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
}
.renglon__semiAcordion > :first-child > :first-child > :first-child {
  display: flex;
  flex-flow: column wrap;
  row-gap: 1.3rem;
}
.renglon__semiAcordion > :first-child > :first-child > :last-child {
  width: 30%;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: right;
}
.renglon__semiAcordion > :first-child > :first-child > :last-child > :first-child {
  font-size: 2rem;
  align-self: center;
  justify-self: center;
}
.renglon__semiAcordion__claro {
  width: 100%;
  margin: 2rem auto;
}
.renglon__semiAcordion__claro > :first-child {
  background-color: #fff;
  color: #000;
  border-radius: 0.5rem;
}
.renglon__semiAcordion__claro > :first-child > :first-child {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
}
.renglon__semiAcordion__claro > :first-child > :first-child > :first-child {
  display: flex;
  flex-flow: column wrap;
  row-gap: 1.3rem;
}
.renglon__semiAcordion__claro > :first-child > :first-child > :last-child {
  width: 30%;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: right;
}
.renglon__semiAcordion__claro > :first-child > :first-child > :last-child > :first-child {
  font-size: 2rem;
  align-self: center;
  justify-self: center;
}
.renglon__semiAcordion__claro {
  border: 1px solid #1B396A;
  border-radius: 0.5rem;
}
.acordeon_archivos {
  width: 100%;
}
.acordeon_archivos .titulo_archivos {
  border-radius: 10px;
  border-color: #1B396A;
  border-width: 10px;
  border-style: solid;
  text-align: center;
  margin-bottom: 10px;
}
.acordeon_archivos .menu_archivos .archivos .archivo-gdc, .acordeon_archivos .menu_archivos .archivos a, .acordeon_archivos .menu_archivos .carpetas .archivo-gdc, .acordeon_archivos .menu_archivos .carpetas a {
  border-radius: 10px;
  margin-bottom: 1px;
  color: white;
}
.acordeon_archivos .menu_archivos .carpetas a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
  padding: 10px;
  background-color: #1B396A;
}
.acordeon_archivos .menu_archivos .carpetas a .folder-icon {
  padding: 0;
  list-style: none;
}
.acordeon_archivos .menu_archivos .carpetas a .folder-icon li {
  margin-right: 5px;
}
.acordeon_archivos .menu_archivos .archivos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.acordeon_archivos .menu_archivos .archivos .archivo-gdc {
  overflow: hidden;
  max-height: 0;
  text-align: justify;
  transition: all 0.2s ease-in;
  background-color: #807E82;
  width: 97%;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: aparecer_archivo 1s ease normal forwards;
}
.acordeon_archivos .menu_archivos .archivos .archivo-gdc p {
  width: 100%;
}
.acordeon_archivos .menu_archivos .archivos .archivo-gdc button {
  color: white;
}
.acordeon_archivos .menu_archivos .archivos .archivo-gdc {
  /*
  a {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      text-decoration: none;

      .archivo-icon,.archivo-icon-l {
          padding: 0%;
          list-style: none;

          li {
              margin-right: 5px;
          }
      }

      .archivos-icon-l{
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-end;
          width: 10%;
      }
  }*/
}
.acordeon_archivos .archivo_disabled {
  opacity: 50%;
  pointer-events: none;
}
.acordeon_archivos .archivos_drop_hover {
  opacity: 40%;
}
.acordeon_archivos .menu_archivos:target .archivo-gdc {
  max-height: 120px;
  padding: 10px;
}
@keyframes aparecer_archivo {
  from {
    width: 0%;
  }
  to {
    width: 97%;
  }
}
.boton__resaltado__gris {
  display: inline-block;
  width: auto;
  background: #c0c0c0;
  color: #1B396A;
  height: -moz-fit-content;
  height: fit-content;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__resaltado__gris:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__resaltado__gris:disabled {
  background-color: gray;
}
.boton__resaltado {
  display: inline-block;
  width: auto;
  background: #1B396A;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__resaltado:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__resaltado:disabled {
  background-color: gray;
}
.boton__claro__ {
  display: inline-block;
  width: auto;
  background: #807E82;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__claro__:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__claro__:disabled {
  background-color: gray;
}
.boton__oscuro {
  display: inline-block;
  width: auto;
  background: #000;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__oscuro:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__oscuro:disabled {
  background-color: gray;
}
.boton__blanco {
  display: inline-block;
  width: auto;
  background: #fff;
  color: #000;
  height: -moz-fit-content;
  height: fit-content;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__blanco:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__blanco:disabled {
  background-color: gray;
}
.boton__blanco {
  border: 1px solid #000;
}
.boton__principal {
  display: inline-block;
  width: 196px;
  background: #1B396A;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__principal:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__principal:disabled {
  background-color: gray;
}
.boton__principal {
  border: none;
}
.boton__principal__large {
  display: inline-block;
  width: 196px;
  background: #1B396A;
  color: #fff;
  height: 75px;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__principal__large:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__principal__large:disabled {
  background-color: gray;
}
.boton__principal__large_rep {
  display: inline-block;
  width: 196px;
  background: #1B396A;
  color: #fff;
  height: 100px;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__principal__large_rep:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__principal__large_rep--inv {
  display: inline-block;
  width: 196px;
  background: #fff;
  color: #1B396A;
  height: 100px;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__principal__large_rep--inv:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__largo__delgado__verde {
  display: inline-block;
  width: 200px;
  background: #009f10;
  color: #fff;
  height: 30px;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__largo__delgado__verde:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__largo__delgado__verde:disabled {
  background-color: gray;
}
.boton__largo__delgado__verde {
  margin-top: 10px;
  padding: 0;
}
.boton__largo__verde {
  display: inline-block;
  width: 200px;
  background: #009f10;
  color: #fff;
  height: 60px;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__largo__verde:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__largo__verde:disabled {
  background-color: gray;
}
.boton__largo__verde {
  margin: 10px;
}
.boton__largo__rojo {
  display: inline-block;
  width: 200px;
  background: #BC0000;
  color: #fff;
  height: 60px;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__largo__rojo:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__largo__rojo:disabled {
  background-color: gray;
}
.boton__largo__rojo {
  margin: 10px;
}
.boton__secundario {
  display: inline-block;
  width: 196px;
  background: #807E82;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__secundario:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__secundario:disabled {
  background-color: gray;
}
.boton__secundario {
  border: none;
}
.boton__claro {
  display: inline-block;
  width: 196px;
  background: #fff;
  color: #000;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__claro:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__claro:disabled {
  background-color: gray;
}
.boton__claro {
  border: 1px solid #807E82;
}
.boton__verde {
  display: inline-block;
  width: 196px;
  background: #009f10;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__verde:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__verde:disabled {
  background-color: gray;
}
.boton__verde {
  border: 1px solid #807E82;
}
.boton__azul {
  display: inline-block;
  width: 196px;
  background: #051367;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__azul:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__azul:disabled {
  background-color: gray;
}
.boton__azul {
  border: 1px solid #807E82;
}
.boton__rojo {
  display: inline-block;
  width: 196px;
  background: #BC0000;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__rojo:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__rojo:disabled {
  background-color: gray;
}
.boton__rojo {
  border: 1px solid #807E82;
}
.boton__claro__auto {
  display: inline-block;
  width: auto;
  background: #fff;
  color: #000;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__claro__auto:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__claro__auto:disabled {
  background-color: gray;
}
.boton__claro__auto {
  border: 1px solid #807E82;
}
.boton__oscuro {
  display: inline-block;
  width: 196px;
  background: #000;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__oscuro:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__oscuro:disabled {
  background-color: gray;
}
.boton__riesgo {
  display: inline-block;
  width: auto;
  background: #BC0000;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__riesgo:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__riesgo:disabled {
  background-color: gray;
}
.boton__sinFondo {
  background: none;
  border: none;
  cursor: pointer;
}
.boton__icono__flex {
  display: inline-block;
  width: 196px;
  background: #1B396A;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__icono__flex:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__icono__flex:disabled {
  background-color: gray;
}
.boton__icono__flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px;
}
.boton__icono {
  background: none;
  border: none;
  margin: 7px 7px 7px 7px;
  cursor: pointer;
}
.boton__redondo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #000;
}
.icono {
  border: 4px solid;
  border-color: currentColor;
  text-align: center;
  padding: 1px 4px;
  background-color: transparent;
  font-size: large;
  font-weight: bolder;
  border-radius: 35%;
}
@media screen and (max-width: 1260px) {
  .boton__icono {
    margin: 10px 10px;
  }
}
input[type=submit] {
  border: none;
}
.boton__chico {
  display: inline-block;
  border: 2px;
  border-style: solid;
  border-radius: 10px;
  position: relative;
  margin: 0 0 0 0;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #1B396A;
  cursor: pointer;
  padding: 4px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 30px;
}
.boton__chico:hover {
  background: #fff;
  color: #1B396A;
}
.boton__paginationFlechas {
  display: inline-block;
  width: auto;
  background: #fff;
  color: #000;
  height: 30px;
  padding: 13px 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.boton__paginationFlechas:hover {
  box-shadow: 0 0 3px 1px #051367;
}
.boton__paginationFlechas:disabled {
  background-color: gray;
}
.boton__paginationFlechas {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boton__paginationFlechas:active, .boton__paginationFlechas:focus {
  background-color: #1B396A;
  color: #fff;
}
.boton__redondeado {
  border-radius: 10px;
  border-width: 0px;
}
.boton__capsula {
  border-radius: 100px;
  border-width: 0px;
}
.boton_criterio_rubrica {
  padding: 10px;
  width: 80%;
  text-align: left;
}
.boton_criterio_rubrica p:first-of-type {
  font-weight: bold;
  margin-bottom: 5px;
}
.boton_entrega {
  padding: 10px;
  width: 100%;
  height: 60px;
  text-align: left;
  margin-top: 1px;
  background-color: #1B396A;
  color: #fff;
  border: none;
  border-radius: 0;
}
.boton_entrega p:first-of-type {
  font-weight: bold;
  margin-bottom: 5px;
}
.boton_entrega p:last-of-type {
  font-weight: thin;
}
.boton-fw {
  border-radius: 8px;
  border: none;
  width: 25px;
  height: 25px;
  background-color: #051367;
  color: white;
}
.caja_chica_azul {
  display: inline-block;
  width: 20px;
  background: #1B396A;
  color: #fff;
  height: 20px;
  text-decoration: none;
  text-align: center;
}
.caja_chica_roja {
  display: inline-block;
  width: 20px;
  background: #BC0000;
  color: #fff;
  height: 20px;
  text-decoration: none;
  text-align: center;
}
.caja_chica_naranja {
  display: inline-block;
  width: 20px;
  background: #ffaa00;
  color: #fff;
  height: 20px;
  text-decoration: none;
  text-align: center;
}
.caja_chica_verde {
  display: inline-block;
  width: 20px;
  background: #02d313;
  color: #fff;
  height: 20px;
  text-decoration: none;
  text-align: center;
}
.caja_chica_amarilla {
  display: inline-block;
  width: 20px;
  background: #ffff00;
  color: #fff;
  height: 20px;
  text-decoration: none;
  text-align: center;
}
.caja_chica_gris {
  display: inline-block;
  width: 20px;
  background: #807E82;
  color: #fff;
  height: 20px;
  text-decoration: none;
  text-align: center;
}
.caja_mediana_azul_round {
  display: inline-block;
  width: 30px;
  background: #1B396A;
  color: #fff;
  height: 100px;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  height: auto;
  padding: 5px;
}
.scrollBox {
  max-height: 450px;
  overflow-y: scroll;
}
.scrollBox_chico {
  max-height: 100px;
  overflow-y: auto;
}
.chat-main {
  display: flex;
  flex-direction: row;
  margin: -20px -20px 0 -40px;
  height: 100vh;
}
.chat-main .chat-principal {
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.chat-main .chat-principal .cont-nombre {
  display: flex;
  align-items: center;
  height: 6%;
  background-color: #10223e;
  color: #fff;
  border-width: 1px;
  border-right-width: 0px;
  border-style: solid;
  border-color: #000;
  padding: 15px;
}
.chat-main .chat-principal .cont-mensajes {
  display: flex;
  flex-flow: column nowrap;
  overflow-y: scroll;
  height: 88%;
  border-width: 0px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #000;
  vertical-align: initial;
}
.chat-main .chat-principal .cont-mensajes .cont-destinatario, .chat-main .chat-principal .cont-mensajes .cont-remitente {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  background-color: #1B396A;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.chat-main .chat-principal .cont-mensajes .cont-destinatario p, .chat-main .chat-principal .cont-mensajes .cont-remitente p {
  font-size: 16px;
  padding: 5px;
}
.chat-main .chat-principal .cont-mensajes .cont-destinatario p:first-of-type, .chat-main .chat-principal .cont-mensajes .cont-remitente p:first-of-type {
  font-size: 12px;
  font-weight: bold;
}
.chat-main .chat-principal .cont-mensajes .cont-destinatario p:last-of-type, .chat-main .chat-principal .cont-mensajes .cont-remitente p:last-of-type {
  font-size: 12px;
  font-weight: lighter;
}
.chat-main .chat-principal .cont-mensajes .cont-destinatario, .chat-main .chat-principal .cont-mensajes .cont-remitente {
  /*
  .cont-nombreContacto{
      font-size: 12px;
      margin-bottom: 10px;
  }*/
}
.chat-main .chat-principal .cont-mensajes .cont-remitente {
  align-self: flex-end;
}
.chat-main .chat-principal .cont-mensajes .cont-remitente p:first-of-type {
  font-size: 16px;
  font-weight: normal;
}
.chat-main .chat-principal .cont-mensajes .cont-remitente p:last-of-type {
  font-size: 12px;
  font-weight: lighter;
}
.chat-main .chat-principal .cont-escribir {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #10223e;
  padding: 15px;
}
.chat-main .chat-principal .cont-escribir textarea {
  width: 100%;
  height: auto;
  resize: none;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}
.chat-main .chat-principal .cont-escribir button {
  color: #fff;
}
.chat-main .contactos-barra {
  width: 20%;
  height: 100%;
  background-color: #1B396A;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.chat-main .contactos-barra .cont-chats {
  background-color: #1B396A;
  color: #fff;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #000;
  padding: 16px;
  height: 5%;
}
.chat-main .contactos-barra .cont-contactos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 85%;
}
.chat-main .contactos-barra .cont-contactos .cont-contacto {
  padding: 15px;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #10223e;
}
.chat-main .contactos-barra .cont-contactos .cont-contacto a {
  color: #fff;
  text-decoration: none;
}
.chat-main .foro-publicacion {
  align-self: center;
  width: 70%;
  background-color: #1B396A;
  height: auto;
  margin: 10px;
  display: flex;
  color: #fff;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
}
.chat-main .foro-publicacion hr {
  margin: 0;
  margin-bottom: 5px;
}
.chat-main .foro-publicacion .header-publicacion {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 29px;
  align-items: center;
}
.chat-main .foro-publicacion .header-publicacion p:first-of-type {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
.chat-main .foro-publicacion .header-publicacion p:last-of-type {
  font-size: 12px;
  font-weight: lighter;
}
.chat-main .foro-publicacion .header-publicacion button {
  color: #c0c0c0;
  margin-left: auto;
}
.chat-main .foro-publicacion .contenido {
  text-align: left;
  margin-bottom: 5px;
}
.chat-main .foro-publicacion .contenido pre {
  font-size: 16px;
}
.chat-main .foro-publicacion .comentarios-box {
  height: 0;
  display: none;
  flex-direction: column;
  align-items: center;
}
.chat-main .foro-publicacion .comentarios-box .escribe-comentario {
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  align-self: flex-end;
}
.chat-main .foro-publicacion .comentarios-box .escribe-comentario button {
  color: #fff;
}
.chat-main .foro-publicacion .comentarios-box .escribe-comentario textarea {
  width: 95%;
  height: auto;
  resize: none;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}
.chat-main .foro-publicacion .comentarios {
  max-height: 600px;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.chat-main .foro-publicacion .comentarios .comentario {
  margin-left: 20px;
}
.chat-main .foro-publicacion .comentarios .comentario p:last-of-type {
  overflow-wrap: break-word;
}
@keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 300px;
  }
}
@keyframes reduce {
  from {
    height: 300px;
  }
  to {
    height: 0;
  }
}
@keyframes appear {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes disappear {
  from {
    display: flex;
  }
  to {
    display: none;
  }
}
.contenedor {
  display: flex;
  flex-wrap: wrap;
}
.columna {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .columna {
    flex: 100%;
  }
}
.menu {
  position: fixed;
  z-index: 10000;
  width: 150px;
  background: #fffdfd;
  border-radius: 5px;
  transform: scale(0);
  transform-origin: top left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid rgb(136, 131, 131);
}
.menu.visible {
  transform: scale(1);
  transition: transform 100ms ease-in-out;
}
.menu .item {
  padding: 8px 10px;
  font-size: 15px;
  text-align: left;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  border-radius: inherit;
}
.menu .item:hover {
  background: rgb(175, 219, 255);
}
.groupBox {
  padding: 5px 20px 15px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0px;
}
.groupBox--contenedorRenglones {
  padding: 5px 20px 15px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0px;
  row-gap: 20px;
}
.columna--controles {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
  width: 100%;
}
.datos--proyecto {
  width: 40%;
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
  margin-top: 20px;
}
.fondo_negro {
  background-color: black;
}
.file_holder {
  border-radius: 50px;
  width: 100%;
  min-width: 300px;
  background: #fff;
  color: #1B396A;
  display: flex;
  align-items: center;
}
.file_holder > button {
  padding-left: 10px;
}
.file_holder p {
  padding-top: 15px;
  margin-right: auto;
  animation: fade_in 1s ease normal forwards;
}
.file_holder .fa-download {
  padding-right: 10px;
  margin-left: auto;
  animation: fade_in 1s ease normal forwards;
}
.file_holder {
  animation: crecimiento_ancho 1s ease normal forwards;
}
.file_holder_chico_descargar {
  border-radius: 50px;
  background: #fff;
  color: #1B396A;
  display: flex;
  align-items: center;
  justify-content: baseline;
  padding: 10px;
  max-height: 30px;
  margin-bottom: 5px;
}
.file_holder_chico_descargar a {
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 20px;
  display: flex;
  text-decoration: none;
  animation: fade_in 1s ease normal forwards;
}
.file_holder_chico_descargar .fa-download {
  margin-left: auto;
  animation: fade_in 1s ease normal forwards;
}
.file_holder_chico_descargar {
  width: 250px;
}
.icon_groupbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-flow: nowrap;
}
.scrollable-window {
  overflow-y: scroll;
}
.groupbox_azul {
  background-color: #1B396A;
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.groupbox_azul textarea {
  border: none;
  border-radius: 10px;
  resize: none;
}
@keyframes crecimiento_ancho {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes fade_in {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
/*Iconos de las flechas de los selectOption*/
select {
  padding-block: 0px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 16px;
  background-color: azure;
  outline: none;
  padding: 8px 15px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="white" /></svg>');
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px;
  padding-right: 30px;
}
select:disabled {
  background-color: lightgray;
  opacity: 0.7;
  color: black;
}
select {
  height: 36px;
}
.select_option_principal {
  min-height: 35px;
  background: #1B396A;
  color: #fff;
  outline: none;
  padding: 8px 15px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="white" /></svg>');
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px;
  padding-right: 30px;
}
.select_option_secundario {
  min-height: 35px;
  background: #807E82;
  color: #fff;
  outline: none;
  padding: 8px 15px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="white" /></svg>');
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px;
  padding-right: 30px;
}
.select_option_oscuro {
  min-height: 35px;
  background: #000;
  color: #fff;
  outline: none;
  padding: 8px 15px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="white" /></svg>');
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px;
  padding-right: 30px;
}
.select_option_claro {
  min-height: 35px;
  background: #fff;
  color: #000;
  outline: none;
  padding: 8px 15px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="white" /></svg>');
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px;
  padding-right: 30px;
  width: 100%;
  border: 1px solid black;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="black" /></svg>');
}
.select_option_formulario {
  min-height: 35px;
  background: #fff;
  color: #000;
  outline: none;
  padding: 8px 15px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="white" /></svg>');
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px;
  padding-right: 30px;
  border: 1px solid black;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="black" /></svg>');
  max-width: 500px;
}
@media screen and (max-width: 1120px) {
  .select_option_formulario {
    max-width: 290px;
  }
}
input {
  padding-block: 0px;
  padding: 8px 15px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 16px;
  background-color: azure;
}
input:disabled {
  background-color: lightgray;
  color: black;
  opacity: 0.7;
}
input {
  height: 36px;
}
input[type=number] {
  text-align: right;
  width: 100px;
}
input[type=number].input_2_digit {
  padding: 8px;
  width: 60px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  height: 30px;
}
input[type=datetime-local] {
  border-radius: 10px;
  color: #1B396A;
}
input[type=file] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  background-color: #fff;
  padding: 5px;
  color: #10223e;
  text-align: center;
}
input[type=file]:hover {
  opacity: 60%;
  cursor: pointer;
}
input[type=radio] {
  margin: 0px 10px;
}
input[type=button] {
  display: inline-block;
  width: 196;
  background: #1B396A;
  color: #fff;
  height: auto;
  padding: 13px 15px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
input[type=button]:hover {
  box-shadow: 0 0 3px 1px #051367;
}
::-webkit-file-upload-button {
  border-radius: 50px;
  padding: 10px;
  color: #10223e;
  background: #c0c0c0;
  border: none;
}
::-webkit-file-upload-button:hover {
  opacity: 60%;
  cursor: pointer;
}
textarea {
  padding: 10px;
  width: 93%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  resize: none;
}
textarea:disabled {
  background-color: lightgray;
  color: black;
  opacity: 0.7;
}
.input_text {
  padding: 13px 15px;
  width: 200px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  font-family: sans-serif;
  font-size: 16px;
}
.login__input {
  padding: 10px;
  width: 100%;
  border: 1px solid #000;
  font-size: 1rem;
  border-radius: 50px;
}
.input-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  background-color: transparent;
  color: #10223e;
  text-align: center;
}
.input-file:hover {
  opacity: 60%;
  cursor: pointer;
}
.input__formulario {
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
}
.text__area {
  padding: 10px;
  width: 93%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  resize: none;
}
.text__area__fill {
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  resize: none;
}
.text__area__fill__rubrica {
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  height: 100px;
  resize: none;
}
.text__area__borderBottom {
  padding: 10px;
  width: 100%;
  border: 1px solid #000;
  font-size: 1rem;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #c0c0c0;
  resize: none;
  padding: 5px 10px;
}
textarea.text__area__borderBottom:focus {
  outline: none;
  border-bottom: 3px solid #c0c0c0;
}
textarea.text__area__borderBottom::-webkit-scrollbar {
  width: 0px;
}
.input_date_flechaNegra {
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 10px;
}
.input_date_flechaNegra::-webkit-calendar-picker-indicator {
  filter: invert(1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="white" /></svg>');
}
.input_date_flechaBlanca::-webkit-calendar-picker-indicator {
  filter: invert(1);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z" fill="black" /></svg>');
}
input[type=radio] {
  margin: 0px 10px;
}
.input_search {
  min-width: 40px;
  width: 40px;
}
.input__formularios {
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  height: 30px;
}
.input__chicos {
  padding: 10px;
  width: 20%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  height: 30px;
}
.input__medianos {
  padding: 10px;
  width: 40%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  height: 30px;
}
.box {
  float: cent;
  border: 4px solid darkblue;
  width: 130px;
  height: 185px;
  margin-left: 30%;
}
.input__listbox {
  padding: 10px;
  width: 35%;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  height: 39px;
}
.input__numeric_repor {
  padding: 10px;
  width: 80px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 1rem;
  height: 39px;
  background-color: #1B396A;
  color: #fff;
}
.prueba1 {
  position: relative;
}
.inputText__conBoton {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.inputText__conBoton input[type=text] {
  outline: none;
  border: none;
}
.inputText__conBoton .boton__sinFondo {
  padding: 0 10px 0 10px;
}
.inputText__conBoton input[type=text]:focus ul {
  background-color: #02d313;
  display: block;
}
input.inputText_deshabilitado:disabled {
  color: #000;
}
textarea.textarea_deshabilitado:disabled {
  color: #000;
  background-color: #c0c0c0;
  opacity: 100%;
}
.textarea_habilitada {
  border-width: 3px;
  border-color: #02d313;
}
.inputText_resaltado {
  background-color: #10223e;
  color: #fff;
  border: none;
}
.inputText_deshabilitado {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.switch {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 40px;
}
.switch input {
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c0c0c0;
  transition: 0.4s;
  border-radius: 30px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 5px;
  bottom: 5px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #1B396A;
}
.switch input:checked + .slider:before {
  transform: translateX(15px);
}
.switch_contenedor {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.switch_contenedor p {
  margin-right: 5px;
}
.login__link {
  color: #1B396A;
  text-decoration: none;
  font-weight: bold;
}
.link {
  display: inline-block;
  text-decoration: none;
  color: var(--blanco);
  margin: 5px 10px;
  font-weight: bold;
}
.lista--sencilla {
  list-style: none;
}
.lista--sencilla li {
  margin-top: 5px;
  margin-left: 10px;
}
.lista--coincidencia {
  list-style: none;
  position: absolute;
  width: 100%;
  max-height: 245px;
  overflow-y: scroll;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.lista--item {
  padding: 15px;
  cursor: pointer;
}
.lista--item:hover {
  background-color: #c0c0c0;
}
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
li ol > li {
  margin: 0;
}
li ol > li:before {
  content: counters(item, ".") " ";
}
.lds-contenedor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*@import '../globals/colores';*/
/*Menu lateral*/
#main {
  display: block;
  width: 100%;
  padding: 20px;
  padding-left: 100px;
  height: 40px;
  position: relative;
  top: 0;
  z-index: 200;
  transition: padding-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#main .icon__menu {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(10px);
}
#main .icon__menu i {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  color: #fff;
}
.menu_top {
  position: absolute !important;
  display: block;
  width: 25px !important;
  height: 28px !important;
  top: 2px !important;
  left: 2px !important;
  padding: 4px 2px !important;
  color: #fff;
  background-color: #1B396A;
  z-index: 201;
}
.menu_top i {
  position: relative !important;
  cursor: pointer;
  top: 2px !important;
}
.menu_side {
  width: 60px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #1B396A;
  font-size: 16px;
  z-index: 300;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu_side a {
  text-decoration: none;
  transition: all 0.6s ease;
}
.menu_side a:hover {
  transition: all 0.6s ease;
}
.menu_side > header {
  width: 100%;
  display: block;
  padding: 0.75em 1em;
}
.menu_side > header span {
  display: none;
}
.menu_side > ul {
  height: 100%;
  font-weight: 400;
  padding-bottom: 3em;
  padding-top: 3em;
  z-index: 9;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.menu_side > ul > li > a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  width: 10px;
  color: #fff;
  text-decoration: inherit;
  right: 0.75em;
  top: 45%;
}
.menu_side > ul > li a[href="#"]:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  width: 10px;
  color: #fff;
  text-decoration: inherit;
  right: 0.75em;
  top: 45%;
}
.menu_side > ul li {
  margin-left: 0;
  padding-left: 0;
  font-size: 1em;
  display: inline-block;
  width: 100%;
}
.menu_side > ul li > a {
  color: #fff;
  font-size: 0.75em;
  padding: 1.05em 1em;
  position: relative;
  display: block;
}
.menu_side > ul li > a:hover {
  background-color: #10223e;
  transition: all 0.6s ease;
}
.menu_side > ul li > div.nombre_usuario {
  color: #fff;
  font-size: 0.75em;
  padding: 1.05em 1em;
  position: relative;
  display: block;
}
.menu_side > ul li i {
  font-size: 1em;
  padding-right: 0.5em;
  width: 9em;
  display: inline;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
}
.menu_side > ul li span {
  display: none;
}
.menu_side > ul li > ul {
  padding-left: 20px;
  display: none;
}
.header_move {
  padding-left: 200px;
}
.header_move span {
  display: inline !important;
}
.main_move {
  padding-left: 260px !important;
}
.menu__side_move {
  width: 220px;
}
.menu__side_move span {
  display: inline !important;
}
.menu__side_move2 {
  width: 220px;
}
.menu__side_move2 span {
  display: inline !important;
}
.main_move2 {
  padding-left: 260px !important;
}
.header_move2 {
  padding-left: 200px;
}
.header_move2 span {
  display: inline !important;
}
@media screen and (max-width: 760px) {
  .header_menu {
    padding-left: 80px;
  }
  .main_menu {
    padding-left: 100px;
  }
  .header_move {
    padding-left: 0px;
  }
  .main_move {
    padding-left: 20px !important;
  }
  .menu__side_move {
    width: 80px;
    left: -80px;
  }
  #main {
    padding: 20px;
    transition: padding-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.mi-modal-error {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.mi-modal-content {
  position: relative;
  box-sizing: border-box;
  background-color: #fefefe;
  padding: 20px;
  border: 4px solid #888;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 500px; /* Could be more or less, depending on screen size */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.6s;
}
/* The Close Button */
.mi-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.mi-modal-close:hover,
.mi-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
.mi-modal-header-success {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
/* Modal Header */
.mi-modal-header-error {
  padding: 2px 16px;
  background-color: red;
  color: white;
}
/* Modal Body */
.mi-modal-body {
  padding: 2px 16px;
  background-color: #fefefe;
  color: black;
}
/* Modal Footer */
.mi-modal-footer-success {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.mi-modal-footer-error {
  padding: 2px 16px;
  background-color: red;
  color: white;
}
/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0%;
    opacity: 1;
  }
}
@media print {
  .pagebreak {
    page-break-before: always;
  } /* page-break-after works, as well */
}
.content-table th, .tabla2 th, .tabla th, .rubrica th, .rubrica--der th,
.content-table td,
.tabla2 td,
.tabla td,
.rubrica td,
.rubrica--der td {
  padding: 8px 5px;
}
.content-table, .tabla2, .tabla, .rubrica, .rubrica--der {
  border-collapse: separate;
  width: 100%;
  margin: 5px 0;
  font-size: 0.9em;
  min-width: 400px;
  border: 1px solid black;
  border-spacing: 0px;
  /*overflow: hidden;*/
  text-align: center;
  border-radius: 10px;
}
.content-table thead, .tabla2 thead, .tabla thead, .rubrica thead, .rubrica--der thead {
  border: none;
}
.content-table thead tr, .tabla2 thead tr, .tabla thead tr, .rubrica thead tr, .rubrica--der thead tr {
  text-align: center;
  font-weight: bold;
}
.content-table thead tr th, .tabla2 thead tr th, .tabla thead tr th, .rubrica thead tr th, .rubrica--der thead tr th {
  border: 0px;
  background-color: #1B396A;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.content-table thead tr:first-of-type > :first-child, .tabla2 thead tr:first-of-type > :first-child, .tabla thead tr:first-of-type > :first-child, .rubrica thead tr:first-of-type > :first-child, .rubrica--der thead tr:first-of-type > :first-child {
  border-radius: 10px 0 0 0;
}
.content-table thead tr:first-of-type > :last-child, .tabla2 thead tr:first-of-type > :last-child, .tabla thead tr:first-of-type > :last-child, .rubrica thead tr:first-of-type > :last-child, .rubrica--der thead tr:first-of-type > :last-child {
  border-radius: 0 10px 0 0;
}
.content-table tbody, .tabla2 tbody, .tabla tbody, .rubrica tbody, .rubrica--der tbody {
  border-radius: 0 0 0 0;
  border: none;
}
.content-table tbody tr:nth-of-type(even), .tabla2 tbody tr:nth-of-type(even), .tabla tbody tr:nth-of-type(even), .rubrica tbody tr:nth-of-type(even), .rubrica--der tbody tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
.content-table tbody tr td, .tabla2 tbody tr td, .tabla tbody tr td, .rubrica tbody tr td, .rubrica--der tbody tr td {
  border: 1px solid black;
}
.content-table tbody tr td p strong, .tabla2 tbody tr td p strong, .tabla tbody tr td p strong, .rubrica tbody tr td p strong, .rubrica--der tbody tr td p strong {
  font-size: 0.7rem;
}
.content-table tbody tr:last-child, .tabla2 tbody tr:last-child, .tabla tbody tr:last-child, .rubrica tbody tr:last-child, .rubrica--der tbody tr:last-child {
  z-index: 2;
}
.content-table tbody tr:last-child td:first-child, .tabla2 tbody tr:last-child td:first-child, .tabla tbody tr:last-child td:first-child, .rubrica tbody tr:last-child td:first-child, .rubrica--der tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.content-table tbody tr:last-child td:last-child, .tabla2 tbody tr:last-child td:last-child, .tabla tbody tr:last-child td:last-child, .rubrica tbody tr:last-child td:last-child, .rubrica--der tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.content-table tbody tr th, .tabla2 tbody tr th, .tabla tbody tr th, .rubrica tbody tr th, .rubrica--der tbody tr th {
  min-width: 24em;
  position: sticky;
  left: 0;
  z-index: 1;
}
.tabla_vista_temario th {
  padding: 12px 16px;
}
.tabla_vista_temario td {
  padding: 8px 12px;
}
.tabla_vista_temario {
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  /*overflow: hidden;*/
  text-align: center;
}
.tabla_vista_temario thead tr {
  text-align: center;
  font-weight: bold;
}
.tabla_vista_temario thead tr th {
  font-size: 20px;
  background-color: #1B396A;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
.tabla_vista_temario tbody tr:nth-of-type(even) td:nth-of-type(4), .tabla_vista_temario tbody tr:nth-of-type(even) td:nth-of-type(5) {
  background-color: #f2f2f2;
}
.tabla_vista_temario tbody tr:nth-of-type(even) td td:first-of-type {
  background-color: #f2f2f2;
}
.tabla_vista_temario tbody tr td:first-of-type, .tabla_vista_temario tbody tr td:nth-of-type(2), .tabla_vista_temario tbody tr td:nth-of-type(3) {
  border-bottom: 2px solid #ddd;
}
.tabla_vista_temario tbody tr td:first-of-type:nth-of-type(even), .tabla_vista_temario tbody tr td:nth-of-type(2):nth-of-type(even), .tabla_vista_temario tbody tr td:nth-of-type(3):nth-of-type(even) {
  background-color: #f2f2f2;
}
.tabla_vista_temario tbody tr td {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}
.tabla_vista_temario tbody tr td:nth-of-type(4), .tabla_vista_temario tbody tr td:nth-of-type(5) {
  border-bottom: 2px solid #ddd;
}
.tabla_vista_temario tbody tr th {
  min-width: 24em;
  position: sticky;
  left: 0;
  z-index: 1;
}
.rubrica, .rubrica--der {
  margin: 0;
}
.rubrica thead, .rubrica--der thead {
  width: 100%;
}
.rubrica thead tr, .rubrica--der thead tr {
  text-align: center;
  font-weight: bold;
}
.rubrica thead tr th, .rubrica--der thead tr th {
  font-weight: bold;
  background-color: #fff;
  color: #1B396A;
  top: 0;
  z-index: 2;
}
.rubrica thead tr th textarea, .rubrica--der thead tr th textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  resize: none;
  color: #1B396A;
  border-bottom: 1px solid #1B396A;
}
.rubrica thead tr:first-of-type > :first-child, .rubrica--der thead tr:first-of-type > :first-child {
  border-radius: 10px 0 0 0;
}
.rubrica thead tr:first-of-type > :last-child, .rubrica--der thead tr:first-of-type > :last-child {
  border-radius: 0 10px 0 0;
}
.rubrica tbody, .rubrica--der tbody {
  width: 100%;
}
.rubrica tbody tr textarea, .rubrica--der tbody tr textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
.rubrica tbody tr:nth-of-type(n), .rubrica--der tbody tr:nth-of-type(n) {
  background-color: #c0c0c0;
  color: black;
}
.rubrica tbody tr:nth-of-type(even), .rubrica--der tbody tr:nth-of-type(even) {
  background-color: #fff;
  color: black;
}
.rubrica tbody tr:last-of-type, .rubrica--der tbody tr:last-of-type {
  border-bottom: 1px solid #807E82;
}
.rubrica tbody tr td p strong, .rubrica--der tbody tr td p strong {
  font-size: 0.7rem;
}
.rubrica tbody tr th, .rubrica--der tbody tr th {
  min-width: 24em;
  left: 0;
  z-index: 1;
}
.rubrica--der {
  min-width: 2%;
  width: 2%;
}
.rubrica--der thead tr th button {
  background-color: #fff; /* Green */
  border: none;
  color: #1B396A;
  height: 16px;
}
.table-row-selected tbody tr:hover {
  background-color: rgb(175, 219, 255);
}
.table-cell-selected tbody td:hover {
  background-color: rgb(175, 219, 255);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.table__fullRow__selected tbody tr:hover {
  background-color: rgb(175, 219, 255);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.table-cell-active {
  outline: 4px solid #BC0000 !important;
  outline-offset: -4px;
}
.table__cell__active__azul {
  outline: 3px solid rgb(175, 219, 255) !important;
  outline-offset: -3px;
}
.table-td-width tbody td {
  width: 100vw;
}
.table-scroll-Y tbody {
  display: block;
  max-height: 400px;
  overflow-y: scroll;
}
.table__scroll__Y {
  max-height: 400px;
  overflow-y: scroll;
}
.tabla2 {
  table-layout: fixed;
}
.tabla2 thead th:nth-child(1) {
  width: 5%;
  min-width: 100px;
}
.tabla2 thead th:nth-child(2) {
  width: 65%;
}
.tabla2 thead th:nth-child(3) {
  width: 5%;
  min-width: 100px;
}
.tabla2 thead th:nth-child(4) {
  width: 5%;
  min-width: 100px;
}
.tabla2 thead th:nth-child(5) {
  width: 10%;
}
@media screen and (max-width: 1200px) {
  .tabla2 {
    table-layout: auto;
  }
}
.rubricaPuntaje {
  width: 100%;
}
.tabla-archivos-adjuntos tbody {
  display: block;
  overflow-y: scroll;
  width: 70%;
}
.tabla-archivos-adjuntos tbody tr {
  display: table;
  width: 100%;
  background-color: transparent;
}
.tabla-archivos-adjuntos tbody tr td {
  text-align: left;
  padding: 5px 10px;
}
.tabla_nowrap td, .tabla_nowrap th {
  white-space: nowrap;
  overflow: hidden;
}
.tabs {
  max-width: 800px;
  margin: auto;
}
.tabs__nav {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.tabs__nav button {
  background: #eee;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: bold;
}
.tabs__nav button:hover {
  background: #ccc;
}
.tabs__nav button.active {
  background: #007bff;
  color: white;
}
.tabs__panel {
  display: none;
}
.tabs__panel.active {
  display: block;
}
.texto--verde {
  color: #02d313;
}
.texto--normal {
  margin: 0.5rem 0;
}
.texto--bold {
  font-weight: bold;
}
.texto--resaltado {
  margin-bottom: 1rem;
  font-weight: bold;
}
.titulo--seccion {
  font-size: 2rem;
  font-weight: 300;
  align-self: flex-start;
}
.oculto {
  display: none;
}
.texto--ok {
  color: #02d313;
}
.texto--error {
  color: #BC0000;
}
.texto--clave {
  color: #ffff00;
}
.texto--centrado .text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 24px; /* Ajusta el tamaño de la fuente según tus necesidades */
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.tooltip.show {
  opacity: 1;
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
body {
  background: #fff;
  font-size: 16px;
}
hr {
  margin: 5px 0px;
  border-right: 0;
  border-left: 0;
  width: 100%;
  box-sizing: border-box;
}
legend {
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #807E82;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background: #807E82;
  border-radius: 10px;
}
.error {
  color: red;
}
:root {
  --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-backdrop-transition: background-color 0.1s;
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-footer-border-color: #eee;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-icon-zoom: 1;
  --swal2-icon-animations: true;
  --swal2-title-padding: 0.8em 1em 0;
  --swal2-html-container-padding: 1em 1.6em 0.3em;
  --swal2-input-border-radius: 0.1875em;
  --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-background: transparent;
  --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
  --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
  --swal2-close-button-outline: initial;
  --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
  --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
  --swal2-close-button-hover-transform: none;
  --swal2-button-transition: background-color 0.2s, box-shadow 0.2s;
  --swal2-confirm-button-border: 0;
  --swal2-confirm-button-border-radius: 0.25em;
  --swal2-confirm-button-background-color: #7066e0;
  --swal2-confirm-button-color: #fff;
  --swal2-deny-button-border: 0;
  --swal2-deny-button-border-radius: 0.25em;
  --swal2-deny-button-background-color: #dc3741;
  --swal2-deny-button-color: #fff;
  --swal2-cancel-button-border: 0;
  --swal2-cancel-button-border-radius: 0.25em;
  --swal2-cancel-button-background-color: #6e7881;
  --swal2-cancel-button-color: #fff;
  --swal2-toast-show-animation: swal2-toast-show 0.5s;
  --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
  --swal2-toast-border: none;
  --swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075), 1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075);
}
[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
}
@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: var(--swal2-backdrop-transition);
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container)[popover] {
  width: auto;
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
  container-name: swal2-popup;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: var(--swal2-button-transition);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: var(--swal2-confirm-button-border);
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: var(--swal2-confirm-button-background-color);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), black 10%);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), black 20%);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: var(--swal2-deny-button-border);
  border-radius: var(--swal2-deny-button-border-radius);
  background: initial;
  background-color: var(--swal2-deny-button-background-color);
  color: var(--swal2-deny-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), black 10%);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), black 20%);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: var(--swal2-cancel-button-border);
  border-radius: var(--swal2-cancel-button-border-radius);
  background: initial;
  background-color: var(--swal2-cancel-button-background-color);
  color: var(--swal2-cancel-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), black 10%);
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), black 20%);
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  box-shadow: var(--swal2-action-button-outline);
}
div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
  opacity: 0.4;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  color: inherit;
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: var(--swal2-close-button-transition);
  border: none;
  border-radius: var(--swal2-border-radius);
  outline: var(--swal2-close-button-outline);
  background: rgba(0, 0, 0, 0);
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: var(--swal2-close-button-hover-transform);
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: var(--swal2-close-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: var(--swal2-html-container-padding);
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea), div:where(.swal2-container) select:where(.swal2-select), div:where(.swal2-container) div:where(.swal2-radio), div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: var(--swal2-input-transition);
  border: 1px solid #d9d9d9;
  border-radius: var(--swal2-input-border-radius);
  background: var(--swal2-input-background);
  box-shadow: var(--swal2-input-box-shadow);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror, div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror, div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus, div:where(.swal2-container) input:where(.swal2-file):focus, div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder, div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder {
  color: #ccc;
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder, div:where(.swal2-container) input:where(.swal2-file)::placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input, div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio, div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label, div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input, div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  zoom: var(--swal2-icon-zoom);
  border: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
  }
}
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swal2-show {
  animation: var(--swal2-show-animation);
}
.swal2-hide {
  animation: var(--swal2-hide-animation);
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  border: var(--swal2-toast-border);
  background: var(--swal2-background);
  box-shadow: var(--swal2-toast-box-shadow);
  pointer-events: all;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
  }
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
  }
}
.swal2-toast.swal2-show {
  animation: var(--swal2-toast-show-animation);
}
.swal2-toast.swal2-hide {
  animation: var(--swal2-toast-hide-animation);
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
main {
  display: block;
}
.main__reinscripcion {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1500px;
  min-height: 100vh;
  margin: 0 auto;
}
.contenedor__centrado {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenedor__lados {
  width: 100%;
  display: flex; /* Activa flexbox */
  justify-content: space-between; /* Distribuye elementos: uno a la izquierda y otro a la derecha */
  align-items: center; /* Alinea verticalmente en el centro */
}
.contenedor__centrado__fila {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contenedor__columna {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
.contenedor__columna__entregas {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #c0c0c0;
  overflow-y: auto;
  direction: rtl;
}
.ventana_flotante_centrada {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  top: 60px;
}
.ventana_flotante_centrada form {
  width: 100%;
}
.ventana_flotante_centrada {
  animation: slide_up 0.5s ease normal forwards;
  z-index: 10;
}
.ventana_flotante_mensaje_jpd {
  width: 40%;
  min-width: 250px;
}
@keyframes slide_up {
  from {
    margin: 100% 0 auto;
  }
  to {
    margin: 0 auto;
  }
}
@keyframes slide_down {
  from {
    margin: 0 auto;
  }
  to {
    margin: 100% 0 auto;
  }
}
.header__reinscripcion {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 2px;
}
.header__reinscripcion h2, .header__reinscripcion h3 {
  text-align: center;
}
.datos__estudiante {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #807E82;
  border-radius: 10px;
  padding: 20px 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 2px;
}
.contenedor__2columnas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 10px;
}
.contenedor__2columnas .boton_sinFondo {
  display: block;
  width: 1.3rem;
  margin-right: 15px;
  margin-bottom: 3px;
  cursor: pointer;
  margin: auto;
}
.contenedor__2columnas .boton_sinFondo i {
  font-size: 1.2rem;
}
.texto__centrado {
  text-align: center;
  grid-column: 2;
  grid-row: 3;
}
@media screen and (max-width: 1450px) {
  .contenedor__2columnas {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 850px) {
  .datos__estudiante {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .datos__estudiante {
    display: flex;
    flex-direction: column;
  }
}
/*Menu Reporte*/
.datos__reportes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #807E82;
  border-radius: 10px;
  padding: 20px 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 30px;
}
.header__reportes {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 16px;
}
.header__reportes h2, .header__reportes h3 {
  text-align: center;
}
.contenedor__7columnas {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 40px;
}
.contenedor__7columnas .boton_sinFondo {
  display: block;
  width: 1.3rem;
  margin-right: 15px;
  margin-bottom: 3px;
  cursor: pointer;
  margin: auto;
}
.contenedor__7columnas .boton_sinFondo i {
  font-size: 1.2rem;
}
/*Menu Constancias*/
.datos__constancias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #807E82;
  border-radius: 10px;
  padding: 20px 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 30px;
}
.header__constancias {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 16px;
}
.header__constancias h2, .header__constancias h3 {
  text-align: center;
}
.field {
  display: flex;
  flex-direction: column;
  width: 20rem;
  margin: 1rem 2;
}
/*siia inicio*/
.unaColumna {
  display: grid;
  grid-template-columns: 1fr;
}
.siia--inicio {
  width: 100%;
  border: 1px solid #807E82;
  border-radius: 10px;
  padding: 1rem;
}
.siia--inicio p {
  margin-bottom: 0.5rem;
}
.contenedor__bordeRedondo {
  width: 100%;
  border: 1px solid #807E82;
  border-radius: 10px;
  padding: 1rem;
}
.objeto__oculto {
  display: none;
}
@media screen and (max-width: 1160px) {
  .scrollTable {
    overflow-x: scroll;
  }
}
.scrollTableY {
  overflow-y: scroll;
  height: 500px;
}
.unaColumna--controles {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 10px;
  padding: 5px 20px;
  border-radius: 10px;
}
.unaColumna__controles--alignRigth {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.unaColumna__controles--alignLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.unaColumna__controles--alignLeft2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .unaColumna--controles {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
/* Catalogo Carreras */
.contenedor__2columnas__sinmargen {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .contenedor__2columnas__sinmargen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contenedor__3columnas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 20px;
}
.contenedor__3columnas--columnaMedio {
  display: grid;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: auto 1fr auto;
}
.contenedor__3columnas--noMarginTop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contenedor__4columnas--noMarginTop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contenedor__3columnas--espaciado {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.contenedor__2columnas--controles {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 10px;
}
@media screen and (max-width: 1400px) {
  .contenedor__3columnas--espaciado {
    flex-direction: column;
    row-gap: 20px;
  }
  .contenedor__3columnas--espaciado span {
    width: 80%;
  }
  .contenedor__2columnas--controles {
    flex-direction: column;
    row-gap: 20px;
  }
  .contenedor__2columnas--controles span {
    width: 80%;
  }
}
.contenedor__4columnas--espaciado {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contenedor__10columnas {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 800px) {
  .contenedor__3columnas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.vigente {
  color: #1B396A;
}
.noVigente {
  color: #BC0000;
}
.contenedor__fieldset {
  text-align: justify;
  padding: 10px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 5px;
  flex-direction: row;
  justify-content: space-evenly;
  border-radius: 15px;
  margin-bottom: 15px;
}
.contenedor__fieldset__formulario {
  padding: 3% 3% 3% 3%;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.contenedor__formulario__superpuesto {
  position: absolute;
  top: 40px;
  left: auto;
  right: auto;
  width: 75%;
  height: auto;
  z-index: 302;
  padding: 20px 20px;
  border-radius: 15px;
  border-color: black;
  border-style: solid;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: top 0.2s ease;
}
@media screen and (max-width: 760px) {
  .contenedor__formulario__superpuesto {
    left: 5%;
    width: 90%;
    height: auto;
  }
}
.contenedor__form {
  text-align: left;
  padding: 10px;
  width: 100%;
  height: auto;
  display: flex;
  gap: 1px;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 15px;
  margin-bottom: 15px;
}
.contenedor__botones__formulario {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.separador {
  position: fixed;
  z-index: 301;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.255);
}
.formulario__5rows {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  row-gap: 20px;
  width: 100vmax;
  height: 210vh;
  background: rgba(0, 0, 0, 0.7);
}
.contenedor__botonAgregar {
  width: 10%;
  width: 100vmax;
  height: 210vh;
  background: rgba(0, 0, 0, 0.7);
}
.contenedor__2columnas__noMarginTop a {
  justify-self: right;
}
.contenedor__2columnas__noMarginTop {
  display: flex;
  justify-content: space-between;
  justify-items: center;
}
.icono--resaltado {
  color: #1B396A;
}
.materia__normal {
  width: 120px;
  height: 120px;
  background-color: #1B396A;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #fff;
  border-radius: 5%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-width: 4px;
  border-style: solid;
  border-color: #1B396A;
  cursor: pointer;
  font-size: 13px;
}
.materia__normal:hover {
  box-shadow: 0 0 3px 1px #1b396a;
}
.materia__especialidad {
  width: 120px;
  height: 120px;
  background-color: #807E82;
  margin-bottom: 10px;
  display: flex;
  border-width: 4px;
  border-style: solid;
  border-color: #807E82;
  flex-direction: column;
  justify-content: space-around;
  color: #fff;
  border-radius: 5%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 13px;
  cursor: pointer;
}
.materia__especialidad:hover {
  box-shadow: 0 0 3px 1px #807e82;
}
.materia__seleccionada {
  border-color: #BC0000;
  border-width: 4px;
  border-style: dashed;
}
.contenedor_borde {
  padding: 10px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
.subText__materias {
  font-size: 11px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.contenedorFlex, fieldset > div, .formFlex > div {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  width: 100%;
}
.contenedorFlex > *, fieldset > div > *, .formFlex > div > * {
  flex: 1;
  box-sizing: border-box;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .contenedorFlex > *, fieldset > div > *, .formFlex > div > * {
    flex: 100%;
  }
}
.contenedorLabelInput, fieldset > div > div, .formFlex > div > div {
  display: flex;
  flex-direction: column; /* Organiza los elementos en columna */
  align-items: flex-start; /* Opcional: Alinea los elementos a la izquierda */
  gap: 5px; /* Espaciado opcional entre el label y el input */
}
.input-wrapper {
  display: flex; /* Coloca el input y el símbolo % en la misma línea */
  align-items: center; /* Alinea el texto % con el input */
  gap: 5px; /* Espaciado entre el input y el símbolo % */
  flex-direction: row;
}
.formFlex {
  text-align: left;
  padding: 10px;
  width: 100%;
  height: auto;
  display: flex;
  gap: 1px;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 15px;
  margin-bottom: 15px;
}
.formFlex label {
  font-weight: bold;
}
fieldset {
  text-align: left;
  padding: 10px;
  width: 100%;
  height: auto;
  display: flex;
  gap: 1px;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 15px;
  margin-bottom: 15px;
}
fieldset label {
  font-weight: bold;
}
.contenedor {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 100%;
}
.contenedor__controles {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contenedor__controles button {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .contenedor__controles {
    flex-flow: row wrap;
    justify-content: center;
  }
  .contenedor__controles button {
    width: 90%;
  }
}
.contenedor__controles--datoProyecto {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-flow: row wrap;
}
.contenedor__controles--datoProyecto textarea {
  flex: 1;
}
.contenedor__2columnasN {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.buscador {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.hand {
  cursor: pointer;
}
.field {
  display: flex;
  flex-direction: column;
  width: 20rem;
  margin: 1rem 1;
}
.posicion {
  text-align: center;
}
.justificado__derecha {
  justify-self: right;
}
.justificado__alfinal--controles {
  align-items: flex-end;
}
.contenedor_Rows {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  row-gap: 40px;
}
.panelBusqueda {
  display: grid;
  border-top: none;
  border: 1px solid #807E82;
  width: 95.55%;
  padding: 5px 10px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.panelBusqueda div:hover {
  background-color: #807E82;
}
.contenedor_elementos_texto {
  grid-row: 1;
  width: 100%;
}
.contenedor_elementos_texto span {
  display: inline-block;
  white-space: nowrap;
  margin: 0px 8px 8px 8px;
}
.cabecera_menu_rubrica {
  background-color: #1B396A;
  border-radius: 10px 10px 0 0;
  padding: 5px 10px 5px 10px;
  margin-top: 0;
  width: 300px;
}
.cabecera_menu_rubrica p {
  color: #fff;
}
.contenido_menu_rubrica {
  background-color: #c0c0c0;
  border-radius: 0;
  padding: 25px 10px 25px 10px;
  margin-top: 0;
  width: 300px;
}
.contenido_menu_rubrica button {
  margin: 5px 0 5px 0;
}
.cabecera_menu_unidades {
  background-color: #1B396A;
  border-radius: 10px 10px 0 0;
  padding: 5px 10px 5px 10px;
  margin-top: 0;
  width: 200px;
}
.cabecera_menu_unidades p {
  color: #fff;
}
.cabecera_menu_unidades p:last-of-type {
  font-size: 20px;
}
.contenido_menu_unidades {
  background-color: #c0c0c0;
  border-radius: 0 0 10px 10px;
  padding: 25px 10px 25px 10px;
  margin-top: 0;
  width: 200px;
}
.contenido_menu_unidades button {
  margin: 5px 0 5px 0;
  width: 125px;
}
.contenido_observaciones_instrumentacion {
  background-color: #c0c0c0;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  margin-top: 0;
  width: 200px;
}
.contenido_observaciones_instrumentacion textarea {
  padding: 5px;
  width: 95%;
  resize: none;
  height: 100px;
}
.contenedor_botones_instrumentacion {
  background-color: #fff;
  border-radius: 0 0 0 0;
  padding: 15px 5px 15px 5px;
  margin-top: 0;
  width: 200px;
}
.contenedor_botones_instrumentacion button {
  margin: 5px 0 0 0;
}
.contenedor_datos_instrumentacion {
  background-color: #1B396A;
  border-radius: 10px;
  padding: 0 10px 10px 10px;
  margin-top: 10px;
  width: auto;
  margin-bottom: 10px;
}
.contenedor_datos_instrumentacion .contenedor__2columnas div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contenedor_datos_instrumentacion .contenedor__2columnas div i:hover {
  cursor: pointer;
}
.contenedor_datos_instrumentacion span, .contenedor_datos_instrumentacion p {
  display: block;
  color: #fff;
  margin: 8px 0;
}
.contenedor_datos_instrumentacion p {
  text-align: center;
}
.contenedor_datos_instrumentacion textarea {
  resize: none;
  min-height: 150px;
  max-height: 200px;
  height: 100%;
  padding: 5px;
  font-size: 0.9em;
  width: 100%;
}
@keyframes slide_to_top {
  from {
    margin-top: 100%;
  }
  to {
    margin-top: 0%;
  }
}
.contenedor__2columnas__auto {
  grid-template-columns: auto max-content;
}
.cabecera_unidad_instrumentacion {
  display: flex;
  background-color: #1B396A;
  border-width: 0;
  border-radius: 100px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.cabecera_unidad_instrumentacion span:first-of-type {
  margin-left: 0;
  margin-right: 15px;
}
.cabecera_unidad_instrumentacion span:last-of-type {
  margin-left: 15px;
}
.cabecera_unidad_instrumentacion span {
  display: inline-block;
  color: #fff;
  margin-left: auto;
  text-align: center;
}
.rubricaValores, .rubricaValoresDescripcion, .rubricaValoresTitulo, .rubricaValoresTexto {
  border: none;
  outline: none;
  width: 50%;
  height: 50px;
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
  font-size: 16px;
  resize: none;
  color: #1B396A;
  font-weight: bold;
  border-bottom: 1px solid #1B396A;
}
.rubricaValoresTexto {
  width: 100%;
}
.rubricaValoresDescripcion, .rubricaValoresTitulo {
  width: 100%;
  background-color: #fff;
  height: 100px;
}
.rubricaValoresTitulo {
  min-height: 20px;
  height: 50px;
}
.contenedor_tabla_matriz_evaluacion {
  display: grid;
  overflow-y: hidden;
}
.contenedor_menu_unidades_instrumentacion {
  display: block;
}
.cabecera-calificaciones {
  background-color: #c0c0c0;
  border-radius: 100px;
  padding: 0;
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.cabecera-calificaciones div {
  background-color: #1B396A;
  border-radius: 100px;
  padding: 8px 12px;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
}
.cabecera-calificaciones > span {
  margin: 0 10px;
}
.tareas_maestro-main .titulo-tareas_maestro {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 100px;
}
.tareas_maestro-main .titulo-tareas_maestro .fondo-titulo1 {
  background: #1B396A;
  width: 30%;
  z-index: 2;
  position: absolute;
}
.tareas_maestro-main .titulo-tareas_maestro .fondo-titulo2 {
  width: 100%;
  background: #807E82;
  z-index: 1;
  text-align: end;
}
.tareas_maestro-main .titulo-tareas_maestro .fondo-titulo1, .tareas_maestro-main .titulo-tareas_maestro .fondo-titulo2 {
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.tareas_maestro-main .cont-anadir-tarea {
  display: flex;
  justify-content: flex-end;
}
.tareas_maestro-main .cont-anadir-tarea .cont-anadir-tarea2 {
  list-style: none;
}
.tareas_maestro-main .cont-anadir-tarea .cont-anadir-tarea2 li {
  color: #fff;
}
.principal_jpd-main .titulo-principal_jpd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 100px;
  color: #fff;
}
.principal_jpd-main .titulo-principal_jpd .titulo2-jpd {
  text-align: right;
  color: #000;
}
.principal_jpd-main .titulo-principal_jpd .titulo2-jpd, .principal_jpd-main .titulo-principal_jpd .titulo1-jpd {
  width: 100%;
}
.principal_jpd-main .tabla-jpd .tabla th, .principal_jpd-main .tabla-jpd .tabla td {
  padding: 12px 5px;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td {
  white-space: normal;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-red, .principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-orange, .principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-purple, .principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-green, .principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-blue, .principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-gray {
  height: 3px;
  margin-bottom: 5px;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-blue {
  background: blue;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-green {
  background: green;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-orange {
  background: orange;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-red {
  background: red;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-purple {
  background: purple;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td .cc-line-gray {
  background: gray;
}
.principal_jpd-main .tabla-jpd .tabla tbody tr td:last-of-type {
  white-space: nowrap;
}
.header_mailBasico {
  color: #fff;
  background-color: #1B396A;
  font-family: "Monserrat", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header_mailBasico img {
  margin: 5px;
  width: 50px;
  height: 50px;
}
.mensaje_mailBasico {
  border-radius: 10px;
  border: solid;
  border-color: #c0c0c0;
  border-width: 5px;
  width: 100%;
  height: auto;
  min-height: 200px;
  display: flex;
  padding-left: 20px;
  align-items: center;
}
.header_notificaciones {
  width: 100%;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  justify-content: center;
}
.header_notificaciones h1 {
  text-align: center;
}
.header_notificaciones .switch_contenedor {
  justify-self: end;
}
.criterio_seleccionado {
  opacity: 60%;
}
.dark_mode {
  background-color: darkblue;
  color: #fff;
}
.dark_mode .fa-solid {
  background-color: darkblue;
  color: #fff;
}
.dark_mode input, .dark_mode textarea, .dark_mode select {
  background-color: lightblue;
  color: #000;
}
.palomita::before {
  content: "✓";
  color: green;
  font-weight: bold;
  font-size: 1.2em;
}
.tacha::before {
  content: "✗";
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}
.input--uppercase {
  text-transform: uppercase;
}