@charset "UTF-8";
@font-face {
  font-family: HurmeGeometricSans1-Regular1;
  src: url("../fonts/HurmeGeometricSans1-Regular.ttf") format("truetype");
  font-style: "normal";
  font-weight: "700";
}
@font-face {
  font-family: HurmeGeometricSans1-SemiBold;
  src: url("../fonts/HurmeGeometricSans1-SemiBold.ttf") format("truetype");
  font-style: "normal";
  font-weight: "700";
}
@font-face {
  font-family: HurmeGeometricSans1-Light;
  src: url("../fonts/HurmeGeometricSans1-Light.ttf") format("truetype");
  font-style: "normal";
  font-weight: "700";
}
@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.otf") format("opentype");
  font-style: "normal";
  font-weight: "700";
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
  font-style: "normal";
  font-weight: "700";
}
/*html,
body {
    scroll-behavior: smooth;
    height: auto;
    font-size: 13px; //base
    overflow-x: hidden;

    @media (min-width:1024px)  { 
        font-size: 9px;
    }
    @media (min-width:1280px)  { 
        font-size: 11px;
    }
    @media (min-width:1366px)  { 
        font-size: 13px;
    }
    @media (min-width:1680px)  { 
        font-size: 15px;
    }
    @media (min-width:1920px)  { 
        font-size: 17px;
    }
    @media (min-width:2560px)  { 
        font-size: 22px;
    }
    @media (min-width:2600px)  { 
        font-size: 23px;
    }
}*/
.row-background {
  height: 100vh;
}

.navbar-global {
  background-color: indigo;
}

.navbar-global .navbar-brand {
  color: white;
}

.navbar-global .navbar-user > li > a {
  color: white;
}

.navbar-primary {
  position: fixed;
  background-color: white;
  bottom: 0px;
  left: 0px;
  top: 0px;
  width: 14%;
  z-index: 2;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  font-family: HurmeGeometricSans1-Regular1;
}
.navbar-primary .navbar-primary-menu {
  margin-top: 15%;
  height: 62%;
}
.navbar-primary.collapsed {
  width: 5%;
}
.navbar-primary.collapsed .glyphicon {
  width: 80%;
}
.navbar-primary.collapsed .glyphicon img {
  width: 41%;
}
.navbar-primary.collapsed .img-bar-active {
  width: 6%;
}
.navbar-primary.collapsed .img-logo-nav {
  padding: 20%;
}
.navbar-primary.collapsed .img-logo-nav .logo-collapse-iqauqlabi {
  content: url("../images/icons/Isotipo-qualabi.png");
}
.navbar-primary.collapsed .main-cont-photo {
  justify-content: center;
  padding-left: 0%;
}
.navbar-primary.collapsed .name-user-photot {
  display: none;
}
.navbar-primary.collapsed .expand-name {
  opacity: 1;
}
.navbar-primary.collapsed li a {
  text-align: center;
}
.navbar-primary.collapsed .navbar-primary-menu {
  margin-top: 10%;
}
.navbar-primary.collapsed .btn-expand-collapse i {
  float: none;
}
.navbar-primary.collapsed .container-user-photo {
  width: 65% !important;
}
.navbar-primary .nav-label {
  text-align: left;
  vertical-align: bottom;
  font-size: 1vw;
  margin-left: 5%;
  width: 80%;
}
.navbar-primary .img-logo-nav {
  padding: 10%;
}
.navbar-primary .img-bar-active {
  opacity: 0;
  height: 100%;
  width: 2%;
  float: right;
}
.navbar-primary .img-bar-active img {
  width: 100%;
  height: 1.5%;
}
.navbar-primary .active-nav-img.img-bar-active {
  opacity: 1;
}
.navbar-primary .active-nav-img.img-bar-active img {
  width: 100%;
}
.navbar-primary .img-icon-are-equp-active {
  content: url("../images/icons/icono-2-areas-y-equipos.png");
}
.navbar-primary .img-tab-princ-active {
  content: url("../images/icons/icono-2-tablero-principal.png");
}
.navbar-primary .img-tare-active {
  content: url("../images/icons/icono-2-tareas.png");
}
.navbar-primary .img-agreg-usu-active {
  content: url("../images/icons/icono-2-agregar-usuario.png");
}
.navbar-primary .img-repor-active {
  content: url("../images/icons/icono-2-reporte.png");
}
.navbar-primary .active-icon-menu {
  background: linear-gradient(to right, #16365c, #e52460);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-primary .nav-label-active {
  background: #16365c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #16365c, #e52460);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.navbar-primary .cont-user-circle {
  padding: 20%;
}
.navbar-primary .cont-user-circle .img-circle {
  position: relative;
  background-image: url("../images/icons/circulo-foto.png");
  background-position: center;
  background-size: cover;
}
.navbar-primary .main-cont-photo {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 4%;
}
.navbar-primary .main-cont-photo .container-user-photo {
  position: relative;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5%;
  font-size: 1.5vw;
}
.navbar-primary .main-cont-photo .container-user-photo .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the background image covers the entire container */
}
.navbar-primary .main-cont-photo .container-user-photo .overlay {
  position: absolute;
}
.navbar-primary .main-cont-photo .container-user-photo .overlay-image {
  width: 50%; /* Set the desired width for the overlay image */
  height: auto;
  display: block;
  margin: 0 auto; /* Center the image horizontally */
}
.navbar-primary .main-cont-photo .name-user-photot {
  opacity: 1;
  font-family: HurmeGeometricSans1-SemiBold;
  color: #4E267E;
  font-size: 0.9vw;
  vertical-align: bottom;
  text-align: left;
}
.navbar-primary .expand-name {
  padding-top: 4%;
  text-align: center;
  opacity: 0;
  font-family: HurmeGeometricSans1-SemiBold;
  color: #4E267E;
  font-size: 0.9vw;
}
.navbar-primary .custom-submenu {
  position: absolute;
  top: 0;
  left: 100%; /* se despliega a la derecha */
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  min-width: 160px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}
.navbar-primary .custom-submenu a {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}
.navbar-primary .custom-submenu a:hover {
  background-color: #f0f0f0;
}

