*{
    padding:0;
    margin:0;
}
.btn-ususrios{
    color:aliceblue;
    display: flex;
    justify-content: space-evenly;
}
body{
    display:flex;
    flex-wrap: wrap;
    min-height:100vh;
    font-family: sans-serif;
}
                                /* PÁGINA PRINCIPAL Inicio de sesión*/
.bodyCont{
    width:100vw;
    /* height:100vh; */
    margin-top: 50px;
    height: calc(100vh - 80px);
    display:flex;
    flex-direction: column;
    align-items: center;
}
.bodyCont h1{
   /*  color: white; */
    text-align: center;
    margin-top: 10px;
    
}

.contImg{
    width:100%;
    height: 40%;
    background-color:cadetblue;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:50px;
}
.divActImg{
    padding: 10px;
    text-align: center;
}
.img1, .img2{
    font-size: 150px;
    color:rgba(250, 200 ,200 , 0.9);
}

.formCont{
    width:100%;
    height: 100%;
    margin-top: 10px;
   /*  border:1px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   
 #formLogin{
     width: 100%;
     height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
} 
#formLogin div{
    margin-top: 500px;
    margin: 10px;
     /* background-color: black; */ 
    width: 90%;
    height:40px;
    display: flex;
    justify-content: center;
}
#formLogin div input{
    width: 90%;
    border-radius: 10px;
    padding: 0px 0 0 20px;
    font-size:20px;
}

#formLogin span{
text-align: center;
display: none;
}
.contButton button{
   width: 50%;
   border-radius: 25px;
   background-color:black;
   color: white;
   font-size:20px
}
#mensajeError{
    display: none; 
  font-size:23px;
  text-align: center;
   color:red;
}
   
.is-invalid{
 border: solid red 3px;
}
.usuarioError .passError{
 display:block;
}


                                   /* DASHBOARD */
.header{
    height:50px;
    width: 100vw;
    background-color:black;
    color:white;
    display:flex;
    justify-content:space-around;
    align-items:center;
    position:fixed;
    font-size: 25px;
    z-index: 1;
}
#divMostBarraAdm{
    display: none;
}
.slogan{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}
.btn-us{
   height:30px;
   width:30px;
    border: 1px solid black;
    border-radius:50px;
}
.nav{
    display: flex;
    justify-content:space-between;
    
}
.container-ul-nav, .container-ul-usuarios{
     width: 200px; 
   /*  height: 100%; */
    background-color:black;
    
}
hr{
    height: 2px;
    background-color:aqua;
}
.li{
    
    text-align: center;
}
.fa-user{
font-size: 30px;
color:aliceblue;
}
.btn-us{
    background-color: black;
}


.container-ul-nav{
    height:100%; 
    position: fixed;
    left:0;
    z-index:100;
    display: none;  
    overflow-x: hidden;
    overflow-y: scroll;
    
}

.ul-nav, .ul-usuarios{  
    padding-top: 20px;
    margin-top: 10px;
    width: 80%; 
    background-color:black;
    margin-left: 5%;
    margin-bottom: 100px;
}
.ul-nav{
    padding-top:50px;
    height: 90%;
    
}
.ul-usuarios{
    width: 85%;  
    padding-top: 1px;
    margin-left: 9%;
}

ul, ol{
    list-style: none;
    
}
ul li{
    margin-top: 10px;
    
}
ul a{
    color:white;
}
ul a:hover{
    color:blue;    
}
.ul-nav i, .ul-usuarios i{
    margin: 1px 10px 0px  10px;
}
.ul-nav a, .ul-usuarios a { /* quitar los puntos del a */
    text-decoration: none;
}
.container-ul-usuarios{
    height:80px;
    border: 1px solid;
    border-bottom-left-radius: 30px;
    position: fixed;
    right: 0px;
    top: 44px;
    z-index:100;
    display: none;  
}
        /*   lugar de la pagina y buscador de articulos o personal  */


.cont_ol_buscar{
    margin: 0 0 390px 0;
   /*  height: 100px; */
    width: 90%;
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    position:sticky; /*   */   /*  */  /*  */
   color: white;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  /* top: 50px; */
  z-index: 1;
}

.contInpForm{
    display: flex;
    flex-direction:row;
    justify-content: center;
    width: 100%;
    padding: 2px 0px ;
    flex-wrap: wrap;
    /* background-color: blue; */
    background-color: rgba(250, 200 ,200 , 0.5);
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* #stringAbuscar, #subMarca{
    width: 80px;
    /* min-width: 20%;  
} */
#contInpForm select{
    width: 40%;
    margin: 5px 5px;
}
#divBusSelect, #btnMosEscon2{
display: none;
}

