body{
    padding: 0px;
    margin: 0px;
}

@font-face {
      font-family: "hos";
      src: url("fuentes/Gruppo-Regular.ttf");
    }



h1{
    font-family: hos;
}
h1.secciones{
    font-family: hos;
    color:#D6D6D6;
}
h3{
    font-family: hos;
    font-size: 25px;
    color:#fec342;
}
#categorias{
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #D6D6D6;
    border-radius:5px;
}

input[type=text], input[type=password]{
    line-height: 2;
    margin: 5px;
    border: 1px solid #fec342;
    background-color: #e7e7e7;
    width:350px;
    border-radius: 5px;
}
select{
    height: 30px;
    margin: 5px;
    border: 1px solid #fec342;
    background-color: #e7e7e7;
    width:355px;
    border-radius: 5px;
    font-family: hos;
    font-size: 16px;
}
button{
    padding: 15px 20px;
    font-family: hos;
    color:#1C1B1A;
    font-weight: bold;
    background-color: #fec342;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    
}
button.subfamilias{
    background-color: #e7e7e7;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 5px;
    font-size: 18px;
}
button.cobrar{
    background-color: #00B74F;
    font-size: 20px;
    font-weight: 800;
    padding: 25px 40%;
    margin-bottom: 3px;
    color: white;
}
button.azul{
    ackground-color: #210DBC;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 5px;
    font-size: 18px;
}


/*identificadores*/
#contenedor{
    height: 100vh;
    width: 100vw;
    padding: 1px;
    background-color: #4d433a;
    /*text-align: center;*/
    
    
}
#items{    
    float: left;
    margin-right: 30px;
    /*align-items: center;*/
}
#lineas{
    display: flex;
    flex-direction: row;
}
#panel-productos{
    /*align-content: center;*/
    width: 70vw;
    height: 55vh;
    /*border:1px solid #fec342;*/
    padding: 5px;
    margin:0px; 
}
#panel-ticket{
    background-color: white; 
    width: 30vw;
    height: 55vh;
    /*border:1px solid #fec342;*/
    padding: 5px;
    margin:0px; 
}
#panel-categorias{
    width: 40vw;
    height: 45vh;
    /*border:1px solid #fec342;*/
    padding: 5px;
    margin:0px; 
}
#panel-numerico{
    width: 30vw;
    height: 45vh;
    /*border:1px solid #fec342;*/
    padding: 5px;
    margin:0px; 
}
#panel-opciones{
    width: 30vw;
    height: 45vh;
    /*border:1px solid #fec342;*/
    padding: 5px;
    margin:0px;
    text-align: center;
}


#formulario-login{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #4d433a;
    flex-direction: column; 
    text-align: center;
    
}
#portada{
    align-items: center;
    text-align: center;
}
#modal-mesas, #modal-camareros, #modal-salir{
    display: none;
}
/* Clases */


.iconos-productos{
    width: 75px;
    height: 75px;
}
.modal{
    display: none;
    position: fixed;
    z-index:1;
    padding-top:100px;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    
}
.modal-content{
    display: flex;
    flex-direction: row;
    background-color: #fefefe;
    margin-left:20%;
    padding: 20px;
    border:1px solid #888;
    width: 60%;
    
    
}
#centrado{
    align-content: center;
    text-align: center;
    padding: 150px;
    font-size: 50px;
}
.close{
    color:#aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.portada:hover{
    filter: invert(100%);

}
.img-modal{
    width: 100px;
    height: 100px;
}
button.rojo{
    background-color: #FC4B4B !important;
}
button.verde{
    background-color: #4AF993 !important;
}
