/*Margenes Generales*/
* {
  padding: 0;
  margin: 0;
  font-family: 'Jura-Light' !important;
}

/*Fuentes*/
@font-face {
  font-family: 'Ubuntu-Light';
  src: url(../../recursos/fuentes/Ubuntu-Light.ttf);
}

@font-face {
  font-family: 'Jura';
  src: url(../../recursos/fuentes/Jura-Bold.ttf);
}

@font-face {
  font-family: 'Jura-Light';
  src: url(../../recursos/fuentes/Jura-Light.ttf);
}

@font-face {
  font-family: 'Questrial';
  src: url(../../recursos/fuentes/Questrial-Regular.ttf);
}

@font-face {
  font-family: 'BenchNine';
  src: url(../../recursos/fuentes/BenchNine-Regular.ttf);
}

@font-face {
  font-family: 'Orbitron';
  src: url(../../recursos/fuentes/Orbitron-Regular.ttf);
}

@font-face {
  font-family: 'Varela';
  src: url(../../recursos/fuentes/VarelaRound-Regular.ttf);
}

@font-face {
  font-family: 'Rotis';
  src: url(../../recursos/fuentes/RotisSansSerifStd-Bold.otf);
}

@font-face {
  font-family: 'Roboto';
  src: url(../../recursos/fuentes/Roboto-BoldCondensed.ttf);
}

@font-face {
  font-family: 'Monserrat';
  src: url(../../recursos/fuentes/Montserrat-ExtraBold.otf);
}

@font-face {
  font-family: 'Rubik';
  src: url(../../recursos/fuentes/Rubik-VariableFont_wght.ttf);
}

@font-face {
  font-family: 'Poppins';
  src: url(../../recursos/fuentes/Poppins-Light.ttf);
}

@font-face {
  font-family: 'Poppins-R';
  src: url(../../recursos/fuentes/Poppins-Regular.ttf);
}

body, html {
  background-color: #E4E9F7 !important;
  cursor: pointer;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00829F;
}

#modalConfirmacion input {
  font-size: 30px;
  line-height: 20px;
  text-align: center;
}

#grafico_ventas {
  height: 400px !important;
  width: 100% !important;
}

#grafico_ordenes {
  width: 100% !important;
  height: 400px !important;
}

#grafico_gastos {
  width: 100% !important;
  height: 400px !important;
}