.navbar-primary.collapsed .glyphicon {
  font-size: 22px;
}

.navbar-primary.collapsed .nav-label {
  display: none;
}

.btn-expand-collapse {
  display: block;
  width: 100%;
  padding: 25px 15px;
  color: #4E267E;
  font-size: 20px;
  text-align: center;
}
.btn-expand-collapse i {
  float: right;
}

.btn-expand-collapse:hover,
.btn-expand-collapse:focus {
  background-color: white;
  color: #4E267E;
}

.btn-expand-collapse:active {
  background-color: white;
}

.navbar-primary-menu,
.navbar-primary-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-primary-menu li a {
  padding: 10px 0px 9px 10px;
  text-align: left;
  color: #4E267E;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.navbar-primary-menu li a:hover {
  background-color: white;
  text-decoration: none;
  color: #4E267E;
}

.navbar-primary-menu li a .glyphicon {
  margin-right: 6px;
  width: 12%;
}
.navbar-primary-menu li a .glyphicon img {
  width: 100%;
}
.navbar-primary-menu li a .glyphicon i {
  font-size: 1.3rem;
}

.main-content {
  margin-left: 14%;
  padding-left: 1%;
  width: 85%;
  background-color: #fcfcfc;
}

.collapsed + .main-content {
  margin-left: 5%;
  width: 94%;
}

.div-logo {
  text-align: center;
}
.div-logo img {
  width: 70%;
}

.div-name-user {
  margin-top: 15rem;
}
.div-name-user .div-cont-perfil {
  display: flex;
}
.div-name-user .div-cont-perfil .cont-photo {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.div-name-user .div-cont-perfil .cont-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}
.div-name-user .div-cont-perfil .cont-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: 0;
  background: conic-gradient(red 0deg 180deg, yellow 180deg 360deg);
  border: 10px solid transparent;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.div-name-user .div-cont-perfil h3 {
  font-family: inherit;
  color: #9ca8bd;
  font-size: 1.3vw;
}

