@font-face {
    font-family:"Elfring Bar Code 39 d Hb";
    src:url(ELFRINGBAR39FREEHB.TTF);
  }
  @font-face {
    font-family:"Elfring Bar Code 39 d Hp";
    src:url(ELFRINGBAR39FREEHB.TTF);
  }
  @font-face {
    font-family:"Elfring Bar Code 39 d Ht";
    src:url(ELFRINGBAR39FREEHB.TTF);
  }
  .page {
    width: 99vw;
    min-height: 95vh;
    height: auto;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
}
  body 
  {
      background: #b6b7bc;
      font-size: .80em;
      font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
      margin: 0px;
      padding: 0px;
      color: #696969;
  }
  
  .header
  {
      position: relative;
      margin: 0px;
      padding: 0px;
      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(71,122,177,1) 56%, rgba(146,188,233,1) 80%);
      width: 100%;
  }
  
  .header h1
  {
      font-weight: 700;
      margin: 0px;
      padding: 0px 0px 0px 20px;
      color: #f9f9f9;
      border: none;
      line-height: 2em;
      font-size: 2em;
  }
  .loginDisplay {
    /* display: flex!important; */
    justify-content: space-between;
    font-size: 1.1em;
    /* display: block; */
    text-align: right;
    padding: 10px 4px;
    color: White;
}
/*contenedores*/
h2 {
    font-weight: bold;
    color: #104fc3;
    margin: 0px;
    letter-spacing: 13px;
    font-size: 35px;
}
h3{
    margin: 5px 0px;
}
.titulo-aids{
    display: flex;
    justify-content: space-between;
}
.contenedor {
    align-items: center;        
    width: 99vw;
    height: 80vh;
    position: relative;
    display: flex;
    justify-content: center;

}
.contenedor2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.frame1
{   
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column; 
    position: relative;
    border: 1px solid;
    top: 0px;
    border: 1px solid  #7d7e7e70;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-width: 400px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left:5px;
    
}
.frame2 {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    border: 1px solid;
    top: 0px;
    border: 1px solid  #7d7e7e70;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-width: 400px;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    /* width: 1235px; */
    flex-wrap: wrap;
}
.frame1:before{
    align-items: center;
    text-align: center;
}
.content {
    margin-left: 5px;
    margin-top: 5px;
}
.galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.galeria > div{
    margin: 5px 10px;
}
video{
    width: 300px;
}

/*div para los campos de texto y combos*/
.campo-h 
{
    /*border: green solid 1px;*/
    display: flex;
    width: 280;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 6px 6px;
    justify-content: flex-start;
}

.campo-v {
    /*border: solid 1px chartreuse;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    margin: 5px 5px;
}        
.campo-h > label, .campo-v > label {
    font-weight: bold;
    font-size: 12px;
    width: auto;
}

/*.campo-h input[type="text"], .campo-v input[type="text"] {
    text-transform: uppercase;
}*/

label{
    font-weight: bold;
}

.lblLogin {
    font-weight: bold;
    font-size: 18px!important;
    width: auto;
}
.botones {
    display: flex;
    align-content: space-between;
    width: 100%;            
    justify-content: flex-end;
}

.btn-primary{
    background: rgb(28, 137, 201);
    color:white;
    padding: 10px 10px;
    border-radius: 5px;
    border:solid 1.5px #cccccc;
    margin-left:5px;
    margin-right: 15px;
}
.btn-primary:hover{
    background-color: rgb(22, 76, 151);
    color: white;
}
.btn-secound{
    background: rgb(203, 204, 204);
    color:black;
    padding: 3px 10px;
    border-radius: 5px;
    border:solid 1.5px #cccccc
}
.btn-secound:hover{
    background-color: rgb(153, 150, 145);
    color: white;
}
.btn-thirth{
    background: #edcb8d;
    color:black;
    padding: 3px 10px;
    border-radius: 5px;
    border:solid 1.5px #cccccc
}
.btn-thirth:hover{
    background-color: #e69720;
    color: white;
}
.btn-expand{
    width: 90%;
}
/*navegacion*/
nav {
    display: flex;
    position: absolute;
    top: 55px;
    letter-spacing: 2px;
    z-index: 1000;
}
#icon-menu{
    display: none;
}
nav a{
    background-color: rgb(92 142 203);
    color: white;
    border: none;
    padding: 10px;
    min-width: 150px;        
    text-align: left;
    text-decoration: none;
    display: flex;
    align-items: center;
}
a > img{
    margin-right: 10px;
}
nav a:hover{
    background-color: rgb(21, 96, 126);
    font-weight: bold;
}

.menu-principal {
    border-left: solid 1px white;
    display:flex;
    flex-direction: column;
    /*border-top: solid 5px red;*/
}
        
.submenu{
    display: none;
}
.menu-principal:hover .submenu
{
    display: block;
}

/*formularios*/

  #btnCerrar
  {
      position:absolute;
      right:10px;
      top:15px;
      text-decoration: none;
      border: solid 0.5px;
      padding: 5px;
      border-radius: 8px;
      background: linear-gradient(45deg, #5687bc, transparent);
      color: white;
  }
  #btnCerrar:hover
  {
      background:linear-gradient(45deg, #4b4f54, transparent)
  }
  .btnBarcode input {
    border-radius: 5px;
    background-image: url(../img/barcode.png);
    background-repeat: round;
    border: 1px solid #696969;
    padding: 3px;
    }
  .btnQR input {
        border-radius: 5px;
        background-image: url(../img/qr.png);
        background-repeat: round;
        border: 1px solid #696969;
  }
  .cbo{
    height: 25px;
  }
  .main
  {
      padding: 0px 12px;
      margin: 12px 8px 8px 8px;
      min-height: 400px;
  }
  
  .footer
  {
      color: #4e5766;
      padding: 5px 0px 0px 0px;
      margin: 0px auto;
      text-align: center;
      line-height: normal;
      font-size: x-small;
  }
  .Menu
  {
      background: linear-gradient(45deg, #5687bc, transparent);
      color:White;
  }

  /*Ventana Modal*/
  .modal{
    position: fixed;
    left: 25%;
    top: 20%;
    width: 40%;
    height: auto!important;
    font-size: 11px;
    opacity: 0;
    background: white;
    box-shadow: 4px 5px 10px grey;
    z-index: -1;
    
}
.show{
    opacity: 1;
    z-index: 1000!important;
}

/*Clases personalizadas*/
.seccion-articulos{
    width: 60%;
}
.seccion-galeria{
    width: 40%;
}

/*spinner*/
.spinner {
    position: fixed;
    top: 28vh;
    left: 50vw;
    border: 6px solid rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-left-color: rgb(112, 180, 226);
    animation: spin 1s ease infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