.indicador-campo {
  font-size: 2em;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar_menu {
  height: 100%;
  width: 78px;
  background-color: #080D14;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 0px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100;
}

.sidebar_menu .enlaces {
  overflow: auto;
  max-height: 500px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar_menu .enlaces > li {
  position: relative;
  margin: 5px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar_menu .enlaces > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #7d84ab;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar_menu .enlaces > li a svg {
  fill: #7d84ab;
  width: 25px;
  margin-right: 10px;
}

.sidebar_menu .enlaces > li a span {
  font-family: 'Poppins' !important;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 300;
  line-height: 16px;
}

.sidebar_menu .enlaces > li.li-submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sidebar_menu .enlaces > li.li-submenu a .icon-triangle-down {
  margin-left: auto;
  margin-right: 0;
}

.sidebar_menu .enlaces > li.li-submenu .submenu {
  display: none;
}

.sidebar_menu .enlaces > li.li-submenu .submenu li a {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar_menu .enlaces > li:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar_menu .enlaces > li:hover a span {
  color: #FFF;
}

.sidebar_menu .enlaces > li:hover a svg {
  fill: #FFF;
}

.sidebar_menu .enlaces > li.marcador {
  color: #7d84ab;
  opacity: 0.6;
  font-weight: 500 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Poppins-R' !important;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.sidebar_menu.open-menu {
  width: 300px;
}

.sidebar_menu.open-menu .enlaces > li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.sidebar_menu.open-menu .enlaces > li.li-submenu {
  overflow: hidden;
}

.sidebar_menu.open-menu .enlaces > li.li-submenu a .icon-submenu.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: rotar90 .3s ease-in-out;
  animation: rotar90 .3s ease-in-out;
}

.sidebar_menu.open-menu .enlaces > li.li-submenu a .icon-submenu.inactive {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotar90-inverse .3s ease-in-out;
  animation: rotar90-inverse .3s ease-in-out;
}

@-webkit-keyframes rotar90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes rotar90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes rotar90-inverse {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotar90-inverse {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.sidebar_menu.open-menu .enlaces > li.li-submenu .submenu {
  width: 100%;
}

.sidebar_menu.open-menu .enlaces > li.li-submenu .submenu.active {
  background-color: #20273A;
}

.sidebar_menu.open-menu .enlaces > li.li-submenu.active {
  background-color: #20273A !important;
}

.sidebar_menu.open-menu .enlaces > li.li-submenu.active > a {
  color: #FFF;
}

.sidebar_menu.open-menu .enlaces > li.li-submenu.active a:hover {
  background-color: #FFF;
  color: #080D14;
}

.sidebar_menu.open-menu .enlaces > li .toltip {
  display: none;
}

.sidebar_menu.open-menu .contenedor_logotipo .logotipo .imagen_logotipo {
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sidebar_menu.open-menu .contenedor_logotipo .logotipo .nombre_logotipo {
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sidebar_menu.open-menu .contenedor_logotipo #btn_menu {
  left: 90%;
}

.sidebar_menu.open-menu .contenedor_perfil {
  background: #20273A;
}

.sidebar_menu.open-menu .contenedor_perfil .perfil .detalle_perfil {
  opacity: 1;
  pointer-events: none;
}

.sidebar_menu.open-menu .contenedor_perfil .perfil #cerrar_sesion {
  left: 88%;
  background: none;
}

.sidebar_menu .contenedor_logotipo {
  color: #FFF;
  position: relative;
}

.sidebar_menu .contenedor_logotipo .logotipo {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sidebar_menu .contenedor_logotipo .logotipo .imagen_logotipo {
  display: block;
  width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 5px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sidebar_menu .contenedor_logotipo .logotipo .nombre_logotipo {
  font-size: 20px;
  font-family: 'Varela' !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sidebar_menu .contenedor_logotipo #btn_menu {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sidebar_menu.close-menu .enlaces > li.li-submenu a .icon-submenu {
  display: none;
}

.sidebar_menu.close-menu .enlaces > li.li-submenu:hover .submenu {
  opacity: 1;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar_menu.close-menu .enlaces > li a .nombre_enlace {
  opacity: 0;
  display: none;
}

.sidebar_menu.close-menu .enlaces > li .toltip {
  position: absolute;
  left: 125px;
  top: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 6px;
  height: 35px;
  width: 122px;
  background-color: #FFF;
  line-height: 35px;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
  pointer-events: none;
}

.sidebar_menu.close-menu .enlaces > li:hover .toltip {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
  top: 50%;
}

.sidebar_menu.close-menu .enlaces > li .submenu {
  background-color: #080D14;
  position: absolute;
  top: 0;
  border-radius: 0 7px 7px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  display: none;
  left: 48px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar_menu.close-menu .enlaces > li .submenu li {
  margin: 0;
}

.sidebar_menu.close-menu .enlaces > li .submenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar_menu.close-menu .enlaces > li .submenu li a i {
  margin-right: 10px;
}

.sidebar_menu.close-menu .enlaces > li .submenu li a:hover {
  color: #FFF;
}

.sidebar_menu .contenedor_perfil {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  background: none;
}

.sidebar_menu .contenedor_perfil .perfil {
  position: relative;
  padding: 10px 6px;
  height: 65px;
}

.sidebar_menu .contenedor_perfil .perfil .detalle_perfil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.sidebar_menu .contenedor_perfil .perfil .detalle_perfil .imagen_perfil {
  display: block;
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  background-color: darkblue;
  padding: 5px;
}

.sidebar_menu .contenedor_perfil .perfil .detalle_perfil .contenedor_nombre {
  margin-left: 10px;
}

.sidebar_menu .contenedor_perfil .perfil .detalle_perfil .contenedor_nombre .nombre {
  font-size: 15px;
  font-weight: bold;
}

.sidebar_menu .contenedor_perfil .perfil .detalle_perfil .contenedor_nombre .cargo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.sidebar_menu .contenedor_perfil .perfil .detalle_perfil .contenedor_nombre .cargo i {
  font-size: 20px;
}

.sidebar_menu .contenedor_perfil .perfil #cerrar_sesion {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  font-size: 20px;
  text-align: center;
  background-color: #20273A;
  min-width: 50px;
  line-height: 50px;
  border-radius: 12px;
}

.home_content {
  position: absolute;
  min-height: 100vh;
  width: calc(100% - 78px);
  left: 78px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #E4E9F7;
}

.home_content.active {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  left: 300px;
  width: calc(100% - 300px) !important;
}

.dashboard .metricas-ordenes h4 {
  font-family: 'Poppins-R' !important;
  font-size: 15px;
}

.dashboard .metricas-ordenes span {
  font-family: 'Poppins-R' !important;
  font-size: 45px;
  font-weight: bold;
}

/*ESTILOS TABLAS*/
.contenedor_tabla {
  border: 1px solid rgba(90, 90, 90, 0.1);
  border-radius: 5px;
}

.tablas {
  font-size: 14px;
  border: 0;
  margin: 0;
  font-family: 'Jura';
  color: #000;
}

.tablas thead, tfoot {
  background-color: #002138;
  color: #FFF;
  border-top: 0 !important;
}

.tablas thead th, tfoot th {
  padding: 10px 15px !important;
}

.tablas tbody tr td {
  vertical-align: middle;
  border: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 15px;
}

.tablas tbody tr {
  border-bottom: 1px solid rgba(62, 171, 238, 0.1);
}

.tablas tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}

.tablas tbody tr:hover {
  background-color: rgba(41, 112, 202, 0.7);
  color: #FFF;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  cursor: default;
}

.tablas button {
  padding: .1rem .3rem;
}

.tablas button i {
  font-size: 12px;
}

.tablas .total_tabla {
  background-color: #20273A !important;
  border-bottom: 0 !important;
  color: #3EABEE !important;
}

.tablas .total_tabla td {
  font-weight: bold;
  padding: 10px 5px !important;
}

.borde_tabla {
  border: 1px solid rgba(20, 41, 85, 0.9);
  border-radius: 5px;
}

.borde_tabla h3 {
  background-color: #142955;
  width: 100%;
  padding-left: 5px;
  color: #fff;
}

.tabla_2 th {
  width: calc(100%/2);
}

.tabla_3 th {
  width: calc(100%/3);
}

.tabla_4 th {
  width: calc(100%/4);
}

.tabla_5 th {
  width: calc(100%/8);
}

.tabla_7 th {
  width: calc(100%/7);
}

.tabla_8 th {
  width: calc(100%/8);
}

.tabla_9 th {
  width: calc(100%/9);
}

.tabla_10 th {
  width: calc(100%/10);
}

.tabla_11 th {
  width: calc(100%/11);
}

.tabla_12 th {
  width: calc(100%/12);
}

.tabla_13 th {
  width: calc(100%/13);
}

.tabla_14 th {
  width: calc(100%/14);
}

.tabla_16 th {
  width: calc(100%/16);
}

.tabla_19 th {
  width: calc(100%/19);
}

/*ESTILOS PAGINADOR*/
.paginador li {
  padding: 0 1px;
}

.paginador li a {
  font-family: 'Orbitron' !important;
  padding: 7px;
  color: #000;
  display: block;
  height: 100%;
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.paginador li a.pag:hover {
  border-color: #2970CA;
  background-color: rgba(41, 112, 202, 0.05);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.paginador li.inactiva a, li.inactiva a {
  background-color: #E0E0E0;
  color: #9E9E9E;
  color: currentColor;
  cursor: not-allowed;
}

.paginador li.pagina_activa a {
  background-color: #2970CA;
  color: #FFF;
}

.nav-tab {
  background-color: #FFF;
  color: #C9D1D1;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  border-radius: 7px;
}

.nav-tab i {
  position: relative;
  top: 2px;
}

.nav-tab .nav-actual {
  color: #80AEAB;
}

.round-container {
  background-color: #FFF;
  border-radius: 7px;
}

.formulario {
  background-color: #FFF !important;
  border: 0 !important;
}

.formulario .modal-header {
  background-color: #4FA2C2;
  color: #FFF;
  border-bottom: none;
  padding: 10px 15px !important;
}

.formulario .modal-footer {
  background-color: #4FA2C2;
  border-top: none;
  padding: 10px 15px !important;
}

.formulario .modal-footer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formulario .modal-footer button i {
  font-size: 20px;
}

.formulario .label-form {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  left: 22px;
  top: 3px;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.formulario .label-form.active {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  top: 5px;
  left: 10px;
  font-size: 14px;
  color: #ff0037;
  font-weight: bold;
  padding: 0 2px;
}

.formulario .input-form {
  background-color: #F6F6F6;
  border: none;
  color: #000;
  border-radius: 0;
  border-bottom: 3px solid #C9D1D1;
  height: 45px;
  background-clip: border-box;
  padding: 10px 0 0 15px !important;
}

.formulario .input-form:hover {
  border-color: #ff0037;
}

.formulario .input-form:focus {
  border: none;
  outline: none !important;
  outline-width: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 3px solid #ff0037;
}

.label-form {
  position: absolute;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  left: 22px;
  top: 3px;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.label-form.active {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  top: 5px;
  left: 11px;
  font-size: 14px;
  color: #ff0037;
  font-weight: bold;
  padding: 0 2px;
  background-color: #FFF;
}

.input-form {
  border-color: #AEAEAE;
}

.input-form:hover {
  border-color: #ff0037;
}

.input-form:focus {
  outline: none !important;
  outline-width: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff0037;
}

.preview-orden {
  height: 100vh;
}

.nav-busqueda {
  position: relative;
  width: 100%;
}

.nav-busqueda .nav {
  background-color: #FFF;
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.nav-busqueda .nav li {
  padding: 10px;
}

.nav-busqueda .nav li:hover {
  background-color: #20273A;
  color: #FFF;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.background-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.background-overlay .contenedor_formulario {
  background-color: #FFF;
  width: 500px;
  min-height: 100%;
  position: fixed;
  right: -100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.background-overlay .contenedor_formulario.active {
  -webkit-animation: animate-form;
          animation: animate-form;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  right: 0;
}

@-webkit-keyframes animate-form {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

@keyframes animate-form {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

.background-overlay .contenedor_formulario .form-header {
  background-color: #002138;
  color: #FFF;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}

.background-overlay .contenedor_formulario .form-header h3 {
  font-family: 'Rubik' !important;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0;
}

.background-overlay .contenedor_formulario .form-footer {
  height: 60px;
  background-color: #002138;
}

.background-overlay .contenedor_formulario .form-body {
  padding: 1em;
  height: calc(100vh - 120px);
  overflow-y: auto;
}

.carga_imagenes {
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 20px;
  border: 2px dashed rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-transition: height .3s ease-out;
  transition: height .3s ease-out;
}

.carga_imagenes.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: animate-img;
          animation: animate-img;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  height: 300px;
  max-height: 300px;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-transition: height 1s ease-in;
  transition: height 1s ease-in;
}

@-webkit-keyframes animate-img {
  from {
    display: none;
    height: 0;
  }
  to {
    display: -webkit-box;
    display: flex;
    height: 300px;
  }
}

@keyframes animate-img {
  from {
    display: none;
    height: 0;
  }
  to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  }
}

.carga_imagenes .btn_carga {
  position: relative;
  overflow: hidden;
}

.carga_imagenes .btn_carga input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.galeria {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}

.galeria .item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 100px;
  position: relative;
}

.galeria .item .progressbar {
  display: block;
  width: 0%;
  height: 10px;
  background-color: #0b39ce;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
  -webkit-transition: width 3s ease;
  transition: width 3s ease;
}

.galeria .item .thumbnail_galeria {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container__login {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(19, 41, 61, 0.4))), url(../../imagenes/background/background-login.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(19, 41, 61, 0.4)), url(../../imagenes/background/background-login.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container__login .card__login {
  background-color: rgba(255, 255, 255, 0.8);
  min-width: 350px;
  width: 500px;
  padding: 2em;
  border-radius: 7px;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.container__login .card__login label {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.container__login .card__login .titulo {
  font-family: 'Poppins-R' !important;
  font-size: 1.8em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 1em;
  font-weight: 700;
}

#loading {
  display: none;
}

#loading > div {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loading > div img {
  width: 100px;
}

textarea {
  resize: none;
}

.rut-invalido {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.3);
}

.rut-invalido:focus {
  background-color: rgba(255, 0, 0, 0.3) !important;
}

.rut-valido {
  border-color: green;
  background-color: rgba(0, 128, 0, 0.3);
}

.rut-valido:focus {
  background-color: rgba(0, 128, 0, 0.3) !important;
}
/*# sourceMappingURL=estilos.css.map */