.div-cont .title-principal-tablero h2 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.1vw;
}
.div-cont .title-principal-tablero .color-hr {
  height: 7px;
  background-color: #e4dfec;
  color: #e4dfec;
}
.div-cont .div-button-nueva .btn-href {
  text-decoration: none;
  cursor: pointer;
}
.div-cont .div-button-nueva .btn-href .div-cont-button {
  float: none;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  cursor: pointer;
}
.div-cont .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea {
  width: 28%;
  height: 100%;
  border-radius: 8px;
  background-color: #16365c;
  border: none;
  color: #fff;
  transition: width 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
}
.div-cont .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover {
  width: 100%;
  transition: width 0.7s;
  background: linear-gradient(to right, #16365c, #e52460);
}
.div-cont .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover i {
  margin-left: 3%;
}
.div-cont .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea i {
  opacity: 1;
  margin-left: 100%;
  font-size: 1vw;
}
.div-cont .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea .button-text-hover {
  opacity: 0;
  transition: opacity 0.5s;
  width: 100%;
  left: 0;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: 4%;
}
.div-cont .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover .button-text-hover {
  opacity: 1;
  transition: opacity 0.5s;
}
.div-cont .div-button-nueva .rol-user {
  font-family: inherit;
  color: #9ca8bd;
  font-size: 1vw;
}
.div-cont .div-cont-form .div-box-cont-input .icon-input {
  width: 100%;
  height: 20px;
  color: #AEADAD;
  font-size: 1vw;
  cursor: pointer;
}
.div-cont .div-cont-form .div-box-cont-input .icon-input .cont-icon {
  margin-right: 3%;
  color: #AEADAD;
  width: 10%;
}
.div-cont .div-cont-form .div-box-cont-input .label-inputs {
  font-family: HurmeGeometricSans1-Light;
  font-size: 1rem;
  color: #AEADAD;
}
.div-cont .div-cont-form .div-box-cont-input .custom-select-cont {
  width: 100%;
  border: none;
  padding: 12px;
  max-width: 0;
  padding: 5px;
  transition: all 0.5s ease;
  right: 20px;
  box-sizing: border-box;
  opacity: 0;
  color: #AEADAD;
  font-size: 0.9vw;
}
.div-cont .div-cont-form .div-box-cont-input .custom-select-cont:focus {
  outline: none;
  border-color: #16365c;
  border: none;
}
.div-cont .div-cont-form .div-box-cont-input .custom-select-cont.expanded {
  max-width: 100%;
  opacity: 1;
}
.div-cont .div-cont-form .div-box-cont-input .input-form {
  width: 80%;
  border: none;
  padding: 12px;
  max-width: 0;
  padding: 5px;
  transition: all 0.5s ease;
  right: 20px;
  box-sizing: border-box;
  opacity: 0;
  color: #AEADAD;
  font-size: 0.8vw;
}
.div-cont .div-cont-form .div-box-cont-input .input-form.expanded {
  max-width: 80%;
  opacity: 1;
}
.div-cont .div-cont-form .div-box-cont-input .input-date-ini {
  width: 80%;
  border: none;
  padding: 12px;
  max-width: 0;
  padding: 5px;
  transition: all 0.5s ease;
  right: 20px;
  box-sizing: border-box;
  opacity: 0;
  color: #AEADAD;
  font-size: 1vw;
}
.div-cont .div-cont-form .div-box-cont-input .input-date-ini.expanded {
  max-width: 80%;
  opacity: 1;
  font-size: 0.7vw;
}
.div-cont .div-cont-form .div-box-cont-input .input-date-ini-tab2 {
  width: 80%;
  border: none;
  padding: 12px;
  max-width: 0;
  padding: 5px;
  transition: all 0.5s ease;
  right: 20px;
  box-sizing: border-box;
  opacity: 0;
  color: #AEADAD;
  font-size: 1vw;
}
.div-cont .div-cont-form .div-box-cont-input .input-date-ini-tab2.expanded {
  max-width: 80%;
  opacity: 1;
}
.div-cont .div-cont-form .div-box-cont-input .input-date-fin {
  width: 80%;
  border: none;
  padding: 12px;
  max-width: 0;
  padding: 5px;
  transition: all 0.5s ease;
  right: 20px;
  box-sizing: border-box;
  opacity: 0;
  color: #AEADAD;
  font-size: 1vw;
}
.div-cont .div-cont-form .div-box-cont-input .input-date-fin.expanded {
  max-width: 80%;
  opacity: 1;
  font-size: 0.7vw;
}
.div-cont .div-cont-form .div-box-cont-input .input-date-fin-tab2 {
  width: 80%;
  border: none;
  padding: 12px;
  max-width: 0;
  padding: 5px;
  transition: all 0.5s ease;
  right: 20px;
  box-sizing: border-box;
  opacity: 0;
  color: #AEADAD;
  font-size: 1vw;
}
.div-cont .div-cont-form .div-box-cont-input .input-date-fin-tab2.expanded {
  max-width: 80%;
  opacity: 1;
}
.div-cont .div-cont-form .div-box-cont-input input::placeholder {
  font-family: HurmeGeometricSans1-Light;
  font-size: 1rem;
  color: #AEADAD;
}
.div-cont .div-cont-form .icon-list {
  color: #AEADAD;
  cursor: pointer;
  width: 100%;
}
.div-cont .div-cont-form .icon-list .cont-icon {
  margin-right: 3%;
}
.div-cont .div-cont-form .hidden-list {
  display: none;
}
.div-cont .div-cont-form .btn-outline-dark {
  border: none;
  font-family: HurmeGeometricSans1-Light;
  font-size: 1vw;
  color: #AEADAD;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
.div-cont .div-cont-table .tabla-tablero-principal {
  border: none;
  border-collapse: separate;
  border-spacing: 0 15px;
  /*tbody:before {
      content:"@";
      display:block;
      line-height:10px;
      text-indent:-99999px;
  }*/
}
.div-cont .div-cont-table .tabla-tablero-principal tr th {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #AEADAD;
  text-align: center;
  border: none;
  border-right: solid #AEADAD 2px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .td-title-tarea {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td {
  font-family: HurmeGeometricSans1-Regular1;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: solid #d9d5d5 1px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .icon-user-asignado {
  font-size: 2.5vw;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .buttonsubmitIniciar {
  font-size: 1.5rem;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .buttonsubmitTerminar {
  font-size: 2rem;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .button-terminar-principal {
  font-size: 1.1rem;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .ver-archivo-final {
  font-size: 2rem;
  padding: 0;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .ver-archivo-final img {
  width: 80%;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .ver-solicitud-extension {
  font-size: 2rem;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .buttonsubmitModificar {
  font-size: 1.1rem;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .buttonsubmitAprobar {
  font-size: 1.1rem;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .icon-ver-archivo-final {
  border: none;
  font-size: 0.8vw;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .icon-ver-archivo-final img {
  width: 80%;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .icon-ver-archivo-final-ahref {
  border: none;
  font-size: 0.8vw;
  display: contents;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .icon-ver-archivo-final-ahref img {
  width: 40%;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .div-cont-text-bold {
  font-family: HurmeGeometricSans1-SemiBold;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .btn-photo-asigneed {
  border-radius: 100%;
  height: 5.7vh;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .btn-photo-asigneed i {
  font-size: 1.5vw;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .color-de-estado {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 0;
  margin: 0.2rem 0.2rem;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .color-de-estado .indincador-estado {
  width: 30%;
  height: 100%;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .color-de-estado-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 0;
  margin: 0.2rem 0.2rem;
  font-size: 1vw;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .color-de-estado-btn .indincador-estado {
  width: 30%;
  height: 100%;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-no-ini {
  justify-content: flex-start;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-no-ini .indincador-estado {
  background: #E52460;
  border-radius: 5px 0px 0px 5px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-iniciado {
  justify-content: center;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-iniciado .indincador-estado {
  background: #66C3CA;
  border-radius: 0px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-pausado {
  justify-content: center;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-pausado .indincador-estado {
  background: #e4e4e4;
  border-radius: 0px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-terminado {
  justify-content: end;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-terminado .indincador-estado {
  background: #71B62C;
  border-radius: 0px 5px 5px 0px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-cancelado {
  justify-content: center;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .cont-bar-estado .estado-cancelado .indincador-estado {
  width: 100%;
  background: #E52460;
  border-radius: 5px 5px 5px 5px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .buttonsubmitIniciar {
  cursor: pointer;
  border: none;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .buttonsubmitTerminar {
  cursor: pointer;
  border: none;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .buttonsubmitPausar {
  cursor: pointer;
  border: none;
}
.div-cont .div-cont-table .tabla-tablero-principal tr td .buttonsubmitReanudar {
  cursor: pointer;
  border: none;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .no-iniciado {
  background-color: #e4e4e4;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .iniciado {
  background-color: #93fdb6;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .pausado {
  background-color: #93e2fd;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .terminado {
  background-color: #fdd393;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .cancelado {
  background-color: #ff7c7c;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-pendiente {
  background-color: white;
  padding: 0%;
  color: #6D6D6C;
  border-radius: 0px 10px 10px 0px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-requiere-mod-div {
  background-color: #f6b047;
  padding: 0%;
  color: white;
  border-radius: 0px 10px 10px 0px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-requiere-mod {
  background-color: #f6b047;
  padding: 0%;
  color: white;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 3%;
  border: none;
  font-size: 0.8vw;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-requiere-mod:hover {
  background-color: #f6b047;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-aprovado-div {
  background-color: #4E267E;
  padding: 0%;
  color: white;
  border-radius: 0px 10px 10px 0px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-aprovado {
  background-color: #4E267E;
  padding: 0%;
  color: white;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 3%;
  border: none;
  font-size: 0.8vw;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-aprovado:hover {
  background-color: #4E267E;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-cancelado-div {
  background-color: #E52460;
  padding: 0%;
  color: white;
  border-radius: 0px 10px 10px 0px;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-cancelado {
  background-color: #E52460;
  padding: 0%;
  color: white;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 3%;
  border: none;
  font-size: 0.8vw;
}
.div-cont .div-cont-table .tabla-tablero-principal tr .fase-fin-cancelado:hover {
  background-color: #E52460;
}
.div-cont .div-cont-table .tabla-tablero-principal .tr-body {
  border: solid transparent 1px;
  border-radius: 10px;
  border-spacing: 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.3);
}
.div-cont .div-cont-table .tabla-tablero-principal .tr-body:after {
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-sin-borders {
  border: none;
  font-size: 0.8vw;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-sin-borders .icon-zise-custom {
  width: 50%;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-sin-borders:hover {
  background-color: transparent;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 5%;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .bt-archivos-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding: 0.375rem 0.75rem;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .bt-archivos-table img {
  width: 20%;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .bt-archivos-table:hover .icon-archivos {
  opacity: 0;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .bt-archivos-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .bt-notas-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding: 0.375rem 0.75rem;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .bt-notas-table img {
  width: 20%;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .bt-notas-table:hover .icon-notas {
  opacity: 0;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .bt-notas-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.div-cont .div-cont-table .tabla-tablero-principal .btn-cont-div .icon-archivos {
  opacity: 1;
}
.div-cont .div-cont-table .tabla-tablero-principal .text-btn {
  display: none;
}
.div-cont .title-principal-user h2 {
  font-family: HurmeGeometricSans1-SemiBold;
  color: #AEADAD;
  font-size: 1.6rem;
}
.div-cont .title-principal-user h5 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.3rem;
}
.div-cont .div-cont-logo-tablero {
  text-align: right;
}
.div-cont .div-cont-logo-tablero img {
  width: 65%;
}

#verArchivos .modal-content {
  background-color: #fcfcfc;
}
#verArchivos .modal-content .btn-cont-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
}
#verArchivos .modal-content .btn-cont-div .bt-archivos-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#verArchivos .modal-content .btn-cont-div .bt-archivos-table img {
  width: 25%;
}
#verArchivos .modal-content .btn-cont-div .bt-archivos-table:hover .icon-archivos {
  opacity: 0;
}
#verArchivos .modal-content .btn-cont-div .bt-archivos-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
#verArchivos .modal-content .btn-cont-div .bt-notas-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#verArchivos .modal-content .btn-cont-div .bt-notas-table img {
  width: 25%;
}
#verArchivos .modal-content .btn-cont-div .bt-notas-table:hover .icon-notas {
  opacity: 0;
}
#verArchivos .modal-content .btn-cont-div .bt-notas-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
#verArchivos .modal-content .btn-cont-div .icon-archivos {
  opacity: 1;
}
#verArchivos .modal-content .text-btn {
  display: none;
}
#verArchivos .modal-content #divArchivosInd .div-cont-file-input {
  padding-left: 0%;
}
#verArchivos .modal-content h4 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.1rem;
}
#verArchivos .modal-content .file-custom-file {
  min-height: 2.7rem;
  border: 3px solid transparent;
  box-shadow: 0px 4px 15px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
  border-radius: 5px;
  cursor: pointer;
}
#verArchivos .modal-content .file-custom-file .custom-file-input {
  min-height: 2.7rem;
  border: 3px solid transparent;
  box-shadow: 0px 5px 9px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
  border-radius: 5px;
  cursor: pointer;
}
#verArchivos .modal-content .file-custom-file .custom-file-label {
  border: none;
  cursor: pointer;
}
#verArchivos .modal-content .file-custom-file .custom-file-label::after {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 0.5;
  color: #495057;
  content: "+ Añadir archivo";
  /* background-color: #e9ecef; */
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #16365c, #e52460) border-box;
  color: #313149;
  padding: 0.5% 2% 0.5% 2%;
  border: 3px solid transparent;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.8rem;
}
#verArchivos .modal-content table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 15px;
}
#verArchivos .modal-content table tr th {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #AEADAD;
  text-align: center;
  border: none;
  border-right: solid #AEADAD 2px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
#verArchivos .modal-content table tr .td-title-tarea {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
}
#verArchivos .modal-content table tr td {
  font-family: HurmeGeometricSans1-Regular1;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: solid #d9d5d5 1px;
}
#verArchivos .modal-content .tr-body {
  border: solid transparent 1px;
  border-radius: 10px;
  border-spacing: 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.3);
}
#verArchivos .modal-content .tr-body:after {
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
#verArchivos .modal-content .color-purple-btn {
  background-color: #4E267E;
}
#verArchivos .modal-content .btn-cerrar-modal {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #16365c, #e52460) border-box;
  color: #313149;
  padding: 0.5% 3% 0.5% 3%;
  border: 3px solid transparent;
  border-radius: 10px;
  display: inline-block;
  font-size: 0.9rem;
}
#verArchivos .modal-content .btn-cerrar-modal .label-btn {
  width: 100%;
  background: #16365c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #16365c, #e52460);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#verNotas .modal-content {
  background-color: #fcfcfc;
}
#verNotas .modal-content .btn-cont-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
}
#verNotas .modal-content .btn-cont-div .bt-archivos-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#verNotas .modal-content .btn-cont-div .bt-archivos-table img {
  width: 25%;
}
#verNotas .modal-content .btn-cont-div .bt-archivos-table:hover .icon-archivos {
  opacity: 0;
}
#verNotas .modal-content .btn-cont-div .bt-archivos-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
#verNotas .modal-content .btn-cont-div .bt-notas-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#verNotas .modal-content .btn-cont-div .bt-notas-table img {
  width: 25%;
}
#verNotas .modal-content .btn-cont-div .bt-notas-table:hover .icon-notas {
  opacity: 0;
}
#verNotas .modal-content .btn-cont-div .bt-notas-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
#verNotas .modal-content .btn-cont-div .icon-archivos {
  opacity: 1;
}
#verNotas .modal-content .text-btn {
  display: none;
}
#verNotas .modal-content #divArchivosInd .div-cont-file-input {
  padding-left: 0%;
}
#verNotas .modal-content .control-label {
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
}
#verNotas .modal-content #nota {
  min-height: 2.7rem;
  border: 3px solid transparent;
  box-shadow: 0px 5px 9px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
}
#verNotas .modal-content .div-pading-cero {
  padding: 0;
}
#verNotas .modal-content h4 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.1rem;
}
#verNotas .modal-content table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 15px;
}
#verNotas .modal-content table tr th {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #AEADAD;
  text-align: center;
  border: none;
  border-right: solid #AEADAD 2px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
#verNotas .modal-content table tr .td-title-tarea {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
}
#verNotas .modal-content table tr td {
  font-family: HurmeGeometricSans1-Regular1;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: solid #d9d5d5 1px;
}
#verNotas .modal-content .tr-body {
  border: solid transparent 1px;
  border-radius: 10px;
  border-spacing: 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.3);
}
#verNotas .modal-content .tr-body:after {
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
#verNotas .modal-content .color-purple-btn {
  background-color: #4E267E;
}
#verNotas .modal-content .label-input-custom {
  background: #16365c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #16365c, #e52460);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
#verNotas .modal-content .btn-cerrar-modal {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #16365c, #e52460) border-box;
  color: #313149;
  padding: 0.5% 3% 0.5% 3%;
  border: 3px solid transparent;
  border-radius: 10px;
  display: inline-block;
  font-size: 0.9rem;
}
#verNotas .modal-content .btn-cerrar-modal .label-btn {
  width: 100%;
  background: #16365c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #16365c, #e52460);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#verSolicitudesExtension .modal-content {
  background-color: #fcfcfc;
}
#verSolicitudesExtension .modal-content .btn-cont-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
}
#verSolicitudesExtension .modal-content .btn-cont-div .bt-archivos-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#verSolicitudesExtension .modal-content .btn-cont-div .bt-archivos-table img {
  width: 25%;
}
#verSolicitudesExtension .modal-content .btn-cont-div .bt-archivos-table:hover .icon-archivos {
  opacity: 0;
}
#verSolicitudesExtension .modal-content .btn-cont-div .bt-archivos-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
#verSolicitudesExtension .modal-content .btn-cont-div .bt-notas-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#verSolicitudesExtension .modal-content .btn-cont-div .bt-notas-table img {
  width: 25%;
}
#verSolicitudesExtension .modal-content .btn-cont-div .bt-notas-table:hover .icon-notas {
  opacity: 0;
}
#verSolicitudesExtension .modal-content .btn-cont-div .bt-notas-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
#verSolicitudesExtension .modal-content .btn-cont-div .icon-archivos {
  opacity: 1;
}
#verSolicitudesExtension .modal-content .text-btn {
  display: none;
}
#verSolicitudesExtension .modal-content #divArchivosInd .div-cont-file-input {
  padding-left: 0%;
}
#verSolicitudesExtension .modal-content #nota {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
#verSolicitudesExtension .modal-content .div-pading-cero {
  padding: 0;
}
#verSolicitudesExtension .modal-content h4 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.1rem;
}
#verSolicitudesExtension .modal-content table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 15px;
}
#verSolicitudesExtension .modal-content table tr th {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #AEADAD;
  text-align: center;
  border: none;
  border-right: solid #AEADAD 2px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
