
/*********** LOADER ***********/
.page-loading * {
  transition: none !important
}

.page-loader {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  display: true;
}

.page-loading .page-loader {
  display: flex;
  justify-content: center;
  align-items: center
}
/*********** end LOADER ***********/


/*********** ALERT ***********/
.alert h5 {
    font-weight: bold;
}
.alert hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.alert-dismissible {
    padding-right: 3.5rem;
}
/*********** end ALERT ***********/

/*********** CARD ***********/
.card-header + .alert {
    margin-bottom: 0;
    border-radius: 0;
}
/*********** end CARD ***********/

/********* FILE INPUT VIEWER *********/
.file-preview.file-viewer .file-preview-thumbnails {
    padding: 8px;
}
.file-preview.file-viewer .krajee-default.file-preview-frame {
    width: 228px !important;
    margin: 0 auto  !important;
    padding: 6px 6px 27px 6px  !important;
    float: none  !important;
}
/******* end FILE INPUT VIEWER *******/

/******* DATEPICKER *******/
.datepicker.dropdown-menu {
    color: var(--falcon-900)
}
/******* end DATEPICKER *******/

/******* MENU *******/
.navbar-nav li.active .nav-link {
    color: var(--falcon-navbar-dark-active-color);
}
.navbar-nav .nav-item .dropdown-menu li.active .dropdown-item.link-600 {
    background-color: var(--falcon-dropdown-link-active-bg);
    color: var(--falcon-100) !important;
}
/******* end MENU *******/

/******* TABLE *******/
.kv-table-header {
  background: var(--falcon-table-striped-bg);
}
.table > :not(:first-child) {
    border-top: 1px solid var(--falcon-400);
}
.dark .table-striped > tbody > tr:nth-of-type(2n+1) > * {
    color: var(--falcon-table-active-color);
}
thead, tbody, tfoot, tr, td, th {
  /*border-width: 1px;*/
}
.table tfoot>tr>th:last-child, .table thead>tr>th:last-child, .table tr th:last-child, .table tr td:last-child {
    padding-right: .75rem
}
/******* end TABLE *******/

.kv-loader {
    background-color: transparent !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
  padding: 0px 3px;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-bottom: 0px;
}


html {
    height:100%;
  }
  
  body {



    font-family: 'Asap', sans-serif;
   /* color: rgb(75, 74, 74); */
   background-image: url("../img/background/fondo.jpg"); ;
   background-size:cover;
  
  }
  
  .bg {
    animation:slide 8s ease-in-out infinite alternate;
    background-image: radial-gradient(circle, #1e4fffe8, #1d40dc, #1833bb, #12269b, #0a1a7c, #071673, #041369, #020f60, #041269, #061571, #08187a, #0b1b83); 
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:8s;
    opacity:.5;
  }
  
  .bg3 {
    animation-duration:10s;
  }
  
  .true {
    background: rgba(255, 255, 255, 0.916);
    font-family: 'Asap', sans-serif;
    width: 60%;
    margin: auto;
    border-radius: 0em 4em 0em 4em ;
    -moz-box-shadow: inset -8px -8px 8px 0 rgba(174,174,192,0.25),
    inset 8px 8px 8px 0 #ffffff71,
    -8px -8px 24px 0 #fff, 
    8px 8px 24px 0 rgba(174,174,192,0.4);
  -webkit-box-shadow:  inset -8px -8px 8px 0 rgba(174,174,192,0.25),
    inset 8px 8px 8px 0 #fff,
    -8px -8px 24px 0 #fff, 
    8px 8px 24px 0 rgba(174,174,192,0.4);
  box-shadow: 
    inset -8px -8px 8px 0 rgba(174,174,192,0.25),
    inset 8px 8px 8px 0 #fff,
    -8px -8px 24px 0 #fff, 
    8px 8px 24px 0 rgba(174,174,192,0.4);
  }
  
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .true {
      -webkit-backdrop-filter: blur(1px);
      backdrop-filter: blur(1px);
    }
  }
#login-form .form-control { 
	width: 100%; 
	margin-bottom: 10px; 
  background: rgba(35, 40, 58, 0.15);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 14px;
    font-weight: bold;
	color:  rgb(1, 9, 119);
	
	border-radius: 46px;
	/*box-shadow:  2px 2px 5px #b8b9be,inset -3px -3px 7px #fff!important*/
}
.uno:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2);
    background: rgba(7, 77, 117, 0.418);
    color: white;
    border-color: rgb(1, 9, 119);
    text-shadow: 1px 1px 1px rgba(126, 197, 255, 0.246);
    background-image: linear-gradient(to left, #9291946c, #b7b1d84f);
    font-weight: bold;
}

