@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap');
html,
body {
  height: 100%;
  margin: 0;
  background-color:white;
  font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
  color:black;
}

@media (max-width: 767.98px) {
  .header.navbar-inverse .navbar-nav {
    border-color: #2d353c;
    margin: 0;
    position: absolute;
    top: 0;
    right: 50px;
  }
}

@media (max-width: 767.98px) {
  .page-header-fixed {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .pace .pace-progress {
    top: 50px;
  }

  .pace .pace-activity {
    top: 55px;
  }
}

.bg-secondary {
  background-color: #dde0e3!important;
}

.button {
  background: -webkit-linear-gradient(top, #008dfd 0, #0370ea 100%);
  border: 1px solid #076bd2;
  border-radius: 3px;
  color: #fff;
  display: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  padding: 8px 25px;
  text-align: center;
  text-shadow: 1px 1px 1px #076bd2;
  letter-spacing: normal;
}

#start_button {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.image-box {
  position: absolute;
  width: 89%;
  right: 15px;
  height: auto;
}

.file-drop-zone {
  min-height: 150px !important;
  padding: 0px !important;
}

.file-drop-zone-title {
  padding: 21px 10px !important;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 184px !important;
  height: 109px !important;
}


/* /* @media screen and (max-width: 867px){ */
.image-box {
  position: static;
  margin-left: 15px;
  margin-top: 15px;
}

/* } */

h1{
  
  font-size: 1.5rem;
  color:#383
  
}
h2{
  font-size: 1.5rem;
  color:#383
}
h3{
  font-size: 1rem;
  font-weight: 100;
  
}
.h1{
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
}
h5 {
  font-size: 14px;
  font-weight: 600;
}


.centrar{
  display: flex;
  justify-content: center;
}

.color-icon{
  background-image: linear-gradient(135deg, rgba(236, 212, 91, 1) 43%, rgba(236, 177, 75, 1) 51%);
  padding: 1rem;
  padding: 1rem;
    border-radius: 1rem;
    height: 4.5rem;
    width: 4.5rem;
    /* display: flex; */
    border: none;
    justify-content: center;
    align-items: center;
}
.color-icon-1{
  background-image: linear-gradient(135deg, rgba(240, 242, 130, 1) 43%, rgba(251, 223, 80, 1) 53%);
  padding: 1rem;
  padding: 1rem;
    border-radius: 1rem;
    height: 4.5rem;
    width: 4.5rem;
    /* display: flex; */
    border: none;
    justify-content: center;
    align-items: center;
}
.color-icon-2{
  background-image: linear-gradient(135deg, rgba(243, 140, 129, 1) 43%, rgba(245, 90, 81, 1) 52%);
  padding: 1rem;
  padding: 1rem;
    border-radius: 1rem;
    height: 4.5rem;
    width: 4.5rem;
    /* display: flex; */
    border: none;
    justify-content: center;
    align-items: center;
}
.color-icon-denpy{
  background-color: orange;
  padding: 1rem;
  padding: 1rem;
    border-radius: 1rem;
    height: 4.5rem;
    width: 4.5rem;
    /* display: flex; */
    border: none;
    justify-content: center;
    align-items: center;
}

.color-icon-3{
  background-image: linear-gradient(135deg, rgba(74, 70, 69, 1) 43%, rgba(62, 56, 56, 1) 51%);
  padding: 1rem;
  padding: 1rem;
    border-radius: 1rem;
    height: 4.5rem;
    width: 4.5rem;
    /* display: flex; */
    border: none;
    justify-content: center;
    align-items: center;
}

.fa-grande{
  font-size: 34px !important;
}

.form-row{
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}

.logo{
  width: 150px;
  margin: 2rem;
  margin-left: 1rem;
}

.title{
  background-color: #d9d9da;
  padding: 4px;
  text-align: center;
}

.title-1{
  background-color: #b8f5d1;
  padding: 4px;
  text-align: center;
  font-weight: 600;
}

.title-2{
  background-color: #eb9a85;
  padding: 4px;
  text-align: center;

}

.title-text{
  color: black;
  margin-top: 0.3em;

}

.date-time{
margin-top: 2rem;

}

.row{
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.date-time-3{
  margin-top: 2rem;
  padding: 1rem;
}

:root {
  --color-green: #00ffffa9;
  --color-red: #6e6a69;
  --color-button: #00FFFF;
  --color-black: #000;
}

.desactivar{
  filter: brightness(1) opacity(0.5);
}

.texto_p{
  font-weight: 700;
  margin-bottom: 10px;
}

.badge {
  margin: 5px;
  font-size: 100%;
}

.label2 {
  display: inline;
  padding: 3px 6px 4px;
  font-size: 100%;
  font-weight: 600;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.col{
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-row{
  padding: 15px 0px;
}

body.swal2-shown > [aria-hidden="true"] {
  filter: blur(10px);
}

body > * {
  transition: 0.1s filter linear;
}


#barcodevideo, #barcodecanvas, #barcodecanvasg {
	height: 400px;
}	

#barcodecanvasg {
	position: absolute;
	top: 0px;
	left: 0px;
}

#result {
position: absolute;
    font-family: verdana;
    font-size: 1.8em;
    top: 68px;
    left: 354px;
    color: red;

}

#barcode {
	position: relative;
	width: 100vh;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    top: 100px;
}	

#barcodecanvas {
	display: none;
}

.navbar-logo2 {
  background: url(../img/logo.png) no-repeat 0 0 / 30px 30px;
}

.navbar-logo2, .coming-soon .brand .logo, .login .login-header .brand .logo {
  border-color: #4DCACA #31A3A3 #1D8888;
}
.navbar-logo2 {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}