#verSolicitudesExtension .modal-content table tr .td-title-tarea {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
}
#verSolicitudesExtension .modal-content table tr td {
  font-family: HurmeGeometricSans1-Regular1;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: solid #d9d5d5 1px;
}
#verSolicitudesExtension .modal-content .tr-body {
  border: solid transparent 1px;
  border-radius: 10px;
  border-spacing: 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.3);
}
#verSolicitudesExtension .modal-content .tr-body:after {
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
#verSolicitudesExtension .modal-content .color-purple-btn {
  background-color: #4E267E;
}
#verSolicitudesExtension .modal-content .label-input-custom {
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
}
#verSolicitudesExtension .modal-content .form-control {
  min-height: 2.7rem;
  border: 3px solid transparent;
  box-shadow: 0px 5px 9px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
}
#verSolicitudesExtension .modal-content .btn-cerrar-modal {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #16365c, #e52460) border-box;
  color: #313149;
  padding: 0.5% 3% 0.5% 3%;
  border: 3px solid transparent;
  border-radius: 10px;
  display: inline-block;
  font-size: 0.9rem;
}
#verSolicitudesExtension .modal-content .btn-cerrar-modal .label-btn {
  width: 100%;
  background: #16365c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #16365c, #e52460);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

#verArchivosFinal .modal-content {
  background-color: #fcfcfc;
}
#verArchivosFinal .modal-content .btn-cont-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
}
#verArchivosFinal .modal-content .btn-cont-div .bt-archivos-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#verArchivosFinal .modal-content .btn-cont-div .bt-archivos-table img {
  width: 25%;
}
#verArchivosFinal .modal-content .btn-cont-div .bt-archivos-table:hover .icon-archivos {
  opacity: 0;
}
#verArchivosFinal .modal-content .btn-cont-div .bt-archivos-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
#verArchivosFinal .modal-content .btn-cont-div .bt-notas-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#verArchivosFinal .modal-content .btn-cont-div .bt-notas-table img {
  width: 25%;
}
#verArchivosFinal .modal-content .btn-cont-div .bt-notas-table:hover .icon-notas {
  opacity: 0;
}
#verArchivosFinal .modal-content .btn-cont-div .bt-notas-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
#verArchivosFinal .modal-content .btn-cont-div .icon-archivos {
  opacity: 1;
}
#verArchivosFinal .modal-content .text-btn {
  display: none;
}
#verArchivosFinal .modal-content #divArchivosInd .div-cont-file-input {
  padding-left: 0%;
}
#verArchivosFinal .modal-content .div-pading-cero {
  padding: 0;
}
#verArchivosFinal .modal-content h4 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.1rem;
}
#verArchivosFinal .modal-content .file-custom-file {
  min-height: 2.7rem;
  border: 3px solid transparent;
  box-shadow: 0px 4px 15px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
  border-radius: 5px;
  cursor: pointer;
}
#verArchivosFinal .modal-content .file-custom-file .custom-file-input {
  min-height: 2.7rem;
  border: 3px solid transparent;
  box-shadow: 0px 5px 9px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
  border-radius: 5px;
  cursor: pointer;
}
#verArchivosFinal .modal-content .file-custom-file .custom-file-label {
  border: none;
  cursor: pointer;
}
#verArchivosFinal .modal-content .file-custom-file .custom-file-label::after {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 0.5;
  color: #495057;
  content: "+ Añadir archivo";
  /* background-color: #e9ecef; */
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #16365c, #e52460) border-box;
  color: #313149;
  padding: 0.5% 2% 0.5% 2%;
  border: 3px solid transparent;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.8rem;
}
#verArchivosFinal .modal-content table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 15px;
}
#verArchivosFinal .modal-content table tr th {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #AEADAD;
  text-align: center;
  border: none;
  border-right: solid #AEADAD 2px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