#btnBusArt{
    width: 50%;
    margin-top: 10px;
}


#btnMosEscon , #btnMosEscon2{
    width: auto;
    margin: 10px 0 0 15px;
    padding: 5px;
}
/* #busCodigo{
    width: 100%;
} */
.contInpForm .busCodigo{
    width: 40%;
}
.divBusCod{
    width: 75%;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.btnReg{
    border: 1px solid white;
    border-radius: 10px;
    height: 40px;
    width: auto;
    padding: 0 20px;
    margin: 0 20px;
    background-color:rgba(250, 200 ,200 , 0.5);
    color: white;
    font-style:italic;
}

.buscar, form{
       /* margin-left: 10%; */
       display: flex;
       flex-wrap:nowrap;
      /*  margin-bottom: 10px; */
}
.buscar input{
width: 60%;
margin: 0 20px 0 0;
height: 20px;
}

.buscar button{
    border: 1px solid white;
    border-radius: 10px;
    height: 25px;
    width: 25%;
    background-color:rgba(250, 200 ,200 , 0.5);
    color: white;
    font-style:italic;

}
.formUsuarios, .formArt{
    margin-left: 1%;
}

.modalContainer{
   margin-left: 500px;
}
.btnGroup{
    padding-top: 30px;
}

/* .ol{
    margin-left: 10%;
} */
.ol li{
    font-size:30px;
}

main{ 
    margin-top: -350px;
    min-height: 100%;
    padding: 1px;
    width: 100%;
   /*  background-color:rgba(200, 200 ,200 , 0.5); */
    background-color:white;
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
}
.cards{
    display:flex;
    flex-direction: column;
    width: 100%;
    /* margin: 2px; */
    background-color:rgba(93, 173, 226,05);
    
    /*  background-color:blue;  */
    border: 1px solid black;
    flex-grow: 1;
}
.cards img{
    border-radius: 30px;
    align-self:center;
    /* max-width: 40%; */
}
.cards h5{
    border-radius: 50px;
    align-self:center;
}

.cards div{
    padding: 3px 0 0 0;
   /*  border-radius: 50px; */
    align-self:center;
}
.botones_cards{
    display: flex;
    justify-content: center;
    margin: 15px 0px;
    /* width: 100%; */
    max-width: 30%;
}
.botones_cards button{
    width: 100%;
    margin:10px;
    height: 30px;
    border-radius: 50px;
    padding: 0 25px
}

.car_footer{
    font-size:25px;
}
    
.footer{
    align-self:flex-end;
    width: 100%;
    height: 30px;
    background-color:black;
    color: white;
    display: flex;
    justify-content: space-around;
}
 .footer div{
     align-items: center;
 }


@media  (min-width:600px) {
   /*  .container-ul-nav{
        height:100%;
        
    }  */
    .cards{
        width: 40%;
        
    }
    /* .formCont{
        width:60%;
    } */
  

    
}    
@media (min-width:730px) {
  
    body{
        display:flex;
       flex-direction:row;
       justify-content:center;
    }
    .bodyCont{
        width: 99.9%;
        /* width: 90%; */
        align-items: center;
    }
    .formCont{
        flex-direction: row-reverse;
    }
    #formLogin, .contImg{
        width: 50%;
        height:100%;
    }
    .img1, .img2{
        font-size: 150px;
    }
        
}
  
@media  (min-width:915px) {
    /* .container-ul-nav{
        height:81%;
    }  */
    .cards{
        width: 30%;
    }
    /* .formCont{
        width:40%;
    } */
    .img1, .img2{
        font-size: 150px;
    }
}  
@media  (min-width:1000px) {
    /* .container-ul-nav{
        height:81%;
    }  */
    .cards{
        width: 20%;
        
    }
     #formLogin{
        width: 30%;
        margin-right: 150px;
    } 

    /* .formCont{
        width: 50%;
    } */
     .contImg{
        width: 35%;
        margin-right: 10px;
    } 
    
    /* .formCont{
        width:30%;
    } */
}  
/* @media  (min-width:883px) {
    .container-ul-nav{
    } 
}  
@media  (min-width:360px) {
    .container-ul-nav{
        height:89%;
    } 
} 
@media  (min-width:360px) {
    .container-ul-nav{
        height:78%;
    } 
}  */
 