.uno { 
  
 font-weight: bold;
 -moz-box-shadow:  inset -8px -8px 8px 0 rgba(255,255,255,0.7), 
 inset 8px 8px 8px 0 rgba(174,174,192,0.2);
-webkit-box-shadow: inset -8px -8px 8px 0 rgba(255,255,255,0.7), 
 inset 8px 8px 8px 0 rgba(174,174,192,0.2);
box-shadow: 
 inset -8px -8px 8px 0 rgba(255,255,255,0.7), 
 inset 8px 8px 8px 0 rgba(174,174,192,0.2);
 color: rgb(1, 9, 119);
}

.btn-primary {
 background-color: #007aff;

border-radius: 50px;
border: none;
/*background: linear-gradient(145deg, #cacaca, #f0f0f0);*/
box-shadow: inset -8px -8px 8px 0 rgba(174,174,192,0.25), inset 8px 8px 8px 0 #ffffff4d, -8px -8px 24px 0 #fff, 8px 8px 24px 0 rgba(174,174,192,0.4);
}
.btn-primary:hover {
  /*background: linear-gradient(145deg, #cacaca, #f0f0f0); */
  background-color: #2566be;
 /* background-color: #000B7E;
  border-color: #000B7E;*/
  color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.521);
  cursor: pointer;
}


.btn-success {
 background-color: #00ae65;

border-radius: 50px;
border: none;
/*background: linear-gradient(145deg, #cacaca, #f0f0f0);*/
box-shadow: inset -8px -8px 8px 0 rgba(174,174,192,0.25), inset 8px 8px 8px 0 #ffffff4d, -8px -8px 24px 0 #fff, 8px 8px 24px 0 rgba(174,174,192,0.4);
}
.btn-success:hover {
  background-color: #007e49;
 /* background-color: #000B7E;
  border-color: #000B7E;*/
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.521);
  cursor: pointer;
}


.btn-info {
 background-color: ##1f96ca;

border-radius: 50px;
border: none;
/*background: linear-gradient(145deg, #cacaca, #f0f0f0);*/
box-shadow: inset -8px -8px 8px 0 rgba(174,174,192,0.25), inset 8px 8px 8px 0 #ffffff4d, -8px -8px 24px 0 #fff, 8px 8px 24px 0 rgba(174,174,192,0.4);
}
.btn-info:hover {
  background-color: #1f96ca;
 /* background-color: #000B7E;
  border-color: #000B7E;*/
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.521);
  cursor: pointer;
}

.btn-secondary {
 background-color: #7d899b;

border-radius: 50px;
border: none;
/*background: linear-gradient(145deg, #cacaca, #f0f0f0);*/
box-shadow: inset -8px -8px 8px 0 rgba(174,174,192,0.25), inset 8px 8px 8px 0 #ffffff4d, -8px -8px 24px 0 #fff, 8px 8px 24px 0 rgba(174,174,192,0.4);
}
.btn-secondary:hover {
  background-color: #5d6776;
 /* background-color: #000B7E;
  border-color: #000B7E;*/
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.521);
  cursor: pointer;
}

.btn-danger {
 background-color: #e63757;

border-radius: 50px;
border: none;
/*background: linear-gradient(145deg, #cacaca, #f0f0f0);*/
box-shadow: inset -8px -8px 8px 0 rgba(174,174,192,0.25), inset 8px 8px 8px 0 #ffffff4d, -8px -8px 24px 0 #fff, 8px 8px 24px 0 rgba(174,174,192,0.4);
}
.btn-danger:hover {
  background-color: #b82c46;
 /* background-color: #000B7E;
  border-color: #000B7E;*/
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.521);
  cursor: pointer;
}




.total{

 /* margin-left: 5%;*/
}

.titulo{

  color: #007aff;
  margin-left: 28%;
  margin-bottom: 8%;
  margin-top: -5%;
  font-weight: 500;
}

.titulo1{

  color: #007aff;
  margin-left: 39%;
  margin-bottom: 8%;
  margin-top: -2%;
  font-weight: 600;
}

.puro{

margin-top: 6%;
margin-left: 10%;

}

::placeholder{

  color: #737373 !important;
}
::placeholder:hover {

  text-shadow: #007aff !important;
}

navbar-glass {
  background-color: transparent !important;
}
  
  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }
/* RESPONSIVE */
@media (max-width: 576px) {

.titulo{

  margin-left: 5%;
}

.true{
margin-top: -4%;
  width: 100%;
 
}

.total{

  margin-left: 10%;
}


}