#verArchivosFinal .modal-content table tr .td-title-tarea {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
}
#verArchivosFinal .modal-content table tr td {
  font-family: HurmeGeometricSans1-Regular1;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: solid #d9d5d5 1px;
}
#verArchivosFinal .modal-content .tr-body {
  border: solid transparent 1px;
  border-radius: 10px;
  border-spacing: 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.3);
}
#verArchivosFinal .modal-content .tr-body:after {
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
#verArchivosFinal .modal-content .color-purple-btn {
  background-color: #4E267E;
}
#verArchivosFinal .modal-content .btn-cerrar-modal {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #16365c, #e52460) border-box;
  color: #313149;
  padding: 0.5% 3% 0.5% 3%;
  border: 3px solid transparent;
  border-radius: 10px;
  display: inline-block;
  font-size: 0.9rem;
}
#verArchivosFinal .modal-content .btn-cerrar-modal .label-btn {
  width: 100%;
  background: #16365c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #16365c, #e52460);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.div-card-cont {
  border: none !important;
}
.div-card-cont .title-principal-user h2 {
  font-family: HurmeGeometricSans1-SemiBold;
  color: #AEADAD;
  font-size: 1.6rem;
}
.div-card-cont .title-principal-user h5 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.3rem;
}
.div-card-cont .title-secundario-user h2 {
  font-family: HurmeGeometricSans1-SemiBold;
  color: #AEADAD;
  font-size: 1.6rem;
}
.div-card-cont .title-secundario-user h5 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.3rem;
}
.div-card-cont .select2-container {
  padding: 0%;
}
.div-card-cont .select2-container .ts-control {
  border: none;
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
  width: 100%;
}
.div-card-cont .select2-selection {
  min-height: 2.7rem;
  border: none !important;
  box-shadow: 0px 5px 9px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
}
.div-card-cont .control-label {
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
}
.div-card-cont textarea {
  resize: none;
}
.div-card-cont .form-control {
  min-height: 2.7rem;
  border: 3px solid transparent;
  box-shadow: 0px 5px 9px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
}
.div-card-cont .custom-file-input {
  min-height: 2.7rem;
  border: 3px solid transparent;
  box-shadow: 0px 5px 9px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
}
.div-card-cont .custom-file-label {
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
}
.div-card-cont .custom-file-label:after {
  display: none !important;
}
.div-card-cont .input-group-text {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
}
.div-card-cont #fileHelp {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 0.7rem;
}
.div-card-cont .btn-cont-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
}
.div-card-cont .btn-cont-div .bt-archivos-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2.3rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.div-card-cont .btn-cont-div .bt-archivos-table img {
  width: 25%;
}
.div-card-cont .btn-cont-div .bt-archivos-table:hover .icon-archivos {
  opacity: 0;
}
.div-card-cont .btn-cont-div .bt-archivos-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.div-card-cont .btn-cont-div .bt-notas-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.div-card-cont .btn-cont-div .bt-notas-table img {
  width: 25%;
}
.div-card-cont .btn-cont-div .bt-notas-table:hover .icon-notas {
  opacity: 0;
}
.div-card-cont .btn-cont-div .bt-notas-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.div-card-cont .btn-cont-div .icon-archivos {
  opacity: 1;
}
.div-card-cont .text-btn {
  display: none;
}
.div-card-cont .btn-regresar {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #16365c, #e52460) border-box;
  color: #313149;
  padding: 0.5% 3% 0.5% 3%;
  border: 3px solid transparent;
  border-radius: 10px;
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 2%;
}
.div-card-cont .btn-regresar .label-btn {
  width: 100%;
  background: #16365c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #16365c, #e52460);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.div-card-cont .btn-regresar:hover {
  background-color: transparent;
  color: #313149;
}
.div-card-cont .btn-cont-div-large {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
}
.div-card-cont .btn-cont-div-large .bt-archivos-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 2.3rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.div-card-cont .btn-cont-div-large .bt-archivos-table img {
  width: 10%;
}
.div-card-cont .btn-cont-div-large .bt-archivos-table:hover .icon-archivos {
  opacity: 0;
}
.div-card-cont .btn-cont-div-large .bt-archivos-table:hover .text-btn {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.div-card-cont .btn-cont-div-large .bt-notas-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.div-card-cont .btn-cont-div-large .bt-notas-table img {
  width: 10%;
}
.div-card-cont .btn-cont-div-large .bt-notas-table:hover .icon-notas {
  opacity: 0;
}
.div-card-cont .btn-cont-div-large .bt-notas-table:hover .text-btn-lg {
  display: block;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.div-card-cont .btn-cont-div-large .icon-archivos {
  opacity: 1;
}
.div-card-cont .btn-cont-div-add-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
}
.div-card-cont .btn-cont-div-add-area .bt-archivos-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 2.3rem;
  background: linear-gradient(to right, #16365c, #e52460);
  color: white;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.div-card-cont .btn-cont-div-add-area .bt-archivos-table img {
  width: 10%;
}
.div-card-cont .btn-cont-div-add-area .icon-archivos {
  opacity: 1;
}
.div-card-cont .text-btn-lg {
  display: none;
}
.div-card-cont .div-not-padding {
  padding: 0;
}

.header-admin .title-principal-tablero h2 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.1vw;
}
.header-admin .title-principal-tablero .color-hr {
  height: 7px;
  background-color: #e4dfec;
  color: #e4dfec;
}
.header-admin .div-button-nueva .btn-href {
  text-decoration: none;
  cursor: pointer;
}
.header-admin .div-button-nueva .btn-href .div-cont-button {
  float: none;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  cursor: pointer;
}
.header-admin .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea {
  width: 28%;
  height: 100%;
  border-radius: 8px;
  background-color: #16365c;
  border: none;
  color: #fff;
  transition: width 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
}
.header-admin .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover {
  width: 100%;
  transition: width 0.7s;
  background: linear-gradient(to right, #16365c, #e52460);
}
.header-admin .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover i {
  margin-left: 3%;
}
.header-admin .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea i {
  opacity: 1;
  margin-left: 100%;
  font-size: 1vw;
}
.header-admin .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea .button-text-hover {
  opacity: 0;
  transition: opacity 0.5s;
  width: 100%;
  left: 0;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: 4%;
}
.header-admin .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover .button-text-hover {
  opacity: 1;
  transition: opacity 0.5s;
}
.header-admin .div-button-nueva .rol-user {
  font-family: inherit;
  color: #9ca8bd;
  font-size: 1vw;
}

.header-admin-area-equ .title-principal-tablero h2 {
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  font-size: 1.1vw;
}
.header-admin-area-equ .title-principal-tablero .color-hr {
  height: 7px;
  background-color: #e4dfec;
  color: #e4dfec;
}
.header-admin-area-equ .div-button-nueva .btn-href {
  text-decoration: none;
  cursor: pointer;
}
.header-admin-area-equ .div-button-nueva .btn-href .div-cont-button {
  float: none;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  cursor: pointer;
}
.header-admin-area-equ .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea {
  width: 28%;
  height: 100%;
  border-radius: 8px;
  background-color: #16365c;
  border: none;
  color: #fff;
  transition: width 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
}
.header-admin-area-equ .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover {
  width: 100%;
  transition: width 0.7s;
  background: linear-gradient(to right, #16365c, #e52460);
}
.header-admin-area-equ .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover i {
  margin-left: 3%;
}
.header-admin-area-equ .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea i {
  opacity: 1;
  margin-left: 100%;
  font-size: 1vw;
}
.header-admin-area-equ .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea .button-text-hover {
  opacity: 0;
  transition: opacity 0.5s;
  width: 100%;
  left: 0;
  white-space: nowrap;
  font-size: 1vw;
  margin-left: 4%;
}
.header-admin-area-equ .div-button-nueva .btn-href .div-cont-button .btn-nueva-tarea:hover .button-text-hover {
  opacity: 1;
  transition: opacity 0.5s;
}
.header-admin-area-equ .div-button-nueva .rol-user {
  font-family: inherit;
  color: #9ca8bd;
  font-size: 1vw;
}

.div-form-search-admin .div-cont-button-search {
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.div-form-search-admin .control-label {
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1vw;
}
.div-form-search-admin .btn-outline-dark {
  border: none;
  font-family: HurmeGeometricSans1-Light;
  color: #AEADAD;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
  font-size: 1vw;
}
.div-form-search-admin .form-control {
  border: 3px solid transparent;
  box-shadow: 0px 5px 9px rgba(112, 112, 112, 0.3);
  font-family: HurmeGeometricSans1-Light;
  color: #B3B8C4;
  font-size: 1.2vw;
}
.div-form-search-admin .btn-buscar {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(60deg, #16365c, #e52460) border-box;
  color: #313149;
  padding: 0.5% 3% 0.5% 3%;
  border: 3px solid transparent;
  border-radius: 10px;
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-right: 2%;
}
.div-form-search-admin .btn-buscar .label-btn {
  width: 100%;
  background: #16365c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #16365c, #e52460);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.div-form-search-admin .btn-buscar:hover {
  background-color: transparent;
  color: #313149;
}

.div-cont-table .table-div-user-padding {
  padding-left: 1%;
  padding-right: 1%;
}
.div-cont-table .table-div-area-equi-padding {
  padding-left: 3%;
  padding-right: 3%;
}
.div-cont-table table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.div-cont-table table tr th {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #AEADAD;
  text-align: center;
  border: none;
  border-right: solid #AEADAD 2px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
.div-cont-table table tr .td-title-tarea {
  font-family: HurmeGeometricSans1-SemiBold;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
}
.div-cont-table table tr td {
  font-family: HurmeGeometricSans1-Regular1;
  font-size: 0.8vw;
  color: #6D6D6C;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: solid #d9d5d5 1px;
}
.div-cont-table .tr-body {
  border: solid transparent 1px;
  border-radius: 10px;
  border-spacing: 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.3);
}
.div-cont-table .tr-body:after {
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}

.gif-cargando-spinner-custom {
  width: 20%;
  display: none;
}

.span-loading {
  display: none;
}

.gif-cargando {
  width: 40%;
  display: none;
}

.div-cont-father {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cont-delta {
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Login*/
.cont-login-fondo {
  background-image: url("../images/HOME/fondo.png");
  background-size: cover;
  height: 100vh;
}
.cont-login-fondo .main-cont-login-nav .isotipo-qualabi {
  width: 40%;
  background: linear-gradient(to right, #482A7D, #C5265E, #DF9F33);
  margin-right: -5%;
  z-index: 2;
  padding: 0.35rem;
  border-radius: 5px 11px 0px 0px;
}
.cont-login-fondo .main-cont-login-nav .isotipo-qualabi img {
  width: 12%;
}
.cont-login-fondo .main-cont-login-nav .znk-tabs-system {
  width: 34%;
  background: linear-gradient(to right, #315761, #579A9D);
  padding: 0;
}
.cont-login-fondo .main-cont-login-nav .znk-tabs-system a {
  text-decoration: none;
  display: inline-table;
  padding: 0.25rem;
}
.cont-login-fondo .main-cont-login-nav .znk-tabs-system a img {
  width: 70%;
}
.cont-login-fondo .main-cont-login-nav .soporte-tabs-system {
  width: 34%;
  background: linear-gradient(to right, #0063ff, #00ceeb);
  padding: 0;
  margin-left: -3%;
}
.cont-login-fondo .main-cont-login-nav .soporte-tabs-system a {
  text-decoration: none;
  display: block;
  padding: 0.25rem;
}
.cont-login-fondo .main-cont-login-nav .soporte-tabs-system a img {
  width: 70%;
}
.cont-login-fondo .shadow-iqualabi {
  padding: 0;
  border-radius: 19px;
}
.cont-login-fondo .shadow-iqualabi:before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, -1px);
  background: conic-gradient(from 90deg at 40% -25%, #482A7D, #482A7D, #482A7D, #482A7D, #C5265E, #ffd700, #ffd700, #ffd700, #ffd700, #ffd700, #ffd700, #ffd700, #ffd700, #ffd700, #ffd700, #ffd700);
  filter: blur(10px);
  clip-path: polygon(-100vmax -100vmax, 100vmax -100vmax, 100vmax 100vmax, -100vmax 100vmax, -100vmax -100vmax, 0 0, 0 100%, 100% 100%, 100% 0, 0 0);
  border-radius: 19px;
}
.cont-login-fondo #nav-tabContent .header-login .cont-header {
  position: relative;
  display: inline-block;
  text-align: center;
}
.cont-login-fondo #nav-tabContent .header-login .cont-header .title-qualabi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 70%;
}
.cont-login-fondo #nav-tabContent .header-login .cont-header .title-qualabi h5 {
  font-size: 1.3rem;
  font-family: Montserrat-Light;
  letter-spacing: 0.4em;
}
.cont-login-fondo #nav-tabContent .div-body-login {
  padding-right: 15px;
  padding-left: 15px;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login {
  background-color: white;
  border-radius: 5px;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .input {
  position: relative;
  font-size: 1.5em;
  background: linear-gradient(21deg, #482A7D, #C5265E, #DF9F33);
  padding: 3px;
  display: inline-block;
  border-radius: 5.1px;
  width: 100%;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .input *:not(span) {
  position: relative;
  display: inherit;
  border-radius: inherit;
  margin: 0;
  border: none;
  outline: none;
  padding: 0 0.325em;
  z-index: 1;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .input *:not(span):focus + span {
  opacity: 1;
  transform: scale(1);
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .input span {
  transform: scale(0.993, 0.94);
  transition: transform 0.5s, opacity 0.25s;
  opacity: 0;
  position: absolute;
  z-index: 0;
  margin: 4px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 4px #fff, 3px -3px 30px #1beabd, -3px 3px 30px #10abff;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login input {
  font-family: inherit;
  line-height: inherit;
  color: #2e3750;
  min-width: 12em;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login ::placeholder {
  font-family: Montserrat-Regular;
  color: #959595;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .btn-login-custom {
  background: linear-gradient(to right, #482A7D, #C5265E, #DF9F33);
  border: none;
  color: white;
  font-family: Montserrat-Regular;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 1% 7%;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .div-row-rememberme {
  padding-bottom: 10%;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .div-row-rememberme .div-cont-rember {
  text-align: left;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .div-row-rememberme .div-cont-rember .form-check-input {
  min-width: 1.5em;
  line-height: inherit;
  border: 2px solid #959595;
  vertical-align: bottom;
}
.cont-login-fondo #nav-tabContent .div-body-login .div-background-login .div-row-rememberme .div-cont-rember .form-check-label {
  font-family: Montserrat-Regular;
  color: #959595;
  font-size: 0.9rem;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka {
  padding-right: 15px;
  padding-left: 15px;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login {
  background-color: white;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .input {
  position: relative;
  font-size: 1.5em;
  background: linear-gradient(273deg, #315761, #579A9D);
  padding: 3px;
  display: inline-block;
  border-radius: 5.1px;
  width: 100%;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .input *:not(span) {
  position: relative;
  display: inherit;
  border-radius: inherit;
  margin: 0;
  border: none;
  outline: none;
  padding: 0 0.325em;
  z-index: 1;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .input *:not(span):focus + span {
  opacity: 1;
  transform: scale(1);
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .input span {
  transform: scale(0.993, 0.94);
  transition: transform 0.5s, opacity 0.25s;
  opacity: 0;
  position: absolute;
  z-index: 0;
  margin: 4px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 4px #fff, 3px -3px 30px #1beabd, -3px 3px 30px #10abff;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login input {
  font-family: inherit;
  line-height: inherit;
  color: #2e3750;
  min-width: 12em;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login ::placeholder {
  font-family: Montserrat-Regular;
  color: #959595;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .btn-login-custom {
  background: linear-gradient(to right, #315761, #579A9D);
  border: none;
  color: white;
  font-family: Montserrat-Regular;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 1% 7%;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .div-row-rememberme {
  padding-bottom: 10%;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .div-row-rememberme .div-cont-rember {
  text-align: left;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .div-row-rememberme .div-cont-rember .form-check-input {
  min-width: 1.5em;
  line-height: inherit;
  border: 2px solid #959595;
  vertical-align: bottom;
}
.cont-login-fondo #nav-tabContent .div-body-login-zenka .div-background-login .div-row-rememberme .div-cont-rember .form-check-label {
  font-family: Montserrat-Regular;
  color: #959595;
  font-size: 0.9rem;
}

/*# sourceMappingURL=customstyles.css.map */
